/aoo4110/main/svtools/source/control/ |
H A D | svxbox.cxx | 138 void SvxListBox::RemoveEntry(sal_uInt16 nPos) in RemoveEntry() function in SvxListBox 146 ListBox::RemoveEntry(nPos); in RemoveEntry() 160 void SvxListBox::RemoveEntry(const SvxBoxEntry& rEntry) in RemoveEntry() function in SvxListBox 163 RemoveEntry(nPos); in RemoveEntry() 245 ListBox::RemoveEntry(nPos); in ModifyEntry() 398 void SvxComboBox::RemoveEntry(sal_uInt16 nPos) in RemoveEntry() function in SvxComboBox 406 ComboBox::RemoveEntry(nPos); in RemoveEntry() 420 void SvxComboBox::RemoveEntry(const SvxBoxEntry& rEntry) in RemoveEntry() function in SvxComboBox 423 RemoveEntry(nPos); in RemoveEntry() 487 ComboBox::RemoveEntry(nPos); in ModifyEntry()
|
H A D | ctrlbox.cxx | 152 void ColorListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in ColorListBox 154 ListBox::RemoveEntry( nPos ); in RemoveEntry() 450 void LineListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in LineListBox 452 ListBox::RemoveEntry( nPos ); in RemoveEntry() 556 ListBox::RemoveEntry( sal_uInt16( n ) ); in UpdateLineColors()
|
/aoo4110/main/cui/source/options/ |
H A D | optsave.cxx | 207 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_MATH )); in SfxSaveTabPage() 208 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_MATH )); in SfxSaveTabPage() 218 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_DRAW )); in SfxSaveTabPage() 219 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_DRAW )); in SfxSaveTabPage() 229 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_IMPRESS )); in SfxSaveTabPage() 230 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_IMPRESS )); in SfxSaveTabPage() 240 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_CALC )); in SfxSaveTabPage() 241 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_CALC )); in SfxSaveTabPage() 251 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_WRITER )); in SfxSaveTabPage() 252 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_WRITER_WEB )); in SfxSaveTabPage() [all …]
|
/aoo4110/main/toolkit/source/layout/vcl/ |
H A D | wfield.cxx | 345 void RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in layout::ComboBoxImpl 440 void ComboBox::RemoveEntry( String const& rStr ) in RemoveEntry() function in layout::ComboBox 442 getImpl().RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry() 445 void ComboBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in layout::ComboBox 447 getImpl().RemoveEntry( nPos ); in RemoveEntry() 528 void RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in layout::ListBoxImpl 533 sal_uInt16 RemoveEntry( String const& rStr, sal_uInt16 nPos) in RemoveEntry() function in layout::ListBoxImpl 674 void ListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in layout::ListBox 676 return getImpl().RemoveEntry( nPos ); in RemoveEntry() 679 void ListBox::RemoveEntry( String const& rStr ) in RemoveEntry() function in layout::ListBox [all …]
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | svxbox.hxx | 66 using ListBox::RemoveEntry; 80 void RemoveEntry( sal_uInt16 nPos ); 81 void RemoveEntry( const SvxBoxEntry& rEntry ); 136 using ComboBox::RemoveEntry; 149 void RemoveEntry( sal_uInt16 nPos ); 150 void RemoveEntry( const SvxBoxEntry& rEntry );
|
H A D | ctrlbox.hxx | 185 using ListBox::RemoveEntry; 186 virtual void RemoveEntry( sal_uInt16 nPos ); 270 using ListBox::RemoveEntry; 271 virtual void RemoveEntry( sal_uInt16 nPos );
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | WColumnSelect.cxx | 123 m_lbNewColumnNames.RemoveEntry(0); in ~OWizColumnSelect() 174 m_lbOrgColumnNames.RemoveEntry((*aIter)->first); in ActivatePage() 251 pLeft->RemoveEntry(pLeft->GetSelectEntry(j-1)); in IMPL_LINK() 259 pLeft->RemoveEntry(j-1); in IMPL_LINK() 298 pLeft->RemoveEntry(pLeft->GetSelectEntry(j-1)); in IMPL_LINK() 307 _rListBox.RemoveEntry(0); in clearListBox()
|
H A D | WTypeSelect.cxx | 201 aListBox.RemoveEntry(nPos); in CellModified() 332 m_lbColumnNames.RemoveEntry(0); in Reset() 418 RemoveEntry(_nPos); in setPrimaryKey()
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | docfnote.cxx | 205 aNumCountBox.RemoveEntry(aNumPage); in Reset() 206 aNumCountBox.RemoveEntry(aNumChapter); in Reset() 400 aNumCountBox.RemoveEntry(aNumPage); in IMPL_LINK_INLINE_START() 401 aNumCountBox.RemoveEntry(aNumChapter); in IMPL_LINK_INLINE_START()
|
/aoo4110/main/starmath/source/ |
H A D | utility.cxx | 240 RemoveEntry(nPos); 277 RemoveEntry(GetStringItem(GetPtr(0))); in Insert() 282 RemoveEntry(GetEntryCount() - 1); in Insert()
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | customizeaddresslistdialog.cxx | 123 m_aFieldsLB.RemoveEntry(nPos); in IMPL_LINK() 152 m_aFieldsLB.RemoveEntry(m_aFieldsLB.GetSelectEntryPos()); in IMPL_LINK() 173 m_aFieldsLB.RemoveEntry( nPos ); in IMPL_LINK()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 143 aApplyToLB.RemoveEntry( aApplyToLB.GetEntryPos( in SwColumnDlg() 150 aApplyToLB.RemoveEntry(aApplyToLB.GetEntryPos( (void*) LISTBOX_SECTION )); in SwColumnDlg() 151 aApplyToLB.RemoveEntry(aApplyToLB.GetEntryPos( (void*) LISTBOX_SECTIONS )); in SwColumnDlg() 162 aApplyToLB.RemoveEntry(aApplyToLB.GetEntryPos( (void*) LISTBOX_SELECTION )); in SwColumnDlg() 173 aApplyToLB.RemoveEntry(aApplyToLB.GetEntryPos( (void*) LISTBOX_FRAME )); in SwColumnDlg() 187 aApplyToLB.RemoveEntry( nPagePos ); in SwColumnDlg() 204 aApplyToLB.RemoveEntry( nPagePos ); in SwColumnDlg()
|
/aoo4110/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 565 m_lmbLeftTable.RemoveEntry(m_strCurrentRight); in fillListBoxes() 566 m_lmbRightTable.RemoveEntry(m_strCurrentLeft); in fillListBoxes() 623 m_lmbRightTable.RemoveEntry(strSelected); in IMPL_LINK() 640 m_lmbLeftTable.RemoveEntry(strSelected); in IMPL_LINK()
|
/aoo4110/main/svx/source/tbxctrls/ |
H A D | fillctrl.cxx | 275 pFillAttrLB->RemoveEntry( nCount - 1 ); in Update() 313 pFillAttrLB->RemoveEntry( nCount - 1 ); in Update() 359 pFillAttrLB->RemoveEntry( nCount - 1 ); in Update() 412 pFillAttrLB->RemoveEntry( nCount - 1 ); in Update()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | swlbox.hxx | 89 using ComboBox::RemoveEntry; 106 void RemoveEntry(sal_uInt16 nPos);
|
/aoo4110/main/vcl/source/control/ |
H A D | field.cxx | 285 pCombo->RemoveEntry( i ); in ImplUpdateSeparators() 1046 RemoveEntry( i ); in ReformatAll() 1064 ComboBox::RemoveEntry( CreateFieldText( nValue ) ); in RemoveValue() 2017 RemoveEntry( i ); in ReformatAll() 2048 ComboBox::RemoveEntry( CreateFieldText( nValue ) ); in RemoveValue() 2476 RemoveEntry( i ); in ReformatAll() 2494 ComboBox::RemoveEntry( CreateFieldText( nValue ) ); in RemoveValue()
|
H A D | ilstbox.cxx | 247 void ImplEntryList::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in ImplEntryList 758 RemoveEntry( nFirstMatchingEntryPos ); in ImplCallSelect() 765 RemoveEntry( nMRUCount - 1 ); in ImplCallSelect() 801 void ImplListBoxWindow::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in ImplListBoxWindow 804 mpEntryList->RemoveEntry( nPos ); in RemoveEntry() 2338 void ImplListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in ImplListBox 2340 maLBWindow.RemoveEntry( nPos ); in RemoveEntry() 2724 maLBWindow.RemoveEntry( --n ); in SetMRUEntries()
|
/aoo4110/main/sw/source/ui/cctrl/ |
H A D | swlbox.cxx | 111 void SwComboBox::RemoveEntry(sal_uInt16 nPos) in RemoveEntry() function in SwComboBox 119 ComboBox::RemoveEntry(nPos); in RemoveEntry()
|
/aoo4110/main/extensions/source/dbpilots/ |
H A D | gridwizard.cxx | 358 m_aExistFields.RemoveEntry(*pSelected); in initializePage() 446 m_aExistFields.RemoveEntry(nSelected); in IMPL_LINK() 455 m_aSelFields.RemoveEntry(nSelected); in IMPL_LINK()
|
/aoo4110/main/toolkit/inc/layout/ |
H A D | layout.hxx | 491 void RemoveEntry( String const& rStr ); 492 void RemoveEntry( sal_uInt16 nPos ); 515 void RemoveEntry( String const& rStr ); 516 void RemoveEntry( sal_uInt16 nPos );
|
/aoo4110/main/padmin/source/ |
H A D | newppdlg.cxx | 95 m_aDriverLB.RemoveEntry( 0 ); in ~PPDImportDialog() 122 m_aDriverLB.RemoveEntry( 0 ); in Import()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | combobox.hxx | 132 void RemoveEntry( const XubString& rStr ); 133 void RemoveEntry( sal_uInt16 nPos );
|
H A D | lstbox.hxx | 127 virtual void RemoveEntry( const XubString& rStr ); 128 virtual void RemoveEntry( sal_uInt16 nPos );
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldfunc.cxx | 481 aListItemsLB.RemoveEntry(nSelPos); in IMPL_LINK() 489 aListItemsLB.RemoveEntry(nSelPos); in IMPL_LINK() 500 aListItemsLB.RemoveEntry(nSelPos); in IMPL_LINK()
|
/aoo4110/main/vcl/inc/ |
H A D | ilstbox.hxx | 123 void RemoveEntry( sal_uInt16 nPos ); 292 void RemoveEntry( sal_uInt16 nPos ); 447 void RemoveEntry( sal_uInt16 nPos );
|