Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx890 void createCellStyle();
930 ::rtl::OUString createCellStyle( sal_Int32 nXfId ) const;
936 ::rtl::OUString createCellStyle( const CellStyleRef& rxCellStyle ) const;
1052 ::rtl::OUString createCellStyle( sal_Int32 nXfId ) const;
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx2458 rPropMap[ PROP_CellStyle ] <<= rStyles.createCellStyle( maModel.mnStyleXfId ); in writeToPropertyMap()
2931 void CellStyle::createCellStyle() in createCellStyle() function in oox::xls::CellStyle
2969 createCellStyle(); in finalizeImport()
3095 return createCellStyle( mxDefStyle ); in getDefaultStyleName()
3098 OUString CellStyleBuffer::createCellStyle( sal_Int32 nXfId ) const in createCellStyle() function in oox::xls::CellStyleBuffer
3100 return createCellStyle( maStylesByXf.get( nXfId ) ); in createCellStyle()
3123 OUString CellStyleBuffer::createCellStyle( const CellStyleRef& rxCellStyle ) const in createCellStyle() function in oox::xls::CellStyleBuffer
3127 rxCellStyle->createCellStyle(); in createCellStyle()
3430 OUString StylesBuffer::createCellStyle( sal_Int32 nXfId ) const in createCellStyle() function in oox::xls::StylesBuffer
3432 return maCellStyles.createCellStyle( nXfId ); in createCellStyle()

Completed in 35 milliseconds