Searched refs:XclExpLinkManager (Results 1 – 5 of 5) sorted by relevance
2269 XclExpLinkManager::XclExpLinkManager( const XclExpRoot& rRoot ) : in XclExpLinkManager() function in XclExpLinkManager2285 XclExpLinkManager::~XclExpLinkManager() in ~XclExpLinkManager()2289 void XclExpLinkManager::FindExtSheet( in FindExtSheet()2296 void XclExpLinkManager::FindExtSheet( in FindExtSheet()2303 sal_uInt16 XclExpLinkManager::FindExtSheet( sal_Unicode cCode ) in FindExtSheet()2308 void XclExpLinkManager::FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTa… in FindExtSheet()2315 void XclExpLinkManager::StoreCell( const ScSingleRefData& rRef ) in StoreCell()2320 void XclExpLinkManager::StoreCellRange( const ScComplexRefData& rRef ) in StoreCellRange()2325 void XclExpLinkManager::StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefDat… in StoreCell()2330 void XclExpLinkManager::StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScComplex… in StoreCellRange()[all …]
131 XclExpLinkManager& XclExpRoot::GetGlobalLinkManager() const in GetGlobalLinkManager()137 XclExpLinkManager& XclExpRoot::GetLocalLinkManager() const in GetLocalLinkManager()187 mrExpData.mxGlobLinkMgr.reset( new XclExpLinkManager( GetRoot() ) ); in InitializeGlobals()211 mrExpData.mxLocLinkMgr.reset( new XclExpLinkManager( GetRoot() ) ); in InitializeTable()
279 XclExpLinkManager* mpLinkMgr; // Link manager for current context (local/global).
51 class XclExpLinkManager;71 typedef ScfRef< XclExpLinkManager > XclExpLinkMgrRef;133 XclExpLinkManager& GetGlobalLinkManager() const;135 XclExpLinkManager& GetLocalLinkManager() const;
140 class XclExpLinkManager : public XclExpRecordBase, protected XclExpRoot class143 explicit XclExpLinkManager( const XclExpRoot& rRoot );144 virtual ~XclExpLinkManager();