Searched refs:CellStyleBuffer (Results 1 – 2 of 2) sorted by relevance
2974 CellStyleBuffer::CellStyleBuffer( const WorkbookHelper& rHelper ) : in CellStyleBuffer() function in oox::xls::CellStyleBuffer2979 CellStyleRef CellStyleBuffer::importCellStyle( const AttributeList& rAttribs ) in importCellStyle()2987 CellStyleRef CellStyleBuffer::importCellStyle( SequenceInputStream& rStrm ) in importCellStyle()2995 CellStyleRef CellStyleBuffer::importStyle( BiffInputStream& rStrm ) in importStyle()3003 void CellStyleBuffer::finalizeImport() in finalizeImport()3088 sal_Int32 CellStyleBuffer::getDefaultXfId() const in getDefaultXfId()3093 OUString CellStyleBuffer::getDefaultStyleName() const in getDefaultStyleName()3098 OUString CellStyleBuffer::createCellStyle( sal_Int32 nXfId ) const in createCellStyle()3105 void CellStyleBuffer::insertCellStyle( CellStyleRef xCellStyle ) in insertCellStyle()3123 OUString CellStyleBuffer::createCellStyle( const CellStyleRef& rxCellStyle ) const in createCellStyle()
910 class CellStyleBuffer : public WorkbookHelper class913 explicit CellStyleBuffer( const WorkbookHelper& rHelper );1089 CellStyleBuffer maCellStyles; /// All built-in and user defined cell styles.
Completed in 42 milliseconds