Home
last modified time | relevance | path

Searched refs:CondFormatContext (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/source/xls/
H A Dcondformatcontext.cxx36 CondFormatContext::CondFormatContext( WorksheetFragmentBase& rFragment ) : in CondFormatContext() function in oox::xls::CondFormatContext
41 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()
H A Dworksheetfragment.cxx248 case XLS_TOKEN( conditionalFormatting ): return new CondFormatContext( *this ); in onCreateContext()
365 case BIFF12_ID_CONDFORMATTING: return new CondFormatContext( *this ); in onCreateRecordContext()
/trunk/main/oox/inc/oox/xls/
H A Dcondformatcontext.hxx35 class CondFormatContext : public WorksheetContextBase class
38 explicit CondFormatContext( WorksheetFragmentBase& rFragment );

Completed in 24 milliseconds