Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dstylesfragment.cxx39 IndexedColorsContext::IndexedColorsContext( WorkbookFragmentBase& rFragment ) : in IndexedColorsContext() function in oox::xls::IndexedColorsContext
44 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()
/trunk/main/oox/inc/oox/xls/
H A Dstylesfragment.hxx35 class IndexedColorsContext : public WorkbookContextBase class
38 explicit IndexedColorsContext( WorkbookFragmentBase& rFragment );

Completed in 15 milliseconds