Searched refs:rStrLst (Results 1 – 1 of 1) sorted by relevance
161 void ListToStrArr_Impl( sal_uInt16 nId, SvStringsDtor& rStrLst, ComboBox& rCBox ) in ListToStrArr_Impl() argument171 rStrLst.Insert( pTmp, rStrLst.Count() ); in ListToStrArr_Impl()178 void StrArrToList_Impl( sal_uInt16 nId, const SvStringsDtor& rStrLst ) in StrArrToList_Impl() argument180 DBG_ASSERT( rStrLst.Count(), "vorher abpruefen!!" ); in StrArrToList_Impl()183 for ( sal_uInt16 i = 0; i < rStrLst.Count(); ++i ) in StrArrToList_Impl()184 aLst.Insert( rStrLst[ i ], LIST_APPEND ); in StrArrToList_Impl()
Completed in 18 milliseconds