Lines Matching refs:nKey
177 sal_Int32 nKey, const rtl::OUString& aString ) in detectNumberFormat() argument
187 sal_uInt32 nUKey = nKey; in detectNumberFormat()
201 sal_Int32 nKey, const rtl::OUString& aString ) in convertStringToNumber() argument
211 sal_uInt32 nUKey = nKey; in convertStringToNumber()
225 sal_Int32 nKey, double fValue ) throw(uno::RuntimeException) in convertNumberToString() argument
234 pFormatter->GetOutputString(fValue, nKey, aRet, &pColor); in convertNumberToString()
242 util::Color SAL_CALL SvNumberFormatterServiceObj::queryColorForNumber( sal_Int32 nKey, in queryColorForNumber() argument
254 pFormatter->GetOutputString(fValue, nKey, aStr, &pColor); in queryColorForNumber()
265 rtl::OUString SAL_CALL SvNumberFormatterServiceObj::formatString( sal_Int32 nKey, in formatString() argument
276 pFormatter->GetOutputString(aTemp, nKey, aRet, &pColor); in formatString()
284 util::Color SAL_CALL SvNumberFormatterServiceObj::queryColorForString( sal_Int32 nKey, in queryColorForString() argument
297 pFormatter->GetOutputString(aTemp, nKey, aStr, &pColor); in queryColorForString()
308 rtl::OUString SAL_CALL SvNumberFormatterServiceObj::getInputString( sal_Int32 nKey, double fValue ) in getInputString() argument
316 pFormatter->GetInputLineString(fValue, nKey, aRet); in getInputString()
439 uno::Reference<beans::XPropertySet> SAL_CALL SvNumberFormatsObj::getByKey( sal_Int32 nKey ) in getByKey() argument
445 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getByKey()
447 return new SvNumberFormatObj( rSupplier, nKey, m_aMutex ); in getByKey()
514 sal_uInt32 nKey = 0; in addNew() local
517 sal_Bool bOk = pFormatter->PutEntry( aFormStr, nCheckPos, nType, nKey, eLang ); in addNew()
519 nRet = nKey; in addNew()
546 sal_uInt32 nKey = 0; in addNewConverted() local
549 …sal_Bool bOk = pFormatter->PutandConvertEntry( aFormStr, nCheckPos, nType, nKey, eLang, eNewLang ); in addNewConverted()
550 if (bOk || nKey > 0) in addNewConverted()
551 nRet = nKey; in addNewConverted()
565 void SAL_CALL SvNumberFormatsObj::removeByKey( sal_Int32 nKey ) throw(uno::RuntimeException) in removeByKey() argument
572 pFormatter->DeleteEntry(nKey); in removeByKey()
573 rSupplier.NumberFormatDeleted(nKey); // Benachrichtigung fuers Dokument in removeByKey()
671 sal_Int32 SAL_CALL SvNumberFormatsObj::getFormatForLocale( sal_Int32 nKey, const lang::Locale& nLoc… in getFormatForLocale() argument
681 nRet = pFormatter->GetFormatForLanguageIfBuiltIn(nKey, eLang); in getFormatForLocale()
716 ,nKey( nK ) in SvNumberFormatObj()
755 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getPropertyValue()
783 sal_Bool bStandard = ( ( nKey % SV_COUNTRY_LANGUAGE_OFFSET ) == 0 ); in getPropertyValue()
884 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getPropertyValues()
897 sal_Bool bStandard = ( ( nKey % SV_COUNTRY_LANGUAGE_OFFSET ) == 0 ); in getPropertyValues()