Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx67 bool lclFillListBox( ListBoxType& rLBox, const Sequence< OUString >& rStrings, sal_uInt16 nEmptyPos… in lclFillListBox() argument
75 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() argument
95 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() argument
109 while( (nPos < rLBox.GetEntryCount()) && (rLBox.GetEntry( nPos ) != rEntry) ) in lclFindListBoxEntry()
111 return (nPos < rLBox.GetEntryCount()) ? nPos : LISTBOX_ENTRY_NOTFOUND; in lclFindListBoxEntry()

Completed in 12 milliseconds