Searched refs:s_nFormFormat (Results 1 – 1 of 1) sorted by relevance
74 static sal_uInt32 s_nFormFormat = (sal_uInt32)-1; in getDescriptorFormatId() local75 if ( _bExtractForm && (sal_uInt32)-1 == s_nFormFormat ) in getDescriptorFormatId()77 …s_nFormFormat = SotExchange::RegisterFormatName(String::CreateFromAscii("application/x-openoffice;… in getDescriptorFormatId()78 …OSL_ENSURE((sal_uInt32)-1 != s_nFormFormat, "OComponentTransferable::getDescriptorFormatId: bad ex… in getDescriptorFormatId()85 return _bExtractForm ? s_nFormFormat : s_nReportFormat; in getDescriptorFormatId()
Completed in 16 milliseconds