Home
last modified time | relevance | path

Searched refs:nFormatID (Results 1 – 2 of 2) sorted by relevance

/trunk/main/package/source/xstor/
H A Dxfactory.cxx213 sal_Int32 nFormatID = 0; in createInstanceWithArguments() local
225 else if ( aDescr[nInd].Value >>= nFormatID ) in createInstanceWithArguments()
227 if ( nFormatID != embed::StorageFormats::PACKAGE in createInstanceWithArguments()
228 && nFormatID != embed::StorageFormats::ZIP in createInstanceWithArguments()
229 && nFormatID != embed::StorageFormats::OFOPXML ) in createInstanceWithArguments()
232 nStorageType = nFormatID; in createInstanceWithArguments()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx706 sal_Int32 nFormatID = 0; in initialize() local
718 else if ( aNamedValue.Value >>= nFormatID ) in initialize()
720 if ( nFormatID != embed::StorageFormats::PACKAGE in initialize()
721 && nFormatID != embed::StorageFormats::ZIP in initialize()
722 && nFormatID != embed::StorageFormats::OFOPXML ) in initialize()
725 m_nFormat = nFormatID; in initialize()

Completed in 22 milliseconds