Searched refs:s_nReportFormat (Results 1 – 2 of 2) sorted by relevance
36 static sal_uInt32 s_nReportFormat = (sal_uInt32)-1; in getReportGroupId() local37 if ( (sal_uInt32)-1 == s_nReportFormat ) in getReportGroupId()39 …s_nReportFormat = SotExchange::RegisterFormatName(String::CreateFromAscii("application/x-openoffic… in getReportGroupId()40 OSL_ENSURE((sal_uInt32)-1 != s_nReportFormat, "Bad exchange id!"); in getReportGroupId()42 return s_nReportFormat; in getReportGroupId()
73 static sal_uInt32 s_nReportFormat = (sal_uInt32)-1; in getDescriptorFormatId() local80 else if ( !_bExtractForm && (sal_uInt32)-1 == s_nReportFormat) in getDescriptorFormatId()82 …s_nReportFormat = SotExchange::RegisterFormatName(String::CreateFromAscii("application/x-openoffic… in getDescriptorFormatId()83 …OSL_ENSURE((sal_uInt32)-1 != s_nReportFormat, "OComponentTransferable::getDescriptorFormatId: bad … in getDescriptorFormatId()85 return _bExtractForm ? s_nFormFormat : s_nReportFormat; in getDescriptorFormatId()
Completed in 10 milliseconds