Lines Matching refs:xNumberFormats
385 …xNumberFormats->getByKey(nFormat)->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( F… in getNumberFormatLocal()
405 sal_Int32 nFormat = xNumberFormats->queryKey(_sFormatString, _aLocale , sal_True); in setNumberFormat()
408 xNumberFormats->addNew(_sFormatString, _aLocale); in setNumberFormat()
434 …xNumberFormats->getByKey(nFormat)->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( L… in setNumberFormatLocal()
435 sal_Int32 nNewFormat = xNumberFormats->queryKey(sLocalFormatString, aRangeLocale, sal_True); in setNumberFormatLocal()
438 nNewFormat = xNumberFormats->addNew(sLocalFormatString, aRangeLocale); in setNumberFormatLocal()
461 sal_Int32 nFormat = xNumberFormats->queryKey(sFormatString, aDefaultLocale, sal_True); in setNumberFormat()
464 nFormat = xNumberFormats->addNew(sFormatString, aDefaultLocale); in setNumberFormat()
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()
780 if ( !xNumberFormats.is() ) in initializeNumberFormats()
783 xNumberFormats = mxNumberFormatsSupplier->getNumberFormats(); in initializeNumberFormats()
784 xNumberFormatTypes.set( xNumberFormats, uno::UNO_QUERY ); // _THROW? in initializeNumberFormats()