Searched refs:m_nStorageType (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/package/source/xstor/ |
| H A D | owriteablestream.cxx | 305 , m_nStorageType( nStorageType ) in OWriteStream_Impl() 315 …OSL_ENSURE( m_nStorageType == embed::StorageFormats::OFOPXML || !m_xOrigRelInfoStream.is(), "The R… in OWriteStream_Impl() 405 if ( m_nStorageType != embed::StorageFormats::PACKAGE ) in IsEncrypted() 465 …OSL_ENSURE( m_nStorageType == embed::StorageFormats::PACKAGE, "The encryption is supported only fo… in SetDecrypted() 466 if ( m_nStorageType != embed::StorageFormats::PACKAGE ) in SetDecrypted() 490 …OSL_ENSURE( m_nStorageType == embed::StorageFormats::PACKAGE, "The encryption is supported only fo… in SetEncrypted() 491 if ( m_nStorageType != embed::StorageFormats::PACKAGE ) in SetEncrypted() 838 …else if ( ( m_nStorageType == embed::StorageFormats::OFOPXML || m_nStorageType == embed::StorageFo… in InsertStreamDirectly() 843 …else if ( m_nStorageType == embed::StorageFormats::PACKAGE && aProps[nInd].Name.equalsAscii( "UseC… in InsertStreamDirectly() 865 if ( m_nStorageType != embed::StorageFormats::PACKAGE ) in InsertStreamDirectly() [all …]
|
| H A D | xstorage.cxx | 72 sal_Int32 m_nStorageType; // the mode in which the storage is used member 87 , m_nStorageType( nStorageType ) in StorInternalData_Impl() 212 , m_nStorageType( nStorageType ) in OStorage_Impl() 252 , m_nStorageType( nStorageType ) in OStorage_Impl() 296 , m_nStorageType( nStorageType ) in OStorage_Impl() 356 if ( m_nStorageType == embed::StorageFormats::OFOPXML && m_pRelStorElement ) in ~OStorage_Impl() 500 if ( m_nStorageType == embed::StorageFormats::ZIP ) in OpenOwnPackage() 509 else if ( m_nStorageType == embed::StorageFormats::OFOPXML ) in OpenOwnPackage() 562 if ( m_nStorageType == embed::StorageFormats::PACKAGE ) in GetStorageProperties() 588 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in ReadRelInfoIfNecessary() [all …]
|
| H A D | ocompinstream.cxx | 48 , m_nStorageType( nStorageType ) in OInputCompStream() 67 , m_nStorageType( nStorageType ) in OInputCompStream() 107 if ( m_nStorageType == embed::StorageFormats::OFOPXML ) in queryInterface() 356 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in hasByID() 384 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in getTargetByID() 409 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in getTypeByID() 434 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in getRelationshipByID() 464 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in getRelationshipsByType() 499 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in getAllRelationships() 530 if ( m_nStorageType != embed::StorageFormats::OFOPXML ) in insertRelationshipByID() [all …]
|
| H A D | owriteablestream.hxx | 84 sal_Int32 m_nStorageType; member 91 , m_nStorageType( nStorageType ) in WSInternalData_Impl() 138 sal_Int32 m_nStorageType; member
|
| H A D | ocompinstream.hxx | 59 sal_Int32 m_nStorageType; member in OInputCompStream
|
| H A D | xstorage.hxx | 173 sal_Int32 m_nStorageType; // the mode in which the storage is used member
|