Searched refs:OpenStorage (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xlroot.cxx | 254 SotStorageRef XclRoot::OpenStorage( SotStorageRef xStrg, const String& rStrgName ) const in OpenStorage() function in XclRoot 261 SotStorageRef XclRoot::OpenStorage( const String& rStrgName ) const in OpenStorage() function in XclRoot 263 return OpenStorage( GetRootStorage(), rStrgName ); in OpenStorage()
|
H A D | xipivot.cxx | 708 SotStorageRef xSvStrg = OpenStorage( EXC_STORAGE_PTCACHE ); in ReadPivotCacheStream()
|
H A D | xepivot.cxx | 856 SotStorageRef xSvStrg = OpenStorage( EXC_STORAGE_PTCACHE ); in WriteCacheStream()
|
/aoo42x/main/sot/inc/sot/ |
H A D | stg.hxx | 134 virtual BaseStorage* OpenStorage( const String & rEleName, 234 virtual BaseStorage* OpenStorage( const String & rEleName, 354 virtual BaseStorage* OpenStorage( const String & rEleName,
|
/aoo42x/main/sot/source/sdstor/ |
H A D | stg.cxx | 591 return OpenStorage( rName, m, bDirect ); in OpenUCBStorage() 596 return OpenStorage( rName, m, bDirect ); in OpenOLEStorage() 599 BaseStorage* Storage::OpenStorage( const String& rName, StreamMode m, sal_Bool bDirect ) in OpenStorage() function in Storage 762 BaseStorage* p1 = OpenStorage( rElem, INTERNAL_MODE ); in CopyTo()
|
H A D | ucbstorage.cxx | 552 …UCBStorage_Impl* OpenStorage( UCBStorageElement_Impl* pElement, StreamMode nMode, sal_B… 2019 OpenStorage( pElement, m_nMode, m_bDirect ); 2788 …pStorage = ( const_cast < UCBStorage* > (this) )->OpenStorage( rElement.m_aName, pImp->m_nMode, pI… 3004 BaseStorage* UCBStorage::OpenStorage( const String& rEleName, StreamMode nMode, sal_Bool bDirect ) function in UCBStorage 3114 UCBStorage_Impl* pStor = pImp->OpenStorage( pElement, nMode, bDirect ); 3127 UCBStorage_Impl* UCBStorage_Impl::OpenStorage( UCBStorageElement_Impl* pElement, StreamMode nMode, … function in UCBStorage_Impl 3566 pImp->OpenStorage( pEle, pImp->m_nMode, pImp->m_bDirect );
|
H A D | storage.cxx | 1187 BaseStorage * p = m_pOwnStg->OpenStorage( rEleName, nMode, in OpenSotStorage()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xlroot.hxx | 207 SotStorageRef OpenStorage( SotStorageRef xStrg, const String& rStrgName ) const; 209 SotStorageRef OpenStorage( const String& rStrgName ) const;
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | msvbasic.cxx | 357 SvStorageRef xMacros= xStor->OpenStorage(rToplevel); in Open() 364 xVBA = xMacros->OpenStorage(rSublevel); in Open()
|
/aoo42x/main/sot/source/unoolestorage/ |
H A D | xolesimplestorage.cxx | 180 BaseStorage* pNewStorage = pStorage->OpenStorage( aName ); in InsertNameAccessToStorage_Impl() 460 BaseStorage* pStrg = m_pStorage->OpenStorage( aName ); in getByName()
|
Completed in 140 milliseconds