Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxepivot.cxx1672 explicit XclExpPivotRecWrapper( XclExpPivotTableManager& rPTMgr, SCTAB nScTab );
1676 XclExpPivotTableManager& mrPTMgr;
1706 XclExpPivotTableManager::XclExpPivotTableManager( const XclExpRoot& rRoot ) : in XclExpPivotTableManager() function in XclExpPivotTableManager
1712 void XclExpPivotTableManager::CreatePivotTables() in CreatePivotTables()
1721 XclExpRecordRef XclExpPivotTableManager::CreatePivotCachesRecord() in CreatePivotCachesRecord()
1726 XclExpRecordRef XclExpPivotTableManager::CreatePivotTablesRecord( SCTAB nScTab ) in CreatePivotTablesRecord()
1731 void XclExpPivotTableManager::WritePivotCaches( XclExpStream& rStrm ) in WritePivotCaches()
1736 void XclExpPivotTableManager::WritePivotCachesXml( XclExpXmlStream& rStrm ) in WritePivotCachesXml()
1746 void XclExpPivotTableManager::WritePivotTables( XclExpStream& rStrm, SCTAB nScTab ) in WritePivotTables()
1756 void XclExpPivotTableManager::WritePivotTablesXml( XclExpXmlStream& rStrm, SCTAB nScTab ) in WritePivotTablesXml()
[all …]
H A Dxeroot.cxx161 XclExpPivotTableManager& XclExpRoot::GetPivotTableManager() const in GetPivotTableManager()
196 mrExpData.mxPTableMgr.reset( new XclExpPivotTableManager( GetRoot() ) ); in InitializeGlobals()
/aoo4110/main/sc/source/filter/inc/
H A Dxeroot.hxx55 class XclExpPivotTableManager;
74 typedef ScfRef< XclExpPivotTableManager > XclExpPTableMgrRef;
143 XclExpPivotTableManager& GetPivotTableManager() const;
H A Dxepivot.hxx443 class XclExpPivotTableManager : protected XclExpRoot class
446 explicit XclExpPivotTableManager( const XclExpRoot& rRoot );

Completed in 28 milliseconds