Lines Matching refs:nPos

264 void SvXPropertyListBox::InsertEntry( const String& rString,sal_uInt16 nPos)  in InsertEntry()  argument
266 aListBox.InsertEntry(rString,nPos); in InsertEntry()
393 void SvXPropertyComboBox::InsertEntry( const String& rString,sal_uInt16 nPos) in InsertEntry() argument
395 aComboBox.InsertEntry(rString,nPos); in InsertEntry()
916 sal_uInt16 SvListBoxForProperties::InsertEntry( const SvPropertyData& aPropData, sal_uInt16 nPos) in InsertEntry() argument
918 sal_uInt16 nInsPos=nPos; in InsertEntry()
921 if(nPos==LISTBOX_APPEND) in InsertEntry()
928 PLineArray.Insert(pPropLine,nPos); in InsertEntry()
937 void SvListBoxForProperties::ChangeEntry( const SvPropertyData& aPropData, sal_uInt16 nPos) in ChangeEntry() argument
939 if(nPos<PLineArray.Count()) in ChangeEntry()
941 SvPropertyLine* pPropLine=PLineArray[nPos]; in ChangeEntry()
1276 sal_uInt16 SvPropertyBox::InsertEntry( const SvPropertyData& rData, sal_uInt16 nPos) in InsertEntry() argument
1280 return pPage->GetTheListBox()->InsertEntry(rData,nPos); in InsertEntry()
1283 void SvPropertyBox::ChangeEntry( const SvPropertyData& rData, sal_uInt16 nPos) in ChangeEntry() argument
1287 pPage->GetTheListBox()->ChangeEntry(rData,nPos); in ChangeEntry()
1304 void SvPropertyBox::SetFirstVisibleEntry(sal_uInt16 nPos) in SetFirstVisibleEntry() argument
1308 pPage->GetTheListBox()->SetFirstVisibleEntry(nPos); in SetFirstVisibleEntry()
1317 void SvPropertyBox::SetSelectedEntry(sal_uInt16 nPos) in SetSelectedEntry() argument
1321 pPage->GetTheListBox()->SetSelectedEntry(nPos); in SetSelectedEntry()