/aoo42x/main/comphelper/source/misc/ |
H A D | numbers.cxx | 49 staruno::Reference<starbeans::XPropertySet> xFormat(xFormats->getByKey(nKey)); in getNumberFormatType() 78 staruno::Reference<starbeans::XPropertySet> xFormat( xFormats->getByKey(nKey)); in getNumberFormatDecimals() 130 xFormatProperties = xFormats->getByKey( _nKey ); in getNumberFormatProperty()
|
/aoo42x/main/xmloff/source/style/ |
H A D | numehelp.cxx | 252 … uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCurrencySymbol() 289 … uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCellType() 336 uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCurrencySymbol() 370 uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCellType()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaformat.cxx | 385 …xNumberFormats->getByKey(nFormat)->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( F… in getNumberFormatLocal() 434 …xNumberFormats->getByKey(nFormat)->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( L… in setNumberFormatLocal() 467 …xNumberFormats->getByKey(nFormat)->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( L… in setNumberFormat() 748 …xNumberFormats->getByKey(nNewFormat)->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM… in getNumberFormat()
|
H A D | vbarange.cxx | 520 return mxFormats->getByKey( nIndexKey ); in getNumberProps()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | DExport.cxx | 390 … Reference<XPropertySet> xProp = xFormats->getByKey(nNumberFormat); in insertValueIntoColumn() 449 Reference<XPropertySet> xProp = xFormats->getByKey(nFormatKey); in CheckString() 458 Reference<XPropertySet> xProp = xFormats->getByKey(nFormatKey); in CheckString()
|
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | NumberFormatter.java | 195 …XPropertySet xNumberFormat = _oNumberFormatter.xNumberFormats.getByKey(_FormatKey); //CurDBField.D… in setNumberFormat()
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/ |
H A D | Number_Formats.java | 126 com.sun.star.beans.XPropertySet xProp = xNumberFormats.getByKey( nIndexKey ); in doFunction()
|
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | DateTime.cxx | 207 uno::Reference< beans::XPropertySet> xFormSet = _xFormats->getByKey(_nNumberFormatKey); in getFormatStringByKey()
|
/aoo42x/main/forms/source/misc/ |
H A D | limitedformats.cxx | 193 xStandardFormats->getByKey(pLoopFormats->nKey); in ensureTableInitialized()
|
/aoo42x/main/offapi/com/sun/star/util/ |
H A D | XNumberFormats.idl | 63 com::sun::star::beans::XPropertySet getByKey( [in] long nKey );
|
/aoo42x/main/odk/examples/java/Spreadsheet/ |
H A D | EuroAdaption.java | 179 xNumberFormats.getByKey(iNumberFormat ); in Convert()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlimprt.cxx | 2279 … uno::Reference <beans::XPropertySet> xProperties(xLocalNumberFormats->getByKey(nKey)); in SetCurrencySymbol() 2330 …::Reference <beans::XPropertySet> xNumberPropertySet(xLocalNumberFormats->getByKey(nNumberFormat)); in IsCurrencySymbol() 2397 …:Reference < beans::XPropertySet> xNumberFormatProperties(xNumberFormats->getByKey(rNumberFormat)); in SetType()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | cellvaluebinding.cxx | 418 xOldFormat.set(xFormats->getByKey( nOldIndex )); in setBooleanFormat()
|
/aoo42x/main/chart2/source/tools/ |
H A D | DiagramHelper.cxx | 1077 xKeyProps = xNumberFormats->getByKey( nNumberFormat ); in lcl_switchToDateCategories() 1167 Reference< beans::XPropertySet > xKeyProps = xNumberFormats->getByKey( nNumberFormat ); in isDateNumberFormat()
|
/aoo42x/main/svl/source/numbers/ |
H A D | numfmuno.hxx | 125 getByKey( sal_Int32 nKey ) throw(::com::sun::star::uno::RuntimeException);
|
H A D | numfmuno.cxx | 439 uno::Reference<beans::XPropertySet> SAL_CALL SvNumberFormatsObj::getByKey( sal_Int32 nKey ) in getByKey() function in SvNumberFormatsObj
|
/aoo42x/main/xmloff/source/forms/ |
H A D | layerexport.cxx | 737 Reference< XPropertySet > xControlFormat = xControlFormats->getByKey(nControlFormatKey); in ensureTranslateFormat()
|
/aoo42x/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 284 const Reference<XPropertySet> xFormat = xFormats->getByKey( nKey ); in lcl_GetColumnInfo()
|
/aoo42x/main/forms/source/component/ |
H A D | FormattedField.cxx | 851 Reference<com::sun::star::beans::XPropertySet> xFormat = xFormats->getByKey(nKey); in write()
|
/aoo42x/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_expmodels.cxx | 1007 xSupplier->getNumberFormats()->getByKey( nKey ), in readFormattedFieldModel()
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 1875 … xFormSet = xNumberFormatter->getNumberFormatsSupplier()->getNumberFormats()->getByKey(nFormatKey); in getControlDefault()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 341 Reference<XPropertySet> xNumProps = xNumberFormats->getByKey( nFmt ); in SwInsertDBColAutoPilot()
|
H A D | dbmgr.cxx | 1547 uno::Reference<XPropertySet> xNumProps = xNumberFormats->getByKey( nFmt ); in GetColumnFmt()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 1100 Reference< XPropertySet> xFormat(xFormats->getByKey(getINT32(aFormatKey))); in TransferFormComponentProperties()
|