Home
last modified time | relevance | path

Searched refs:UCBStorage (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sot/source/sdstor/
H A Ducbstorage.cxx323 TYPEINIT1( UCBStorage, BaseStorage );
513 UCBStorage* m_pAntiImpl; // only valid if external references exists
545 …BStorage_Impl( const ::ucbhelper::Content&, const String&, StreamMode, UCBStorage*, sal_Bool, sal_…
546 …UCBStorage_Impl( const String&, StreamMode, UCBStorage*, sal_Bool, sal_Bool, sal_Bool = sal_False,…
547 UCBStorage_Impl( SvStream&, UCBStorage*, sal_Bool );
1629 UCBStorage::UCBStorage( SvStream& rStrm, sal_Bool bDirect ) function in UCBStorage
1653 UCBStorage::UCBStorage( const ::ucbhelper::Content& rContent, const String& rName, StreamMode nMode… function in UCBStorage
1663 UCBStorage::UCBStorage( const String& rName, StreamMode nMode, sal_Bool bDirect, sal_Bool bIsRoot, … function in UCBStorage
1673 UCBStorage::UCBStorage( const String& rName, StreamMode nMode, sal_Bool bDirect, sal_Bool bIsRoot ) function in UCBStorage
1683 UCBStorage::UCBStorage( UCBStorage_Impl *pImpl ) function in UCBStorage
[all …]
H A Dstorage.cxx509 …m_pOwnStg = new UCBStorage( rContent, m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? sal_Fa… in SotStorage()
550 String aURL = UCBStorage::CreateLinkFile( m_aName ); in CreateStorage()
554 m_pOwnStg = new UCBStorage( aContent, aURL, nMode, sal_False ); in CreateStorage()
572 sal_Bool bIsUCBStorage = UCBStorage::IsStorageFile( m_pStorStm ); in CreateStorage()
579 if ( UCBStorage::GetLinkedFile( *m_pStorStm ).Len() ) in CreateStorage()
582 …m_pOwnStg = new UCBStorage( *m_pStorStm, (nStorageMode & STORAGE_TRANSACTED) ? sal_False : sal_Tru… in CreateStorage()
588 if ( UCBStorage::IsDiskSpannedFile( m_pStorStm ) ) in CreateStorage()
593 …m_pOwnStg = new UCBStorage( m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? sal_False : sal_… in CreateStorage()
605 …m_pOwnStg = new UCBStorage( m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? sal_False : sal_… in CreateStorage()
619 …m_pOwnStg = new UCBStorage( m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? sal_False : sal_… in CreateStorage()
[all …]
/AOO41X/main/sot/inc/sot/
H A Dstg.hxx261 friend class UCBStorage;
301 class SOT_DLLPUBLIC UCBStorage : public BaseStorage class
306 ~UCBStorage();
314UCBStorage( const ::ucbhelper::Content& rContent, const String& rName, StreamMode nMode, sal_Bool …
315 UCBStorage( const String& rName,
320 UCBStorage( const String& rName,
328 UCBStorage( UCBStorage_Impl* );
329 UCBStorage( SvStream& rStrm, sal_Bool bDirect = sal_True );
/AOO41X/main/sfx2/source/appl/
H A Dxpackcreator.cxx96 UCBStorage* pUCBStorage = new UCBStorage( aContent, in convertToPackage()
/AOO41X/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx578 sal_Bool bRet = UCBStorage::IsStorageFile( pStm ); in IsFileUCBStorage()