Searched refs:IndexedColorsContext (Results 1 – 2 of 2) sorted by relevance
39 IndexedColorsContext::IndexedColorsContext( WorkbookFragmentBase& rFragment ) : in IndexedColorsContext() function in oox::xls::IndexedColorsContext44 ContextHandlerRef IndexedColorsContext::onCreateContext( sal_Int32 nElement, const AttributeList& r… in onCreateContext()55 ContextHandlerRef IndexedColorsContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea… in onCreateRecordContext()211 if( nElement == XLS_TOKEN( indexedColors ) ) return new IndexedColorsContext( *this ); in onCreateContext()265 if( nRecId == BIFF12_ID_INDEXEDCOLORS ) return new IndexedColorsContext( *this ); in onCreateRecordContext()
35 class IndexedColorsContext : public WorkbookContextBase class38 explicit IndexedColorsContext( WorkbookFragmentBase& rFragment );
Completed in 23 milliseconds