Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dbui/
H A Ddbinsdlg.cxx216 Reference< util::XNumberFormats > xDocNumberFormats = pNumFormat->getNumberFormats(); in SwInsertDBColAutoPilot() local
217 Reference< util::XNumberFormatTypes > xDocNumberFormatTypes(xDocNumberFormats, UNO_QUERY); in SwInsertDBColAutoPilot()
279 sal_Int32 nKey = xDocNumberFormats->queryKey( sFormat, aLoc, true); in SwInsertDBColAutoPilot()
282 nKey = xDocNumberFormats->addNew( sFormat, aLoc ); in SwInsertDBColAutoPilot()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dbui/
H A Ddbinsdlg.cxx231 … Reference< util::XNumberFormats > xDocNumberFormats = xDocNumFormatsSupplier->getNumberFormats(); in SwInsertDBColAutoPilot() local
232 Reference< util::XNumberFormatTypes > xDocNumberFormatTypes(xDocNumberFormats, UNO_QUERY); in SwInsertDBColAutoPilot()
294 sal_Int32 nKey = xDocNumberFormats->queryKey( sFormat, aLoc, true); in SwInsertDBColAutoPilot()
297 nKey = xDocNumberFormats->addNew( sFormat, aLoc ); in SwInsertDBColAutoPilot()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dbui/
H A Ddbmgr.cxx1748 uno::Reference< util::XNumberFormats > xDocNumberFormats = pNumFormat->getNumberFormats(); in GetColumnFormat() local
1749 …uno::Reference< util::XNumberFormatTypes > xDocNumberFormatTypes(xDocNumberFormats, uno::UNO_QUERY… in GetColumnFormat()
1788 nFormat = xDocNumberFormats->queryKey( sFormat, aLoc, false ); in GetColumnFormat()
1790 nFormat = xDocNumberFormats->addNew( sFormat, aLoc ); in GetColumnFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dbui/
H A Ddbmgr.cxx1800 …uno::Reference< util::XNumberFormats > xDocNumberFormats = xDocNumFormatsSupplier->getNumberFormat… in GetColumnFormat() local
1801 …uno::Reference< util::XNumberFormatTypes > xDocNumberFormatTypes(xDocNumberFormats, uno::UNO_QUERY… in GetColumnFormat()
1840 nFormat = xDocNumberFormats->queryKey( sFormat, aLoc, false ); in GetColumnFormat()
1842 nFormat = xDocNumberFormats->addNew( sFormat, aLoc ); in GetColumnFormat()