Searched refs:UCBStorage_Impl (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sot/source/sdstor/ |
| H A D | ucbstorage.cxx | 509 class UCBStorage_Impl : public SvRefBase class 511 ~UCBStorage_Impl(); 545 …UCBStorage_Impl( const ::ucbhelper::Content&, const String&, StreamMode, UCBStorage*, sal_Bool, sa… 546 …UCBStorage_Impl( const String&, StreamMode, UCBStorage*, sal_Bool, sal_Bool, sal_Bool = sal_False,… 547 UCBStorage_Impl( SvStream&, UCBStorage*, sal_Bool ); 552 …UCBStorage_Impl* OpenStorage( UCBStorageElement_Impl* pElement, StreamMode nMode, sal_B… 581 SV_DECL_IMPL_REF( UCBStorage_Impl ); 1639 pImp = new UCBStorage_Impl( aContent, aURL, nMode, this, bDirect, sal_True ); 1645 pImp = new UCBStorage_Impl( rStrm, this, bDirect ); 1657 pImp = new UCBStorage_Impl( rContent, rName, nMode, this, bDirect, bIsRoot ); [all …]
|
| /AOO41X/main/sot/inc/sot/ |
| H A D | stg.hxx | 299 class UCBStorage_Impl; 303 UCBStorage_Impl* pImp; 328 UCBStorage( UCBStorage_Impl* );
|