Home
last modified time | relevance | path

Searched refs:SheetScenarios (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/oox/source/xls/
H A Dscenariobuffer.cxx219 SheetScenarios::SheetScenarios( const WorkbookHelper& rHelper, sal_Int16 nSheet ) : in SheetScenarios() function in oox::xls::SheetScenarios
225 void SheetScenarios::importScenarios( const AttributeList& rAttribs ) in importScenarios()
231 void SheetScenarios::importScenarios( SequenceInputStream& rStrm ) in importScenarios()
237 void SheetScenarios::importScenarios( BiffInputStream& rStrm ) in importScenarios()
248 Scenario& SheetScenarios::createScenario() in createScenario()
255 void SheetScenarios::finalizeImport() in finalizeImport()
279 SheetScenarios& ScenarioBuffer::createSheetScenarios( sal_Int16 nSheet ) in createSheetScenarios()
283 rxSheetScens.reset( new SheetScenarios( *this, nSheet ) ); in createSheetScenarios()
289 maSheetScenarios.forEachMem( &SheetScenarios::finalizeImport ); in finalizeImport()
H A Dscenariocontext.cxx37 ScenarioContext::ScenarioContext( WorksheetContextBase& rParent, SheetScenarios& rSheetScenarios ) : in ScenarioContext()
/aoo41x/main/oox/inc/oox/xls/
H A Dscenariobuffer.hxx103 class SheetScenarios : public WorkbookHelper class
106 explicit SheetScenarios( const WorkbookHelper& rHelper, sal_Int16 nSheet );
136 SheetScenarios& createSheetScenarios( sal_Int16 nSheet );
142 typedef RefMap< sal_Int16, SheetScenarios, ::std::greater< sal_Int16 > > SheetScenariosMap;
H A Dscenariocontext.hxx33 class SheetScenarios;
40 …explicit ScenarioContext( WorksheetContextBase& rParent, SheetScenarios& rSheetScenario…
68 SheetScenarios& mrSheetScenarios;

Completed in 24 milliseconds