Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/ui/dlg/
H A DGroupExchange.cxx36 static sal_uInt32 s_nReportFormat = (sal_uInt32)-1; in getReportGroupId() local
37 if ( (sal_uInt32)-1 == s_nReportFormat ) in getReportGroupId()
39s_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()
/trunk/main/svx/source/fmcomp/
H A Ddbaobjectex.cxx73 static sal_uInt32 s_nReportFormat = (sal_uInt32)-1; in getDescriptorFormatId() local
80 else if ( !_bExtractForm && (sal_uInt32)-1 == s_nReportFormat) in getDescriptorFormatId()
82s_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