Lines Matching refs:sal_uInt16

84     nCurCurrencyEntryPos((sal_uInt16) SELPOS_NONE)
154 for ( sal_uInt16 i = 0; i < aAddList.Count(); ++i )
184 for ( sal_uInt16 i = 0; i < aDelList.Count(); ++i ) in GetUpdateData()
190 void SvxNumberFormatShell::CategoryChanged( sal_uInt16 nCatLbPos, in CategoryChanged()
220 void SvxNumberFormatShell::FormatChanged( sal_uInt16 nFmtLbPos, in FormatChanged()
248 sal_uInt16& rCatLbSelPos, short& rFmtSelPos, in AddFormat()
260 sal_uInt16 nAt = 0; in AddFormat()
262 for ( sal_uInt16 i = 0; !bFound && i < aDelList.Count(); ++i ) in AddFormat()
315 sal_uInt16& rCatLbSelPos, in RemoveFormat()
332 sal_uInt16 nAt = 0; in RemoveFormat()
334 for ( sal_uInt16 i = 0; !bFound && i < aAddList.Count(); ++i ) in RemoveFormat()
365 sal_uInt16 nPrecision, sal_uInt16 nLeadingZeroes, in MakeFormat()
366 sal_uInt16 nCurrencyPos) in MakeFormat()
371 sal_uInt16 rCatLbSelPos=0; in MakeFormat()
406 sal_uInt16& rPrecision, in GetOptions()
407 sal_uInt16& rLeadingZeroes, in GetOptions()
408 sal_uInt16& rCatLbPos ) in GetOptions()
429 sal_uInt16 nPos=FindCurrencyTableEntry(rFormat, bTestBanking ); in GetOptions()
493 sal_uInt16 nPos=FindCurrencyTableEntry(rFmtString,bTestBanking); in IsUserDefined()
511 sal_uInt16 nPos=FindCurrencyTableEntry(rFmtString, bTestBanking ); in FindEntry()
534 sal_uInt16& nCatLbPos, in GetInitSettings()
536 sal_uInt16& nFmtLbSelPos, in GetInitSettings()
568 nFmtLbSelPos = (nSelPos != SELPOS_NONE) ? (sal_uInt16)nSelPos : 0; in GetInitSettings()
583 sal_uInt16 nPrivCat = CAT_CURRENCY; in FillEntryList_Impl()
610 void SvxNumberFormatShell::FillEListWithStd_Impl( SvStrings& rList,sal_uInt16 nPrivCat,short &nSelP… in FillEListWithStd_Impl()
682 sal_uInt16 nMyType; in FillEListWithFormats_Impl()
728 sal_uInt16 nMyType; in FillEListWithDateTime_Impl()
812 sal_uInt16 nMyType; in FillEListWithSysCurrencys()
817 sal_uInt16 nCount = 0; in FillEListWithSysCurrencys()
909 sal_uInt16 nMyType; in FillEListWithUserCurrencys()
913 sal_uInt16 nCount = 0; in FillEListWithUserCurrencys()
1019 sal_uInt16 nDefault; in FillEListWithUserCurrencys()
1033 sal_uInt16 nCurrCount = rCurrencyTable.Count(); in FillEListWithUserCurrencys()
1035 for ( sal_uInt16 i=0; i < nCurrCount; ++i ) in FillEListWithUserCurrencys()
1046 sal_uInt16 i,nPos; in FillEListWithUserCurrencys()
1047 sal_uInt16 nOldListCount = rList.Count(); in FillEListWithUserCurrencys()
1052 sal_uInt16 j; in FillEListWithUserCurrencys()
1101 short SvxNumberFormatShell::FillEListWithUsD_Impl( SvStrings& rList, sal_uInt16 nPrivCat, short nSe… in FillEListWithUsD_Impl()
1108 sal_uInt16 nMyType; in FillEListWithUsD_Impl()
1113 sal_uInt16 nCount = 0; in FillEListWithUsD_Impl()
1144 sal_uInt16 nPos=FindCurrencyTableEntry(aNewFormNInfo,bTestBanking); in FillEListWithUsD_Impl()
1184 for ( sal_uInt16 i = 0; !bFound && i < aDelList.Count(); ++i ) in IsRemoved_Impl()
1195 for ( sal_uInt16 i = 0; !bFound && i < aAddList.Count(); ++i ) in IsAdded_Impl()
1205 void SvxNumberFormatShell::PosToCategory_Impl( sal_uInt16 nPos, short& rCategory ) in PosToCategory_Impl()
1227 void SvxNumberFormatShell::CategoryToPos_Impl( short nCategory, sal_uInt16& rPos ) in CategoryToPos_Impl()
1358 sal_uInt16 nMyCat,nMyType; in GetCategory4Entry()
1501 for(sal_uInt16 i=0;i<aCurrencyFormatList.Count();i++) in GetListPos4Entry()
1520 void SvxNumberFormatShell::GetCurrencySymbols( SvStringsDtor& rList, sal_uInt16* pPos ) in GetCurrencySymbols()
1532 sal_uInt16 nTableCount=rCurrencyTable.Count(); in GetCurrencySymbols()
1535 sal_uInt16 nCount=aCurCurrencyList.Count(); in GetCurrencySymbols()
1544 for(sal_uInt16 i=1;i<nCount;i++) in GetCurrencySymbols()
1546 const sal_uInt16 j = aCurCurrencyList[i]; in GetCurrencySymbols()
1547 if (j != (sal_uInt16)-1 && j < nTableCount && in GetCurrencySymbols()
1565 sal_uInt16 nCount=rCurrencyTable.Count(); in GetCurrencySymbols()
1569 sal_uInt16 nStart=1; in GetCurrencySymbols()
1570 sal_uInt16 i,j; in GetCurrencySymbols()
1578 sal_uInt16 nAuto=(sal_uInt16)-1; in GetCurrencySymbols()
1585 aCurCurrencyList.Insert((sal_uInt16)0,aCurCurrencyList.Count()); in GetCurrencySymbols()
1619 sal_uInt16 nCont = rList.Count(); in GetCurrencySymbols()
1654 for(sal_uInt16 i=0;i<aWSStringsDtor.Count();i++) in GetCurrencyFormats()
1661 sal_Bool SvxNumberFormatShell::IsBankingSymbol(sal_uInt16 nPos) in IsBankingSymbol()
1664 sal_uInt16 nCount=rCurrencyTable.Count(); in IsBankingSymbol()
1669 void SvxNumberFormatShell::SetCurrencySymbol(sal_uInt16 nPos) in SetCurrencySymbol()
1672 sal_uInt16 nCount=rCurrencyTable.Count(); in SetCurrencySymbol()
1678 sal_uInt16 nCurrencyPos=aCurCurrencyList[nPos]; in SetCurrencySymbol()
1679 if(nCurrencyPos!=(sal_uInt16)-1) in SetCurrencySymbol()
1721 sal_uInt16 SvxNumberFormatShell::FindCurrencyFormat( const String& rFmtString ) in FindCurrencyFormat()
1724 sal_uInt16 nCount=rCurrencyTable.Count(); in FindCurrencyFormat()
1728 sal_uInt16 nPos=FindCurrencyTableEntry(rFmtString, bTestBanking); in FindCurrencyFormat()
1730 sal_uInt16 nStart=0; in FindCurrencyFormat()
1732 if(nPos!=(sal_uInt16)-1) in FindCurrencyFormat()
1738 for(sal_uInt16 j=nStart;j<aCurCurrencyList.Count();j++) in FindCurrencyFormat()
1743 return (sal_uInt16) -1; in FindCurrencyFormat()
1746 sal_uInt16 SvxNumberFormatShell::FindCurrencyTableEntry( const String& rFmtString, sal_Bool &bTestB… in FindCurrencyTableEntry()
1748 sal_uInt16 nPos=(sal_uInt16) -1; in FindCurrencyTableEntry()
1751 sal_uInt16 nCount=rCurrencyTable.Count(); in FindCurrencyTableEntry()
1765 for(sal_uInt16 i=0;i<nCount;i++) in FindCurrencyTableEntry()
1777 for(sal_uInt16 i=0;i<nCount;i++) in FindCurrencyTableEntry()
1802 sal_uInt16 SvxNumberFormatShell::FindCurrencyFormat(const NfCurrencyEntry* pTmpCurrencyEntry,sal_Bo… in FindCurrencyFormat()
1805 sal_uInt16 nCount=rCurrencyTable.Count(); in FindCurrencyFormat()
1808 sal_uInt16 nPos=0; in FindCurrencyFormat()
1809 for(sal_uInt16 i=0;i<nCount;i++) in FindCurrencyFormat()
1818 sal_uInt16 nStart=0; in FindCurrencyFormat()
1823 for(sal_uInt16 j=nStart;j<aCurCurrencyList.Count();j++) in FindCurrencyFormat()
1827 return (sal_uInt16) -1; in FindCurrencyFormat()
1830 sal_Bool SvxNumberFormatShell::IsInTable(sal_uInt16 nPos,sal_Bool bTmpBanking,const String &rFmtStr… in IsInTable()
1834 if(nPos!=(sal_uInt16)-1) in IsInTable()
1837 sal_uInt16 nCount=rCurrencyTable.Count(); in IsInTable()
1842 sal_uInt16 nDefault; in IsInTable()
1851 for(sal_uInt16 i=0;i<aWSStringsDtor.Count();i++) in IsInTable()