Searched refs:bIsStorage (Results 1 – 10 of 10) sorted by relevance
45 SvStorageInfo( const String& rName, sal_uLong nSz, sal_Bool bIsStorage ) in SvStorageInfo() argument48 , bStream( !bIsStorage ) in SvStorageInfo()49 , bStorage( bIsStorage ) in SvStorageInfo()
273 sal_Bool bIsStorage: 1; member in SfxMedium_Impl353 bIsStorage( sal_False ), in SfxMedium_Impl()785 return pImp->bIsStorage; in IsStorage()794 pImp->bIsStorage = SotStorage::IsStorageFile( aURL ) && !SotStorage::IsOLEStorage( aURL); in IsStorage()795 if ( !pImp->bIsStorage ) in IsStorage()800 …pImp->bIsStorage = SotStorage::IsStorageFile( pInStream ) && !SotStorage::IsOLEStorage( pInStream … in IsStorage()801 if ( !pInStream->GetError() && !pImp->bIsStorage ) in IsStorage()805 return pImp->bIsStorage; in IsStorage()1601 pImp->bIsStorage = pImp->xStorage.is(); in GetStorage()1675 pImp->bIsStorage = sal_False; in CloseStorage()[all …]
209 sal_Bool bIsStorage = aMedium.IsStorage(); in detect() local210 if ( bIsStorage ) in detect()
224 sal_Bool bIsStorage = aMedium.IsStorage(); in detect() local228 if ( bIsStorage ) in detect()
203 sal_Bool bIsStorage = aMedium.IsStorage(); in detect() local212 if ( bIsStorage ) in detect()
365 sal_Bool bIsStorage = aMedium.IsStorage(); in detect() local375 if ( bIsStorage ) in detect()
571 sal_Bool bIsStorage = sal_False; in InsertEmbeddedObject() local578 bIsStorage = sal_True; in InsertEmbeddedObject()585 if ( bIsStorage ) in InsertEmbeddedObject()
251 SotElement_Impl* InsertElement( ::rtl::OUString aName, sal_Bool bIsStorage );
1532 SotElement_Impl* OStorage_Impl::InsertElement( ::rtl::OUString aName, sal_Bool bIsStorage ) in InsertElement() argument1567 return new SotElement_Impl( aName, bIsStorage, sal_True ); in InsertElement()
3439 sal_Bool bIsStorage = xStorage->IsStorage( aName ); in UnpackStorage() local3440 if ( bIsStorage ) in UnpackStorage()
Completed in 148 milliseconds