Searched refs:nNewKey (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/svtools/source/control/ |
H A D | fmtfield.cxx | 699 sal_uInt32 nNewKey = ImplGetFormatter()->TestNewString(rFormatString, eLang); in SetFormat() local 700 if (nNewKey == NUMBERFORMAT_ENTRY_NOT_FOUND) in SetFormat() 705 if (!ImplGetFormatter()->PutEntry(rFormat, nCheckPos, nType, nNewKey, eLang)) in SetFormat() 710 if (nNewKey != m_nFormatKey) in SetFormat() 711 SetFormatKey(nNewKey); in SetFormat() 750 sal_uInt32 nNewKey; in SetThousandsSep() local 752 ImplGetFormatter()->PutEntry(sFmtDescription, nCheckPos, nType, nNewKey, eLang); in SetThousandsSep() 755 ImplSetFormatKey(nNewKey); in SetThousandsSep() 794 sal_uInt32 nNewKey; in SetDecimalDigits() local 796 ImplGetFormatter()->PutEntry(sFmtDescription, nCheckPos, nType, nNewKey, eLang); in SetDecimalDigits() [all …]
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen4.cxx | 573 sal_uLong nNewKey = nMax + 1; in AddCondFormat() local 575 pInsert->SetKey( nNewKey ); in AddCondFormat() 577 return nNewKey; in AddCondFormat() 602 sal_uLong nNewKey = nMax + 1; in AddValidationEntry() local 604 pInsert->SetKey( nNewKey ); in AddValidationEntry() 606 return nNewKey; in AddValidationEntry()
|
H A D | conditio.cxx | 1190 ScConditionalFormat::ScConditionalFormat(sal_uInt32 nNewKey, ScDocument* pDocument) : in ScConditionalFormat() argument 1193 nKey( nNewKey ), in ScConditionalFormat()
|
/aoo4110/main/svl/source/numbers/ |
H A D | zforlist.cxx | 2894 sal_uInt32 nOldKey, nOffset, nNewKey; in MergeFormatter() local 2907 nNewKey = nCLOffset + nOffset; in MergeFormatter() 2908 if (!aFTable.Get(nNewKey)) // noch nicht da in MergeFormatter() 2912 if (!aFTable.Insert(nNewKey, pNewEntry)) in MergeFormatter() 2915 if (nNewKey != nOldKey) // neuer Index in MergeFormatter() 2917 pNewIndex = new sal_uInt32(nNewKey); in MergeFormatter() 2926 nNewKey = ImpIsEntry(pNewEntry->GetFormatstring(), in MergeFormatter() 2936 nNewKey = nPos+1; in MergeFormatter() 2943 else if (!aFTable.Insert(nNewKey, pNewEntry)) in MergeFormatter() 2948 if (nNewKey != nOldKey) // neuer Index in MergeFormatter() [all …]
|
/aoo4110/main/xmloff/source/style/ |
H A D | xmlnumfe.cxx | 1794 sal_uInt32 nNewKey = pFormatter->GetFormatForLanguageIfBuiltIn( in ForceSystemLanguage() local 1797 if( nNewKey != nKey ) in ForceSystemLanguage() 1799 nRet = nNewKey; in ForceSystemLanguage() 1806 nErrorPos, nType, nNewKey, in ForceSystemLanguage() 1811 nRet = nNewKey; in ForceSystemLanguage()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmlimprt.cxx | 2297 … sal_Int32 nNewKey = xLocalNumberFormats->queryKey(sFormatString, aLocale, sal_True); in SetCurrencySymbol() local 2298 if (nNewKey == -1) in SetCurrencySymbol() 2299 nNewKey = xLocalNumberFormats->addNew(sFormatString, aLocale); in SetCurrencySymbol() 2300 return nNewKey; in SetCurrencySymbol()
|
/aoo4110/main/sc/inc/ |
H A D | conditio.hxx | 213 ScConditionalFormat(sal_uInt32 nNewKey, ScDocument* pDocument);
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 1497 … sal_Int32 nNewKey = _rEvent.NewValue.hasValue() ? ::comphelper::getINT32(_rEvent.NewValue) : 0; in _propertyChanged() local 1498 m_nKeyType = comphelper::getNumberFormatType(m_xSupplier->getNumberFormats(), nNewKey); in _propertyChanged() 1502 static_cast< FormattedField* >( m_pWindow )->SetFormatKey( nNewKey ); in _propertyChanged() 1504 static_cast< FormattedField* >( m_pPainter )->SetFormatKey( nNewKey ); in _propertyChanged()
|
Completed in 104 milliseconds