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()
706 sal_Int32 nFormatID = 0; in initialize() local718 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 25 milliseconds