Home
last modified time | relevance | path

Searched refs:aCurEntryList (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/source/items/
H A Dnumfmtsh.cxx226 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 …]
/AOO41X/main/svx/inc/svx/
H A Dnumfmtsh.hxx227 SvULongs aCurEntryList; member in SvxNumberFormatShell