Lines Matching refs:Storage

349 sal_Bool Storage::IsStorageFile( const String & rFileName )  in IsStorageFile()
357 sal_Bool Storage::IsStorageFile( SvStream* pStream ) in IsStorageFile()
379 TYPEINIT1( Storage, BaseStorage );
381 Storage::Storage( const String& rFile, StreamMode m, sal_Bool bDirect ) in Storage() function in Storage
412 Storage::Storage( SvStream& r, sal_Bool bDirect ) in Storage() function in Storage
440 Storage::Storage( UCBStorageStream& rStrm, sal_Bool bDirect ) in Storage() function in Storage
482 void Storage::Init( sal_Bool bCreate ) in Init()
519 Storage::Storage( StgIo* p, StgDirEntry* q, StreamMode m ) in Storage() function in Storage
531 Storage::~Storage() in ~Storage()
554 const String& Storage::GetName() const in GetName()
557 pEntry->aEntry.GetName( ((Storage*) this)->aName ); in GetName()
563 void Storage::FillInfoList( SvStorageInfoList* pList ) const in FillInfoList()
583 BaseStorage* Storage::OpenUCBStorage( const String& rName, StreamMode m, sal_Bool bDirect ) in OpenUCBStorage()
594 BaseStorage* Storage::OpenOLEStorage( const String& rName, StreamMode m, sal_Bool bDirect ) in OpenOLEStorage()
599 BaseStorage* Storage::OpenStorage( const String& rName, StreamMode m, sal_Bool bDirect ) in OpenStorage()
602 return new Storage( pIo, NULL, m ); in OpenStorage()
650 Storage* pStg = new Storage( pIo, p, m ); in OpenStorage()
658 BaseStorageStream* Storage::OpenStream( const String& rName, StreamMode m, sal_Bool, in OpenStream()
711 sal_Bool Storage::Remove( const String& rName ) in Remove()
730 sal_Bool Storage::Rename( const String& rOld, const String& rNew ) in Rename()
744 sal_Bool Storage::CopyTo( const String& rElem, BaseStorage* pDest, const String& rNew ) in CopyTo()
821 sal_Bool Storage::CopyTo( BaseStorage* pDest ) const in CopyTo()
828 Storage* pThis = (Storage*) this; in CopyTo()
853 sal_Bool Storage::MoveTo( const String& rElem, BaseStorage* pODest, const String& rNew ) in MoveTo()
866 Storage *pOther = PTR_CAST( Storage, pODest ); in MoveTo()
869 Storage *p = (Storage*) pODest; in MoveTo()
870 Storage *pDest = p; in MoveTo()
904 sal_Bool Storage::IsStorage( const String& rName ) const in IsStorage()
915 sal_Bool Storage::IsStream( const String& rName ) const in IsStream()
926 sal_Bool Storage::IsContained( const String& rName ) const in IsContained()
937 sal_Bool Storage::Commit() in Commit()
964 sal_Bool Storage::Revert() in Revert()
973 void Storage::SetClass( const SvGlobalName & rClass, in SetClass()
1000 void Storage::SetConvertClass( const SvGlobalName & rConvertClass, in SetConvertClass()
1015 SvGlobalName Storage::GetClassName() in GetClassName()
1028 sal_uLong Storage::GetFormat() in GetFormat()
1037 String Storage::GetUserName() in GetUserName()
1046 sal_Bool Storage::ShouldConvert() in ShouldConvert()
1058 sal_Bool Storage::ValidateFAT() in ValidateFAT()
1066 void Storage::SetDirty() in SetDirty()
1072 void Storage::SetClassId( const ClsId& rId ) in SetClassId()
1078 const ClsId& Storage::GetClassId() const in GetClassId()
1087 const SvStream* Storage::GetSvStream() const in GetSvStream()
1092 sal_Bool Storage::Validate( sal_Bool bValidate ) const in Validate()
1100 sal_Bool Storage::ValidateMode( StreamMode nMode ) const in ValidateMode()
1108 sal_Bool Storage::ValidateMode( StreamMode nMode, StgDirEntry* p ) const in ValidateMode()
1116 sal_Bool Storage::Equals( const BaseStorage& rStorage ) const in Equals()
1118 const Storage* pOther = PTR_CAST( Storage, &rStorage ); in Equals()