Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/fmcomp/
H A Ddbaobjectex.cxx74 static sal_uInt32 s_nFormFormat = (sal_uInt32)-1; in getDescriptorFormatId() local
75 if ( _bExtractForm && (sal_uInt32)-1 == s_nFormFormat ) in getDescriptorFormatId()
77s_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 12 milliseconds