Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/xls/
H A Dworkbookhelper.cxx169 inline PivotTableBuffer& getPivotTables() { return *mxPivotTables; } in getPivotTables()
230 typedef ::std::auto_ptr< PivotTableBuffer > PivotTableBfrPtr;
506 mxPivotTables.reset( new PivotTableBuffer( *this ) ); in initialize()
819 PivotTableBuffer& WorkbookHelper::getPivotTables() const in getPivotTables()
H A Dpivottablebuffer.cxx1542 PivotTableBuffer::PivotTableBuffer( const WorkbookHelper& rHelper ) : in PivotTableBuffer() function in oox::xls::PivotTableBuffer
1547 PivotTable& PivotTableBuffer::createPivotTable() in createPivotTable()
1554 void PivotTableBuffer::finalizeImport() in finalizeImport()
/aoo4110/main/oox/inc/oox/xls/
H A Dworkbookhelper.hxx99 class PivotTableBuffer;
232 PivotTableBuffer& getPivotTables() const;
H A Dpivottablebuffer.hxx423 class PivotTableBuffer : public WorkbookHelper class
426 explicit PivotTableBuffer( const WorkbookHelper& rHelper );

Completed in 40 milliseconds