Lines Matching refs:aCurEntryList
226 if(nFmtLbPos<aCurEntryList.Count()) in FormatChanged()
228 nCurFormatKey=aCurEntryList[nFmtLbPos]; in FormatChanged()
582 aCurEntryList.Remove(nSelPos,aCurEntryList.Count()); in FillEntryList_Impl()
716 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithFormats_Impl()
720 aCurEntryList.Insert( nNFEntry, aCurEntryList.Count() ); in FillEListWithFormats_Impl()
761 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithDateTime_Impl()
765 aCurEntryList.Insert( nNFEntry, aCurEntryList.Count() ); in FillEListWithDateTime_Impl()
850 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithSysCurrencys()
854 aCurEntryList.Insert( nNFEntry, aCurEntryList.Count() ); in FillEListWithSysCurrencys()
891 if ( nKey == nCurFormatKey ) nSelPos =aCurEntryList.Count(); in FillEListWithSysCurrencys()
893 aCurEntryList.Insert( nKey, aCurEntryList.Count() ); in FillEListWithSysCurrencys()
1066 aCurEntryList.Insert( NUMBERFORMAT_ENTRY_NOT_FOUND, nPos++); in FillEListWithUserCurrencys()
1072 aCurEntryList.Insert( aKeyList[j],nPos++); in FillEListWithUserCurrencys()
1082 aCurEntryList.Insert( aKeyList[i],aCurEntryList.Count()); in FillEListWithUserCurrencys()
1090 if ( nSelPos == SELPOS_NONE && bAdaptSelPos && aCurEntryList[i] == nCurFormatKey ) in FillEListWithUserCurrencys()
1151 if ( nKey == nCurFormatKey ) nSelPos =aCurEntryList.Count(); in FillEListWithUsD_Impl()
1153 aCurEntryList.Insert( nKey, aCurEntryList.Count() ); in FillEListWithUsD_Impl()
1293 sal_uInt32 nMyNfEntry=aCurEntryList[nEntry]; in SetComment4Entry()
1320 if(nEntry<aCurEntryList.Count()) in GetComment4Entry()
1322 sal_uInt32 nMyNfEntry=aCurEntryList[nEntry]; in GetComment4Entry()
1351 if(nEntry<aCurEntryList.Count()) in GetCategory4Entry()
1353 sal_uInt32 nMyNfEntry=aCurEntryList[nEntry]; in GetCategory4Entry()
1396 if(nEntry<aCurEntryList.Count()) in GetUserDefined4Entry()
1398 sal_uInt32 nMyNfEntry=aCurEntryList[nEntry]; in GetUserDefined4Entry()
1442 sal_uInt32 nMyNfEntry=aCurEntryList[nEntry]; in GetFormat4Entry()
1469 if( aCurEntryList.Count() <= 0x7fff ) in GetListPos4Entry()
1471 for(short i=0;i<aCurEntryList.Count();i++) in GetListPos4Entry()
1473 if(aCurEntryList[i]==nIdx) in GetListPos4Entry()