Searched refs:nCurrencyPos (Results 1 – 3 of 3) sorted by relevance
366 sal_uInt16 nCurrencyPos) in MakeFormat() argument368 if(aCurrencyFormatList.Count()>nCurrencyPos) in MakeFormat()375 sal_uInt32 nFound = pFormatter->TestNewString( *aCurrencyFormatList[nCurrencyPos], eCurLanguage ); in MakeFormat()379 AddFormat( *aCurrencyFormatList[nCurrencyPos],rErrPos,rCatLbSelPos, in MakeFormat()1678 sal_uInt16 nCurrencyPos=aCurCurrencyList[nPos]; in SetCurrencySymbol() local1679 if(nCurrencyPos!=(sal_uInt16)-1) in SetCurrencySymbol()1681 pCurCurrencyEntry=rCurrencyTable[nCurrencyPos]; in SetCurrencySymbol()
1024 sal_uInt16 nCurrencyPos =aLbCurrency.GetSelectEntryPos(); in UpdateOptions_Impl() local1045 if(nCurrencyPos!=nTstPos && nTstPos!=(sal_uInt16)-1) in UpdateOptions_Impl()1346 sal_uInt16 nCurrencyPos=LISTBOX_ENTRY_NOTFOUND ; in IMPL_LINK() local1350 nCurrencyPos=aLbCurrency.GetSelectEntryPos(); in IMPL_LINK()1351 pNumFmtShell->SetCurrencySymbol(nCurrencyPos); in IMPL_LINK()
3605 sal_uInt16 nCurrencyPos = 1; in ImpInitCurrencyTable() local3646 rCurrencyTable.Insert( pEntry, nCurrencyPos++ ); in ImpInitCurrencyTable()3650 nSystemCurrencyPosition = nCurrencyPos-1; in ImpInitCurrencyTable()3653 nMatchingSystemCurrencyPosition = nCurrencyPos-1; in ImpInitCurrencyTable()3686 rCurrencyTable.Insert( pEntry, nCurrencyPos++ ); in ImpInitCurrencyTable()3691 nSecondarySystemCurrencyPosition = nCurrencyPos-1; in ImpInitCurrencyTable()3694 nMatchingSystemCurrencyPosition = nCurrencyPos-1; in ImpInitCurrencyTable()
Completed in 55 milliseconds