Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/misc/
H A Dnumbers.cxx45 if (xFormats.is()) in getNumberFormatType()
49 staruno::Reference<starbeans::XPropertySet> xFormat(xFormats->getByKey(nKey)); in getNumberFormatType()
67 staruno::Reference<starutil::XNumberFormats> xFormats( xSupplier->getNumberFormats()); in getNumberFormatType() local
68 return getNumberFormatType(xFormats, nKey); in getNumberFormatType()
74 if (xFormats.is()) in getNumberFormatDecimals()
78 staruno::Reference<starbeans::XPropertySet> xFormat( xFormats->getByKey(nKey)); in getNumberFormatDecimals()
102 staruno::Reference<starutil::XNumberFormatTypes> xTypes(xFormats, staruno::UNO_QUERY); in getStandardFormat()
122 Reference< XNumberFormats > xFormats; in getNumberFormatProperty() local
128 xFormats = xSupplier->getNumberFormats(); in getNumberFormatProperty()
129 if ( xFormats.is() ) in getNumberFormatProperty()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx389 … Reference< XNumberFormats > xFormats = xSupplier->getNumberFormats(); in insertValueIntoColumn() local
390 … Reference<XPropertySet> xProp = xFormats->getByKey(nNumberFormat); in insertValueIntoColumn()
435 Reference< XNumberFormats > xFormats = xSupplier->getNumberFormats(); in CheckString() local
449 Reference<XPropertySet> xProp = xFormats->getByKey(nFormatKey); in CheckString()
454 Reference<XNumberFormatTypes> xNumType(xFormats,UNO_QUERY); in CheckString()
458 Reference<XPropertySet> xProp = xFormats->getByKey(nFormatKey); in CheckString()
581 Reference< XNumberFormats > xFormats = xSupplier->getNumberFormats(); in SetColumnTypes() local
637 Reference< XNumberFormatTypes>(xFormats,UNO_QUERY), in SetColumnTypes()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx194 Reference< XNumberFormats > xFormats(_xTypes, UNO_QUERY); in getDefaultNumberFormat() local
195 …::rtl::OUString sNewFormat = xFormats->generateFormat( 0L, _rLocale, sal_False, sal_False, (sal_In… in getDefaultNumberFormat()
198 nFormat = xFormats->queryKey(sNewFormat, _rLocale, sal_False); in getDefaultNumberFormat()
200 nFormat = xFormats->addNew(sNewFormat, _rLocale); in getDefaultNumberFormat()
1099 Reference< XNumberFormats> xFormats(xSupplier->getNumberFormats()); in TransferFormComponentProperties() local
1100 Reference< XPropertySet> xFormat(xFormats->getByKey(getINT32(aFormatKey))); in TransferFormComponentProperties()
1181 Reference< XNumberFormats> xFormats(xSupplier->getNumberFormats()); in TransferFormComponentProperties() local
1192 Reference< XNumberFormatTypes> xTypeList(xFormats, UNO_QUERY); in TransferFormComponentProperties()
1215 …::rtl::OUString sNewFormat = xFormats->generateFormat(nBaseKey, _rLocale, sal_False, sal_False, nD… in TransferFormComponentProperties()
1219 sal_Int32 nKey = xFormats->queryKey(sNewFormat, _rLocale, sal_False); in TransferFormComponentProperties()
[all …]
H A DDateConversion.cxx433 Reference<XNumberFormats> xFormats( _xFormatter->getNumberFormatsSupplier()->getNumberFormats() ); in getFormattedValue() local
437 Reference< XNumberFormatTypes > (xFormats, UNO_QUERY), in getFormattedValue()
/trunk/main/forms/source/component/
H A DFormattedField.cxx845 Reference<XNumberFormats> xFormats = xSupplier->getNumberFormats(); in write() local
851 Reference<com::sun::star::beans::XPropertySet> xFormat = xFormats->getByKey(nKey); in write()
939 Reference<XNumberFormats> xFormats = xSupplier->getNumberFormats(); in read() local
941 if (xFormats.is()) in read()
945 nKey = xFormats->queryKey(sFormatDescription, aDescriptionLanguage, sal_False); in read()
948 nKey = xFormats->addNew(sFormatDescription, aDescriptionLanguage); in read()
/trunk/main/reportdesign/source/ui/dlg/
H A DDateTime.cxx136 …const uno::Reference< util::XNumberFormats> xFormats = xNumberFormatter->getNumberFormatsSupplier(… in InsertEntry() local
137 …const uno::Sequence<sal_Int32> aFormatKeys = xFormats->queryKeys(_nNumberFormatId,m_nLocale,sal_Tr… in InsertEntry()
142 … const sal_Int16 nPos = pListBox->InsertEntry(getFormatStringByKey(*pIter,xFormats,bTime)); in InsertEntry()
/trunk/main/xmloff/source/forms/
H A Dlayerimport.cxx285 Reference< XNumberFormats > xFormats; in applyControlNumberStyle() local
287 xFormats = xFormatsSupplier->getNumberFormats(); in applyControlNumberStyle()
288 …OSL_ENSURE(xFormats.is(), "OFormLayerXMLImport_Impl::applyControlNumberStyle: could not obtain the… in applyControlNumberStyle()
291 if (xFormats.is()) in applyControlNumberStyle()
/trunk/main/comphelper/inc/comphelper/
H A Dnumbers.hxx42 … getNumberFormatType(const staruno::Reference<starutil::XNumberFormats>& xFormats, sal_Int32 nKey);
48 …NumberFormatDecimals(const staruno::Reference<starutil::XNumberFormats>& xFormats, sal_Int32 nKey);
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx407 Reference<XNumberFormats> xFormats(xSupplier->getNumberFormats()); in setBooleanFormat() local
408 Reference<XNumberFormatTypes> xTypes( xFormats, UNO_QUERY ); in setBooleanFormat()
418 xOldFormat.set(xFormats->getByKey( nOldIndex )); in setBooleanFormat()
/trunk/main/sc/workben/
H A Dtest.cxx1484 XTableAutoFormatsRef xFormats = xView->getTableAutoFormats(); in lcl_AutoForm()
1485 if (!xFormats) return; in lcl_AutoForm()
1488 XTableAutoFormatsRef xFormats; in lcl_AutoForm() local
1490 XTableAutoFormatRef xFormat = xFormats->getAutoFormatByName(L"gaga"); in lcl_AutoForm()
1502 xFormats->addAutoFormat(L"gaga"); in lcl_AutoForm()
1503 XTableAutoFormatRef xNew = xFormats->getAutoFormatByName(L"gaga"); in lcl_AutoForm()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx240 …cl_GetColumnInfo( const Reference<XSpreadsheet>& xSheet, const Reference<XNumberFormats>& xFormats, in lcl_GetColumnInfo() argument
284 const Reference<XPropertySet> xFormat = xFormats->getByKey( nKey ); in lcl_GetColumnInfo()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx1195 Reference< ::com::sun::star::util::XNumberFormats > xFormats = xFormatSup->getNumberFormats(); in predicateTree() local
1196 if ( xFormats.is() ) in predicateTree()
1202 m_nDateFormatKey = xFormats->queryKey(sFormat,aLocale,sal_False); in predicateTree()
1204 m_nDateFormatKey = xFormats->addNew(sFormat, aLocale); in predicateTree()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java828 XNumberFormats xFormats = x.getNumberFormats(); in insertFormattedField() local
829 … XNumberFormatTypes x3 = UnoRuntime.queryInterface(XNumberFormatTypes.class, xFormats); in insertFormattedField()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx441 Reference< util::XNumberFormats > xFormats( in endElement() local
443 sal_Int32 nKey = xFormats->queryKey( sFormat, locale, sal_True ); in endElement()
446 nKey = xFormats->addNew( sFormat, locale ); in endElement()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx3035 uno::Reference< util::XNumberFormats > xFormats( xFormatsSupp->getNumberFormats() ); in init() local
3036 uno::Reference< util::XNumberFormatTypes > xFormatTypes( xFormats, uno::UNO_QUERY ); in init()

Completed in 147 milliseconds