Lines Matching refs:UCBStorage
323 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
1692 UCBStorage::~UCBStorage()
1702 …::ucbhelper::Content& rContent, const String& rName, StreamMode nMode, UCBStorage* pStorage, sal_B…
1737 UCBStorage_Impl::UCBStorage_Impl( const String& rName, StreamMode nMode, UCBStorage* pStorage, sal_…
1791 UCBStorage_Impl::UCBStorage_Impl( SvStream& rStream, UCBStorage* pStorage, sal_Bool bDirect )
2642 const String& UCBStorage::GetName() const
2647 sal_Bool UCBStorage::IsRoot() const
2652 void UCBStorage::SetDirty()
2657 void UCBStorage::SetClass( const SvGlobalName & rClass, sal_uLong nOriginalClipFormat, const String…
2670 void UCBStorage::SetClassId( const ClsId& rClsId )
2691 const ClsId& UCBStorage::GetClassId() const
2696 void UCBStorage::SetConvertClass( const SvGlobalName & /*rConvertClass*/, sal_uLong /*nOriginalClip…
2701 sal_Bool UCBStorage::ShouldConvert()
2707 SvGlobalName UCBStorage::GetClassName()
2712 sal_uLong UCBStorage::GetFormat()
2717 String UCBStorage::GetUserName()
2723 void UCBStorage::FillInfoList( SvStorageInfoList* pList ) const
2743 sal_Bool UCBStorage::CopyStorageElement_Impl( UCBStorageElement_Impl& rElement, BaseStorage* pDest,…
2761 …pStream = ( const_cast < UCBStorage* > (this) )->OpenStream( rElement.m_aName, STREAM_STD_READ, pI…
2788 …pStorage = ( const_cast < UCBStorage* > (this) )->OpenStorage( rElement.m_aName, pImp->m_nMode, pI…
2792 UCBStorage* pUCBDest = PTR_CAST( UCBStorage, pDest );
2793 UCBStorage* pUCBCopy = PTR_CAST( UCBStorage, pStorage );
2823 UCBStorageElement_Impl* UCBStorage::FindElement_Impl( const String& rName ) const
2837 sal_Bool UCBStorage::CopyTo( BaseStorage* pDestStg ) const
2848 if( pDestStg->ISA( UCBStorage ) )
2869 sal_Bool UCBStorage::CopyTo( const String& rElemName, BaseStorage* pDest, const String& rNew )
2893 sal_Bool UCBStorage::Commit()
2904 sal_Bool UCBStorage::Revert()
2909 BaseStorageStream* UCBStorage::OpenStream( const String& rEleName, StreamMode nMode, sal_Bool bDire…
2988 BaseStorage* UCBStorage::OpenUCBStorage( const String& rEleName, StreamMode nMode, sal_Bool bDirect…
2996 BaseStorage* UCBStorage::OpenOLEStorage( const String& rEleName, StreamMode nMode, sal_Bool bDirect…
3004 BaseStorage* UCBStorage::OpenStorage( const String& rEleName, StreamMode nMode, sal_Bool bDirect )
3012 BaseStorage* UCBStorage::OpenStorage_Impl( const String& rEleName, StreamMode nMode, sal_Bool bDire…
3025 …UCBStorage *pStorage = new UCBStorage( aName, nMode, bDirect, sal_False, pImp->m_bRepairPackage, p…
3082 …UCBStorage* pStorage = new UCBStorage( aName, nMode, bDirect, sal_False, pImp->m_bRepairPackage, p…
3089 return new UCBStorage( pElement->m_xStorage );
3120 return new UCBStorage( pStor );
3164 sal_Bool UCBStorage::IsStorage( const String& rEleName ) const
3173 sal_Bool UCBStorage::IsStream( const String& rEleName ) const
3182 sal_Bool UCBStorage::IsContained( const String & rEleName ) const
3190 sal_Bool UCBStorage::Remove( const String& rEleName )
3206 sal_Bool UCBStorage::Rename( const String& rEleName, const String& rNewName )
3229 sal_Bool UCBStorage::MoveTo( const String& rEleName, BaseStorage* pNewSt, const String& rNewName )
3263 sal_Bool UCBStorage::ValidateFAT()
3269 sal_Bool UCBStorage::Validate( sal_Bool bWrite ) const
3275 sal_Bool UCBStorage::ValidateMode( StreamMode m ) const
3303 const SvStream* UCBStorage::GetSvStream() const
3310 sal_Bool UCBStorage::Equals( const BaseStorage& rStorage ) const
3316 sal_Bool UCBStorage::IsStorageFile( const String& rFileName )
3328 sal_Bool bRet = UCBStorage::IsStorageFile( pStm );
3333 sal_Bool UCBStorage::IsStorageFile( SvStream* pFile )
3364 sal_Bool UCBStorage::IsDiskSpannedFile( SvStream* pFile )
3390 String UCBStorage::GetLinkedFile( SvStream &rStream )
3416 String UCBStorage::CreateLinkFile( const String& rName )
3491 sal_Bool UCBStorage::SetProperty( const String& rName, const ::com::sun::star::uno::Any& rValue )
3518 sal_Bool UCBStorage::GetProperty( const String& rName, ::com::sun::star::uno::Any& rValue )
3535 sal_Bool UCBStorage::GetProperty( const String& rEleName, const String& rName, ::com::sun::star::un…
3589 UNOStorageHolderList* UCBStorage::GetUNOStorageHolderList()