Searched refs:aCurEntryList (Results 1 – 2 of 2) sorted by relevance
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()[all …]
227 SvULongs aCurEntryList; member in SvxNumberFormatShell