Home
last modified time | relevance | path

Searched refs:nNewKey (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svtools/source/control/
H A Dfmtfield.cxx699 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 …]
/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx573 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 Dconditio.cxx1190 ScConditionalFormat::ScConditionalFormat(sal_uInt32 nNewKey, ScDocument* pDocument) : in ScConditionalFormat() argument
1193 nKey( nNewKey ), in ScConditionalFormat()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx2894 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 …]
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx1794 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()
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2297 … 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()
/trunk/main/sc/inc/
H A Dconditio.hxx213 ScConditionalFormat(sal_uInt32 nNewKey, ScDocument* pDocument);
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1497 … 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 89 milliseconds