Searched refs:nStorageType (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/package/source/xstor/ |
| H A D | xfactory.cxx | 185 sal_Int32 nStorageType = embed::StorageFormats::PACKAGE; in createInstanceWithArguments() local 217 nStorageType = embed::StorageFormats::PACKAGE; in createInstanceWithArguments() 219 nStorageType = embed::StorageFormats::ZIP; in createInstanceWithArguments() 221 nStorageType = embed::StorageFormats::OFOPXML; in createInstanceWithArguments() 232 nStorageType = nFormatID; in createInstanceWithArguments() 267 …WeakObject* >( new OStorage( xInputStream, nStorageMode, aPropsToSet, m_xFactory, nStorageType ) ), in createInstanceWithArguments() 287 …st< OWeakObject* >( new OStorage( xStream, nStorageMode, aPropsToSet, m_xFactory, nStorageType ) ), in createInstanceWithArguments()
|
| H A D | oseekinstream.cxx | 38 sal_Int32 nStorageType ) in OInputSeekStream() argument 39 : OInputCompStream( pImpl, xStream, aProps, nStorageType ) in OInputSeekStream() 50 sal_Int32 nStorageType ) in OInputSeekStream() argument 51 : OInputCompStream( xStream, aProps, nStorageType ) in OInputSeekStream()
|
| H A D | ocompinstream.cxx | 41 sal_Int32 nStorageType ) in OInputCompStream() argument 48 , m_nStorageType( nStorageType ) in OInputCompStream() 60 sal_Int32 nStorageType ) in OInputCompStream() argument 67 , m_nStorageType( nStorageType ) in OInputCompStream()
|
| H A D | oseekinstream.hxx | 41 sal_Int32 nStorageType ); 45 sal_Int32 nStorageType );
|
| H A D | xstorage.hxx | 189 sal_Int32 nStorageType ); 195 sal_Int32 nStorageType ); 203 sal_Int32 nStorageType ); 283 sal_Int32 nStorageType, 326 sal_Int32 nStorageType ); 332 sal_Int32 nStorageType );
|
| H A D | ocompinstream.hxx | 65 sal_Int32 nStorageType ); 69 sal_Int32 nStorageType );
|
| H A D | owriteablestream.hxx | 87 WSInternalData_Impl( const SotMutexHolderRef rMutexRef, sal_Int32 nStorageType ) in WSInternalData_Impl() 91 , m_nStorageType( nStorageType ) in WSInternalData_Impl() 176 sal_Int32 nStorageType,
|
| H A D | xstorage.cxx | 82 …a_Impl( const SotMutexHolderRef& rMutexRef, sal_Bool bRoot, sal_Int32 nStorageType, sal_Bool bRead… in StorInternalData_Impl() 87 , m_nStorageType( nStorageType ) in StorInternalData_Impl() 102 sal_Int32 nStorageType, in completeStorageStreamCopy_Impl() argument 124 if ( nStorageType == embed::StorageFormats::PACKAGE ) in completeStorageStreamCopy_Impl() 130 else if ( nStorageType == embed::StorageFormats::OFOPXML ) in completeStorageStreamCopy_Impl() 195 sal_Int32 nStorageType ) in OStorage_Impl() argument 212 , m_nStorageType( nStorageType ) in OStorage_Impl() 235 sal_Int32 nStorageType ) in OStorage_Impl() argument 252 , m_nStorageType( nStorageType ) in OStorage_Impl() 278 sal_Int32 nStorageType ) in OStorage_Impl() argument [all …]
|
| H A D | owriteablestream.cxx | 290 sal_Int32 nStorageType, in OWriteStream_Impl() argument 300 , m_bUseCommonEncryption( !bForceEncrypted && nStorageType == embed::StorageFormats::PACKAGE ) in OWriteStream_Impl() 305 , m_nStorageType( nStorageType ) in OWriteStream_Impl()
|