Searched refs:XclExpPivotTableManager (Results 1 – 4 of 4) sorted by relevance
1672 explicit XclExpPivotRecWrapper( XclExpPivotTableManager& rPTMgr, SCTAB nScTab );1676 XclExpPivotTableManager& mrPTMgr;1706 XclExpPivotTableManager::XclExpPivotTableManager( const XclExpRoot& rRoot ) : in XclExpPivotTableManager() function in XclExpPivotTableManager1712 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 …]
161 XclExpPivotTableManager& XclExpRoot::GetPivotTableManager() const in GetPivotTableManager()196 mrExpData.mxPTableMgr.reset( new XclExpPivotTableManager( GetRoot() ) ); in InitializeGlobals()
55 class XclExpPivotTableManager;74 typedef ScfRef< XclExpPivotTableManager > XclExpPTableMgrRef;143 XclExpPivotTableManager& GetPivotTableManager() const;
443 class XclExpPivotTableManager : protected XclExpRoot class446 explicit XclExpPivotTableManager( const XclExpRoot& rRoot );
Completed in 64 milliseconds