Home
last modified time | relevance | path

Searched refs:OpenStorage (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxlroot.cxx254 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 Dxipivot.cxx708 SotStorageRef xSvStrg = OpenStorage( EXC_STORAGE_PTCACHE ); in ReadPivotCacheStream()
H A Dxepivot.cxx856 SotStorageRef xSvStrg = OpenStorage( EXC_STORAGE_PTCACHE ); in WriteCacheStream()
/trunk/main/sot/inc/sot/
H A Dstg.hxx134 virtual BaseStorage* OpenStorage( const String & rEleName,
234 virtual BaseStorage* OpenStorage( const String & rEleName,
354 virtual BaseStorage* OpenStorage( const String & rEleName,
/trunk/main/sot/source/sdstor/
H A Dstg.cxx591 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 Ducbstorage.cxx552 …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 Dstorage.cxx1187 BaseStorage * p = m_pOwnStg->OpenStorage( rEleName, nMode, in OpenSotStorage()
/trunk/main/sc/source/filter/inc/
H A Dxlroot.hxx207 SotStorageRef OpenStorage( SotStorageRef xStrg, const String& rStrgName ) const;
209 SotStorageRef OpenStorage( const String& rStrgName ) const;
/trunk/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx357 SvStorageRef xMacros= xStor->OpenStorage(rToplevel); in Open()
364 xVBA = xMacros->OpenStorage(rSublevel); in Open()
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx180 BaseStorage* pNewStorage = pStorage->OpenStorage( aName ); in InsertNameAccessToStorage_Impl()
460 BaseStorage* pStrg = m_pStorage->OpenStorage( aName ); in getByName()

Completed in 77 milliseconds