Home
last modified time | relevance | path

Searched refs:rStrLst (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx161 void ListToStrArr_Impl( sal_uInt16 nId, SvStringsDtor& rStrLst, ComboBox& rCBox ) in ListToStrArr_Impl() argument
171 rStrLst.Insert( pTmp, rStrLst.Count() ); in ListToStrArr_Impl()
178 void StrArrToList_Impl( sal_uInt16 nId, const SvStringsDtor& rStrLst ) in StrArrToList_Impl() argument
180 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