Lines Matching refs:UCBStorage_Impl

509 class UCBStorage_Impl : public SvRefBase  class
511 ~UCBStorage_Impl();
545UCBStorage_Impl( const ::ucbhelper::Content&, const String&, StreamMode, UCBStorage*, sal_Bool, sa…
546UCBStorage_Impl( const String&, StreamMode, UCBStorage*, sal_Bool, sal_Bool, sal_Bool = sal_False,…
547 UCBStorage_Impl( SvStream&, UCBStorage*, sal_Bool );
552UCBStorage_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 );
1667 pImp = new UCBStorage_Impl( rName, nMode, this, bDirect, bIsRoot, bIsRepair, xProgressHandler );
1677 …pImp = new UCBStorage_Impl( rName, nMode, this, bDirect, bIsRoot, sal_False, Reference< XProgressH…
1683 UCBStorage::UCBStorage( UCBStorage_Impl *pImpl )
1702 UCBStorage_Impl::UCBStorage_Impl( const ::ucbhelper::Content& rContent, const String& rName, Stream… function in UCBStorage_Impl
1737 UCBStorage_Impl::UCBStorage_Impl( const String& rName, StreamMode nMode, UCBStorage* pStorage, sal_… function in UCBStorage_Impl
1791 UCBStorage_Impl::UCBStorage_Impl( SvStream& rStream, UCBStorage* pStorage, sal_Bool bDirect ) function in UCBStorage_Impl
1840 void UCBStorage_Impl::Init()
1937 void UCBStorage_Impl::CreateContent()
1967 void UCBStorage_Impl::ReadContent()
2091 void UCBStorage_Impl::SetError( long nError )
2100 sal_Int32 UCBStorage_Impl::GetObjectCount()
2148 void UCBStorage_Impl::SetProps( const Sequence < Sequence < PropertyValue > >& rSequence, const Str…
2193 void UCBStorage_Impl::GetProps( sal_Int32& nProps, Sequence < Sequence < PropertyValue > >& rSequen…
2238 UCBStorage_Impl::~UCBStorage_Impl()
2268 sal_Bool UCBStorage_Impl::Insert( ::ucbhelper::Content *pContent )
2332 sal_Int16 UCBStorage_Impl::Commit()
2608 sal_Bool UCBStorage_Impl::Revert()
2979 UCBStorageStream_Impl* UCBStorage_Impl::OpenStream( UCBStorageElement_Impl* pElement, StreamMode nM…
3114 UCBStorage_Impl* pStor = pImp->OpenStorage( pElement, nMode, bDirect );
3127 UCBStorage_Impl* UCBStorage_Impl::OpenStorage( UCBStorageElement_Impl* pElement, StreamMode nMode, …
3129 UCBStorage_Impl* pRet = NULL;
3141 …pRet = new UCBStorage_Impl( aNewFolder, aName, nMode, NULL, bDirect, sal_False, m_bRepairPackage, …
3145 …pRet = new UCBStorage_Impl( aName, nMode, NULL, bDirect, sal_False, m_bRepairPackage, m_xProgressH…