Home
last modified time | relevance | path

Searched refs:getStandardFormat (Results 1 – 21 of 21) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumberFormatter.java258 …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()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx176 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 …]
/trunk/main/comphelper/source/misc/
H A Dnumbers.cxx95 sal_Int32 getStandardFormat( in getStandardFormat() function
105 return xTypes.is() ? xTypes->getStandardFormat(nType, _rLocale) : 0; in getStandardFormat()
/trunk/main/comphelper/inc/comphelper/
H A Dnumbers.hxx52 sal_Int32 getStandardFormat(
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormatTypes.idl61 long getStandardFormat( [in] short nType,
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx367 …nNumberFormat = m_xFormatter->detectNumberFormat(xNumType->getStandardFormat(nFormats[i],m_aLocale… in insertValueIntoColumn()
455 …sal_Int32 nFormatKey = m_xFormatter->detectNumberFormat(xNumType->getStandardFormat(NumberFormat::… in CheckString()
/trunk/main/forms/source/component/
H A DFormattedField.cxx741 aFmtKey <<= (sal_Int32)xTypes->getStandardFormat(NumberFormat::NUMBER, aApplicationLocale); in onConnectedDbColumn()
743 aFmtKey <<= (sal_Int32)xTypes->getStandardFormat(NumberFormat::TEXT, aApplicationLocale); in onConnectedDbColumn()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java96 int nCurrencyKey = xNumberFormatTypes.getStandardFormat( in doFunction()
/trunk/main/extensions/source/propctrlr/
H A Dxsdvalidationhelper.cxx364 …sal_Int32 nDesiredFormat = xFormatTypes->getStandardFormat( nNumberFormatType, SvtSysLocale().GetL… in findDefaultFormatForIntrospectee()
/trunk/main/svtools/source/table/
H A Dcellvalueconversion.cxx156 … m_nFormatKey = xTypes->getStandardFormat( i_numberFormatType, SvtSysLocale().GetLocale() ); in StandardFormatNormalizer()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetDocHelper.cs162 int nFormat = xFormatTypes.getStandardFormat( in setDate()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java199 int nFormat = xFormatTypes.getStandardFormat( in setDate()
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx437 sal_Int32 nNewIndex = xTypes->getStandardFormat( NumberFormat::LOGICAL, aLocale ); in setBooleanFormat()
/trunk/main/svl/source/numbers/
H A Dnumfmuno.hxx150 virtual sal_Int32 SAL_CALL getStandardFormat( sal_Int16 nType,
H A Dnumfmuno.cxx617 sal_Int32 SAL_CALL SvNumberFormatsObj::getStandardFormat( sal_Int16 nType, const lang::Locale& nLoc… in getStandardFormat() function in SvNumberFormatsObj
/trunk/main/testtools/source/cliversioning/
H A Dversion.cs376 int nFormat = xFormatTypes.getStandardFormat( in setDate()
/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx520 sal_Int32 nIndex = xNumFmtTypes->getStandardFormat( nStdNumFmt, Locale() ); in setStandardNumFmt()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java835 … int nFormat = x3.getStandardFormat(com.sun.star.util.NumberFormat.DATE, aLocale); in insertFormattedField()
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2407 …->setPropertyValue( sNumberFormat, uno::makeAny(xNumberFormatTypes->getStandardFormat(nCellType, a… in SetType()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx1514 nTryFormat = xFormatTypes->getStandardFormat( NumberFormat::DATE, m_pData->aLocale ); in extractDate()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx598 sal_Int32 nNewIndex = xTypes->getStandardFormat( nType, aLocale ); in setNumberFormat()

Completed in 248 milliseconds