/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | NumberFormatter.java | 258 …iLogicalFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.LOGICAL, aLocale); … in setBooleanReportDisplayNumberFormat() 271 … iDateFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.DATE, aLocale); in getDateFormatKey() 282 … iDateTimeFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.DATETIME, aLocale); in getDateTimeFormatKey() 293 iLogicalFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.LOGICAL, aLocale); in getLogicalFormatKey() 304 iNumberFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.NUMBER, aLocale); in getNumberFormatKey() 315 iTextFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.TEXT, aLocale); in getTextFormatKey() 326 iTimeFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.TIME, aLocale); in getTimeFormatKey()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | dbtools.cxx | 176 nFormat = _xTypes->getStandardFormat(NumberFormat::LOGICAL, _rLocale); in getDefaultNumberFormat() 190 nFormat = _xTypes->getStandardFormat((sal_Int16)nNumberType, _rLocale); in getDefaultNumberFormat() 205 nFormat = _xTypes->getStandardFormat((sal_Int16)nNumberType, _rLocale); in getDefaultNumberFormat() 212 nFormat = _xTypes->getStandardFormat(NumberFormat::TEXT, _rLocale); in getDefaultNumberFormat() 215 nFormat = _xTypes->getStandardFormat(NumberFormat::DATE, _rLocale); in getDefaultNumberFormat() 218 nFormat = _xTypes->getStandardFormat(NumberFormat::TIME, _rLocale); in getDefaultNumberFormat() 221 nFormat = _xTypes->getStandardFormat(NumberFormat::DATETIME, _rLocale); in getDefaultNumberFormat() 235 nFormat = _xTypes->getStandardFormat(NumberFormat::UNDEFINED, _rLocale); in getDefaultNumberFormat() 1200 nBaseKey = xTypeList->getStandardFormat(NumberFormat::DATE, _rLocale); in TransferFormComponentProperties() 1204 nBaseKey = xTypeList->getStandardFormat(NumberFormat::TIME, _rLocale); in TransferFormComponentProperties() [all …]
|
/aoo41x/main/comphelper/source/misc/ |
H A D | numbers.cxx | 95 sal_Int32 getStandardFormat( in getStandardFormat() function 105 return xTypes.is() ? xTypes->getStandardFormat(nType, _rLocale) : 0; in getStandardFormat()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | numbers.hxx | 52 sal_Int32 getStandardFormat(
|
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | XNumberFormatTypes.idl | 61 long getStandardFormat( [in] short nType,
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/ |
H A D | Number_Formats.java | 96 int nCurrencyKey = xNumberFormatTypes.getStandardFormat( in doFunction()
|
/aoo41x/main/forms/source/component/ |
H A D | FormattedField.cxx | 741 aFmtKey <<= (sal_Int32)xTypes->getStandardFormat(NumberFormat::NUMBER, aApplicationLocale); in onConnectedDbColumn() 743 aFmtKey <<= (sal_Int32)xTypes->getStandardFormat(NumberFormat::TEXT, aApplicationLocale); in onConnectedDbColumn()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | DExport.cxx | 367 …nNumberFormat = m_xFormatter->detectNumberFormat(xNumType->getStandardFormat(nFormats[i],m_aLocale… in insertValueIntoColumn() 455 …sal_Int32 nFormatKey = m_xFormatter->detectNumberFormat(xNumType->getStandardFormat(NumberFormat::… in CheckString()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | xsdvalidationhelper.cxx | 364 …sal_Int32 nDesiredFormat = xFormatTypes->getStandardFormat( nNumberFormatType, SvtSysLocale().GetL… in findDefaultFormatForIntrospectee()
|
/aoo41x/main/svtools/source/table/ |
H A D | cellvalueconversion.cxx | 156 … m_nFormatKey = xTypes->getStandardFormat( i_numberFormatType, SvtSysLocale().GetLocale() ); in StandardFormatNormalizer()
|
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetDocHelper.cs | 162 int nFormat = xFormatTypes.getStandardFormat( in setDate()
|
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetDocHelper.java | 199 int nFormat = xFormatTypes.getStandardFormat( in setDate()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellvaluebinding.cxx | 437 sal_Int32 nNewIndex = xTypes->getStandardFormat( NumberFormat::LOGICAL, aLocale ); in setBooleanFormat()
|
/aoo41x/main/svl/source/numbers/ |
H A D | numfmuno.hxx | 150 virtual sal_Int32 SAL_CALL getStandardFormat( sal_Int16 nType,
|
H A D | numfmuno.cxx | 617 sal_Int32 SAL_CALL SvNumberFormatsObj::getStandardFormat( sal_Int16 nType, const lang::Locale& nLoc… in getStandardFormat() function in SvNumberFormatsObj
|
/aoo41x/main/testtools/source/cliversioning/ |
H A D | version.cs | 376 int nFormat = xFormatTypes.getStandardFormat( in setDate()
|
/aoo41x/main/oox/source/xls/ |
H A D | sheetdatabuffer.cxx | 520 sal_Int32 nIndex = xNumFmtTypes->getStandardFormat( nStdNumFmt, Locale() ); in setStandardNumFmt()
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 835 … int nFormat = x3.getStandardFormat(com.sun.star.util.NumberFormat.DATE, aLocale); in insertFormattedField()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlimprt.cxx | 2407 …->setPropertyValue( sNumberFormat, uno::makeAny(xNumberFormatTypes->getStandardFormat(nCellType, a… in SetType()
|
/aoo41x/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 1517 nTryFormat = xFormatTypes->getStandardFormat( NumberFormat::DATE, m_pData->aLocale ); in extractDate()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 598 sal_Int32 nNewIndex = xTypes->getStandardFormat( nType, aLocale ); in setNumberFormat()
|