Searched refs:CondFormatContext (Results 1 – 3 of 3) sorted by relevance
36 CondFormatContext::CondFormatContext( WorksheetFragmentBase& rFragment ) : in CondFormatContext() function in oox::xls::CondFormatContext41 ContextHandlerRef CondFormatContext::onCreateContext( sal_Int32 nElement, const AttributeList& ) in onCreateContext()53 void CondFormatContext::onStartElement( const AttributeList& rAttribs ) in onStartElement()66 void CondFormatContext::onCharacters( const OUString& rChars ) in onCharacters()72 ContextHandlerRef CondFormatContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& ) in onCreateRecordContext()82 void CondFormatContext::onStartRecord( SequenceInputStream& rStrm ) in onStartRecord()
248 case XLS_TOKEN( conditionalFormatting ): return new CondFormatContext( *this ); in onCreateContext()365 case BIFF12_ID_CONDFORMATTING: return new CondFormatContext( *this ); in onCreateRecordContext()
35 class CondFormatContext : public WorksheetContextBase class38 explicit CondFormatContext( WorksheetFragmentBase& rFragment );
Completed in 16 milliseconds