Searched refs:bUCBStorage (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sot/inc/sot/ |
H A D | storage.hxx | 133 void CreateStorage( sal_Bool bUCBStorage, StreamMode, StorageMode ); 138 SotStorage( sal_Bool bUCBStorage, const String &, 146 SotStorage( sal_Bool bUCBStorage, SvStream & rStm );
|
/trunk/main/sot/source/sdstor/ |
H A D | storage.cxx | 630 SotStorage::SotStorage( sal_Bool bUCBStorage, const String & rName, StreamMode nMode, StorageMode n… in SotStorage() argument 634 CreateStorage( bUCBStorage, nMode, nStorageMode ); in SotStorage() 656 SotStorage::SotStorage( sal_Bool bUCBStorage, SvStream & rStm ) in SotStorage() argument 662 if ( UCBStorage::IsStorageFile( &rStm ) || bUCBStorage ) in SotStorage()
|
Completed in 16 milliseconds