Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dfmexch.cxx344 static sal_uInt32 s_nFormat = (sal_uInt32)-1; in getControlPathFormatId() local
345 if ((sal_uInt32)-1 == s_nFormat) in getControlPathFormatId()
348 …DBG_ASSERT((sal_uInt32)-1 != s_nFormat, "OControlExchange::getControlPathFormatId: bad exchange id… in getControlPathFormatId()
350 return s_nFormat; in getControlPathFormatId()
356 static sal_uInt32 s_nFormat = (sal_uInt32)-1; in getHiddenControlModelsFormatId() local
357 if ((sal_uInt32)-1 == s_nFormat) in getHiddenControlModelsFormatId()
362 return s_nFormat; in getHiddenControlModelsFormatId()
368 static sal_uInt32 s_nFormat = (sal_uInt32)-1; in getFieldExchangeFormatId() local
369 if ((sal_uInt32)-1 == s_nFormat) in getFieldExchangeFormatId()
372 …DBG_ASSERT((sal_uInt32)-1 != s_nFormat, "OControlExchange::getFieldExchangeFormatId: bad exchange … in getFieldExchangeFormatId()
[all …]
H A Dfiltnav.cxx127 static sal_uInt32 s_nFormat = (sal_uInt32)-1; in getFormatId() local
128 if ((sal_uInt32)-1 == s_nFormat) in getFormatId()
130s_nFormat = SotExchange::RegisterFormatName(String::CreateFromAscii("application/x-openoffice;wind… in getFormatId()
131 DBG_ASSERT((sal_uInt32)-1 != s_nFormat, "OFilterExchangeHelper::getFormatId: bad exchange id!"); in getFormatId()
133 return s_nFormat; in getFormatId()
/trunk/main/svx/source/fmcomp/
H A Ddbaexchange.cxx171 static sal_uInt32 s_nFormat = (sal_uInt32)-1; in getDescriptorFormatId() local
172 if ((sal_uInt32)-1 == s_nFormat) in getDescriptorFormatId()
174s_nFormat = SotExchange::RegisterFormatName(String::CreateFromAscii("application/x-openoffice;wind… in getDescriptorFormatId()
175 …OSL_ENSURE((sal_uInt32)-1 != s_nFormat, "OColumnTransferable::getDescriptorFormatId: bad exchange … in getDescriptorFormatId()
177 return s_nFormat; in getDescriptorFormatId()
655 static sal_uInt32 s_nFormat = (sal_uInt32)-1; in getDescriptorFormatId() local
656 if ((sal_uInt32)-1 == s_nFormat) in getDescriptorFormatId()
658s_nFormat = SotExchange::RegisterFormatName(String::CreateFromAscii("application/x-openoffice;wind… in getDescriptorFormatId()
659 …OSL_ENSURE((sal_uInt32)-1 != s_nFormat, "OColumnTransferable::getDescriptorFormatId: bad exchange … in getDescriptorFormatId()
661 return s_nFormat; in getDescriptorFormatId()
H A Dxmlexchg.cxx49 static sal_uInt32 s_nFormat = (sal_uInt32)-1; in getDescriptorFormatId() local
50 if ((sal_uInt32)-1 == s_nFormat) in getDescriptorFormatId()
52s_nFormat = SotExchange::RegisterFormatName( String::CreateFromAscii("application/x-openoffice;win… in getDescriptorFormatId()
53 …OSL_ENSURE( (sal_uInt32)-1 != s_nFormat, "OXFormsTransferable::getDescriptorFormatId: bad exchange… in getDescriptorFormatId()
55 return s_nFormat; in getDescriptorFormatId()
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedclip.cxx46 static sal_uInt32 s_nFormat = (sal_uInt32)-1; in getDescriptorFormatId() local
47 if ((sal_uInt32)-1 == s_nFormat) in getDescriptorFormatId()
49s_nFormat = SotExchange::RegisterFormatName(String::CreateFromAscii("application/x-openoffice;wind… in getDescriptorFormatId()
50 …OSL_ENSURE((sal_uInt32)-1 != s_nFormat, "OReportExchange::getDescriptorFormatId: bad exchange id!"… in getDescriptorFormatId()
52 return s_nFormat; in getDescriptorFormatId()

Completed in 34 milliseconds