Searched refs:rLBox (Results 1 – 1 of 1) sorted by relevance
67 bool lclFillListBox( ListBoxType& rLBox, const Sequence< OUString >& rStrings, sal_uInt16 nEmptyPos… in lclFillListBox() argument75 rLBox.InsertEntry( *pStr ); in lclFillListBox()78 rLBox.InsertEntry( ScGlobal::GetRscString( STR_EMPTYDATA ), nEmptyPos ); in lclFillListBox()87 bool lclFillListBox( ListBoxType& rLBox, const vector<ScDPLabelData::Member>& rMembers, sal_uInt16 … in lclFillListBox() argument95 rLBox.InsertEntry(aName); in lclFillListBox()98 rLBox.InsertEntry(ScGlobal::GetRscString(STR_EMPTYDATA), nEmptyPos); in lclFillListBox()106 sal_uInt16 lclFindListBoxEntry( const ListBox& rLBox, const String& rEntry, sal_uInt16 nStartPos ) in lclFindListBoxEntry() argument109 while( (nPos < rLBox.GetEntryCount()) && (rLBox.GetEntry( nPos ) != rEntry) ) in lclFindListBoxEntry()111 return (nPos < rLBox.GetEntryCount()) ? nPos : LISTBOX_ENTRY_NOTFOUND; in lclFindListBoxEntry()
Completed in 14 milliseconds