Searched refs:nFormatID (Results 1 – 2 of 2) sorted by relevance
213 sal_Int32 nFormatID = 0; in createInstanceWithArguments() local225 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()
711 sal_Int32 nFormatID = 0; in initialize() local723 else if ( aNamedValue.Value >>= nFormatID ) in initialize()725 if ( nFormatID != embed::StorageFormats::PACKAGE in initialize()726 && nFormatID != embed::StorageFormats::ZIP in initialize()727 && nFormatID != embed::StorageFormats::OFOPXML ) in initialize()730 m_nFormat = nFormatID; in initialize()