Home
last modified time | relevance | path

Searched refs:xCellStyle (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/oox/source/xls/
H A Dstylesbuffer.cxx2981 CellStyleRef xCellStyle( new CellStyle( *this ) ); in importCellStyle() local
2982 xCellStyle->importCellStyle( rAttribs ); in importCellStyle()
2983 insertCellStyle( xCellStyle ); in importCellStyle()
2984 return xCellStyle; in importCellStyle()
2989 CellStyleRef xCellStyle( new CellStyle( *this ) ); in importCellStyle() local
2990 xCellStyle->importCellStyle( rStrm ); in importCellStyle()
2991 insertCellStyle( xCellStyle ); in importCellStyle()
2992 return xCellStyle; in importCellStyle()
2997 CellStyleRef xCellStyle( new CellStyle( *this ) ); in importStyle() local
2998 xCellStyle->importStyle( rStrm ); in importStyle()
[all …]
/AOO41X/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx934 void insertCellStyle( CellStyleRef xCellStyle );