Lines Matching refs:nSelPos
546 short nSelPos = SELPOS_NONE; in GetInitSettings() local
564 nSelPos = FillEntryList_Impl( rFmtEntries ); in GetInitSettings()
566 DBG_ASSERT( nSelPos != SELPOS_NONE, "Leere Formatliste!" ); in GetInitSettings()
568 nFmtLbSelPos = (nSelPos != SELPOS_NONE) ? (sal_uInt16)nSelPos : 0; in GetInitSettings()
581 short nSelPos=0; in FillEntryList_Impl() local
582 aCurEntryList.Remove(nSelPos,aCurEntryList.Count()); in FillEntryList_Impl()
584 nSelPos=SELPOS_NONE; in FillEntryList_Impl()
588 FillEListWithStd_Impl(rList,CAT_NUMBER,nSelPos); in FillEntryList_Impl()
589 FillEListWithStd_Impl(rList,CAT_PERCENT,nSelPos); in FillEntryList_Impl()
590 FillEListWithStd_Impl(rList,CAT_CURRENCY,nSelPos); in FillEntryList_Impl()
591 FillEListWithStd_Impl(rList,CAT_DATE,nSelPos); in FillEntryList_Impl()
592 FillEListWithStd_Impl(rList,CAT_TIME,nSelPos); in FillEntryList_Impl()
593 FillEListWithStd_Impl(rList,CAT_SCIENTIFIC,nSelPos); in FillEntryList_Impl()
594 FillEListWithStd_Impl(rList,CAT_FRACTION,nSelPos); in FillEntryList_Impl()
595 FillEListWithStd_Impl(rList,CAT_BOOLEAN,nSelPos); in FillEntryList_Impl()
596 FillEListWithStd_Impl(rList,CAT_TEXT,nSelPos); in FillEntryList_Impl()
601 FillEListWithStd_Impl(rList,nPrivCat,nSelPos); in FillEntryList_Impl()
605 nSelPos=FillEListWithUsD_Impl(rList,nPrivCat,nSelPos); in FillEntryList_Impl()
607 return nSelPos; in FillEntryList_Impl()
610 … SvxNumberFormatShell::FillEListWithStd_Impl( SvStrings& rList,sal_uInt16 nPrivCat,short &nSelPos ) in FillEListWithStd_Impl() argument
624 nSelPos=FillEListWithCurrency_Impl(rList,nSelPos); in FillEListWithStd_Impl()
663 nSelPos=FillEListWithFormats_Impl(rList,nSelPos,eOffsetStart,eOffsetEnd); in FillEListWithStd_Impl()
667 nSelPos=FillEListWithDateTime_Impl(rList,nSelPos); in FillEListWithStd_Impl()
673 short SvxNumberFormatShell::FillEListWithFormats_Impl( SvStrings& rList,short nSelPos, in FillEListWithFormats_Impl() argument
716 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithFormats_Impl()
723 return nSelPos; in FillEListWithFormats_Impl()
726 short SvxNumberFormatShell::FillEListWithDateTime_Impl( SvStrings& rList,short nSelPos) in FillEListWithDateTime_Impl() argument
761 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithDateTime_Impl()
769 return nSelPos; in FillEListWithDateTime_Impl()
772 short SvxNumberFormatShell::FillEListWithCurrency_Impl( SvStrings& rList,short nSelPos) in FillEListWithCurrency_Impl() argument
793 FillEListWithUserCurrencys(rList,nSelPos); in FillEListWithCurrency_Impl()
794 nSelPos=FillEListWithSysCurrencys(rList,nSelPos); in FillEListWithCurrency_Impl()
798 nSelPos=FillEListWithUserCurrencys(rList,nSelPos); in FillEListWithCurrency_Impl()
801 return nSelPos; in FillEListWithCurrency_Impl()
805 short SvxNumberFormatShell::FillEListWithSysCurrencys( SvStrings& rList,short nSelPos) in FillEListWithSysCurrencys() argument
850 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithSysCurrencys()
891 if ( nKey == nCurFormatKey ) nSelPos =aCurEntryList.Count(); in FillEListWithSysCurrencys()
899 return nSelPos; in FillEListWithSysCurrencys()
902 short SvxNumberFormatShell::FillEListWithUserCurrencys( SvStrings& rList,short nSelPos) in FillEListWithUserCurrencys() argument
1090 if ( nSelPos == SELPOS_NONE && bAdaptSelPos && aCurEntryList[i] == nCurFormatKey ) in FillEListWithUserCurrencys()
1091 nSelPos = i; in FillEListWithUserCurrencys()
1094 if ( nSelPos == SELPOS_NONE && nCurCategory != NUMBERFORMAT_ALL ) in FillEListWithUserCurrencys()
1095 nSelPos = nDefault; in FillEListWithUserCurrencys()
1097 return nSelPos; in FillEListWithUserCurrencys()
1101 … SvxNumberFormatShell::FillEListWithUsD_Impl( SvStrings& rList, sal_uInt16 nPrivCat, short nSelPos) in FillEListWithUsD_Impl() argument
1151 if ( nKey == nCurFormatKey ) nSelPos =aCurEntryList.Count(); in FillEListWithUsD_Impl()
1159 return nSelPos; in FillEListWithUsD_Impl()