Searched refs:ScenariosContext (Results 1 – 3 of 3) sorted by relevance
79 ScenariosContext::ScenariosContext( WorksheetFragmentBase& rFragment ) : in ScenariosContext() function in oox::xls::ScenariosContext85 ContextHandlerRef ScenariosContext::onCreateContext( sal_Int32 nElement, const AttributeList& ) in onCreateContext()96 void ScenariosContext::onStartElement( const AttributeList& rAttribs ) in onStartElement()102 ContextHandlerRef ScenariosContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& ) in onCreateRecordContext()113 void ScenariosContext::onStartRecord( SequenceInputStream& rStrm ) in onStartRecord()
251 case XLS_TOKEN( scenarios ): return new ScenariosContext( *this ); in onCreateContext()368 case BIFF12_ID_SCENARIOS: return new ScenariosContext( *this ); in onCreateRecordContext()
55 class ScenariosContext : public WorksheetContextBase class58 explicit ScenariosContext( WorksheetFragmentBase& rFragment );
Completed in 90 milliseconds