Home
last modified time | relevance | path

Searched refs:RemoveEntry (Results 26 – 50 of 212) sorted by relevance

123456789

/aoo42x/main/framework/source/uielement/
H A Ddropdownboxtoolbarcontroller.cxx314 m_pListBoxControl->RemoveEntry( sal_uInt16( nPos )); in executeControlCommand()
328 m_pListBoxControl->RemoveEntry( aText ); in executeControlCommand()
H A Dcomboboxtoolbarcontroller.cxx378 m_pComboBox->RemoveEntry( sal_uInt16( nPos )); in executeControlCommand()
392 m_pComboBox->RemoveEntry( aText ); in executeControlCommand()
/aoo42x/main/svx/source/dialog/
H A Ddlgctrl.cxx1340 RemoveEntry( nPos ); in Modify()
1425 RemoveEntry( nPos ); in Modify()
1545 RemoveEntry( nPos ); in Modify()
1723 RemoveEntry(nPos); in Modify()
1937 RemoveEntry( nPos ); in Modify()
2052 RemoveEntry( nPos ); in Modify()
H A Dhyprlink.cxx773 aNameCB.RemoveEntry(nPos); in AddToHistory()
774 aUrlCB.RemoveEntry(nPos); in AddToHistory()
/aoo42x/main/sw/source/ui/misc/
H A Dredlndlg.cxx610 pTable->RemoveEntry(pBackupData->pTLBChild); in CalcDiff()
681 pTable->RemoveEntry(pParent->pTLBParent); in InsertChilds()
734 pTable->RemoveEntry(pParent->pTLBParent); in InsertChilds()
809 pTable->RemoveEntry(aLBoxArr[ static_cast< sal_uInt16 >(nIdx--) ]); in RemoveParents()
/aoo42x/main/cui/source/dialogs/
H A Dmultipat.cxx149 aRadioLB.RemoveEntry( pEntry ); in IMPL_LINK()
169 aPathLB.RemoveEntry( nPos ); in IMPL_LINK()
/aoo42x/main/framework/source/classes/
H A Dfwktabwindow.cxx244 bool FwkTabWindow::RemoveEntry( sal_Int32 nIndex ) in RemoveEntry() function in framework::FwkTabWindow
396 if (RemoveEntry(nIndex)) in RemovePage()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A Dquerydlg.cxx181 m_pJoinControl->aLB_JoinType.RemoveEntry(i); in DBG_NAME()
183 m_pJoinControl->aLB_JoinType.RemoveEntry(i); in DBG_NAME()
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dscuiautofmt.cxx330 aLbFormat.RemoveEntry( nIndex ); in IMPL_LINK()
387 aLbFormat.RemoveEntry(nIndex ); in IMPL_LINK()
H A Dacredlin.cxx909 pTheView->RemoveEntry(pParent); in UpdateView()
1514 pTheView->RemoveEntry(pTheView->FirstChild(pEntry)); in IMPL_LINK()
1625 pTheView->RemoveEntry(pParent); in AppendChanges()
1689 pTheView->RemoveEntry(pEntry); in RemoveEntrys()
1725 pTheView->RemoveEntry(pEntry); in UpdateEntrys()
/aoo42x/main/vcl/source/control/
H A Dcombobox.cxx1009 void ComboBox::RemoveEntry( const XubString& rStr ) in RemoveEntry() function in ComboBox
1011 RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry()
1016 void ComboBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in ComboBox
1018 mpImplLB->RemoveEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in RemoveEntry()
H A Dlstbox.cxx1110 void ListBox::RemoveEntry( const XubString& rStr ) in RemoveEntry() function in ListBox
1112 RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry()
1117 void ListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry() function in ListBox
1119 mpImplLB->RemoveEntry( nPos + mpImplLB->GetEntryList()->GetMRUCount() ); in RemoveEntry()
H A Dfield2.cxx1079 RemoveEntry( i ); in ReformatAll()
1097 …ComboBox::RemoveEntry( ImplPatternReformat( rStr, GetEditMask(), GetLiteralMask(), GetFormatFlags(… in RemoveString()
2326 RemoveEntry( i ); in ReformatAll()
2350 ComboBox::RemoveEntry( ImplGetDateAsText( rDate, GetFieldSettings() ) ); in RemoveDate()
3403 RemoveEntry( i ); in ReformatAll()
3439 ComboBox::RemoveEntry( ImplGetLocaleDataWrapper().getTime( rTime, bSec, b100Sec ) ); in RemoveTime()
H A Dlongcurr.cxx812 RemoveEntry( i ); in ReformatAll()
832 ComboBox::RemoveEntry( aStr ); in RemoveValue()
/aoo42x/main/sd/source/ui/dlg/
H A Dcustsdlg.cxx174 aLbCustomShows.RemoveEntry( nPos ); in IMPL_LINK()
190 aLbCustomShows.RemoveEntry( nPos ); in IMPL_LINK()
/aoo42x/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.cxx293 m_aLB_CrossesAt.RemoveEntry(2); in Reset()
295 m_aLB_CrossesAt.RemoveEntry(3); in Reset()
/aoo42x/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx411 void OPropertyEditor::RemoveEntry( const ::rtl::OUString& _rName ) in RemoveEntry() function in pcr::OPropertyEditor
416 OSL_VERIFY( pPage->getListBox().RemoveEntry( _rName ) ); in RemoveEntry()
/aoo42x/main/svx/source/inc/
H A Ddatanavi.hxx134 void RemoveEntry( SvLBoxEntry* _pEntry );
169 bool RemoveEntry();
/aoo42x/main/cui/source/customize/
H A Dcfg.cxx412 void RemoveEntry( SvxEntries* pEntries, SvxConfigEntry* pChildEntry ) in RemoveEntry() function
2335 RemoveEntry( pEntries, pSourceData ); in MoveEntryData()
2351 RemoveEntry( pEntries, pSourceData ); in MoveEntryData()
2509 RemoveEntry( pParentEntries, pMenuData ); in DeleteSelectedTopLevel()
2531 RemoveEntry( pMenu->GetEntries(), pMenuEntry ); in DeleteSelectedContent()
3253 aTopLevelListBox.RemoveEntry( nSelectionPos ); in DeleteSelectedTopLevel()
3274 RemoveEntry( pToolbar->GetEntries(), pEntry ); in DeleteSelectedContent()
3363 aTopLevelListBox.RemoveEntry( nSelectionPos ); in IMPL_LINK()
4392 RemoveEntry( GetEntries(), pToolbar ); in RemoveToolbar()
/aoo42x/main/svtools/source/contnr/
H A Divctrl.cxx409 void SvtIconChoiceCtrl::RemoveEntry( SvxIconChoiceCtrlEntry* pEntry ) in RemoveEntry() function in SvtIconChoiceCtrl
411 _pImp->RemoveEntry( pEntry ); in RemoveEntry()
/aoo42x/main/svx/source/gallery2/
H A Dgalbrws1.cxx550 mpThemes->RemoveEntry( rGalleryHint.GetThemeName() ); in Notify()
563 mpThemes->RemoveEntry( rGalleryHint.GetThemeName() ); in Notify()
/aoo42x/main/padmin/source/
H A Dcmddlg.cxx460 m_aCommandsCB.RemoveEntry( aEntry ); in IMPL_LINK()
461 m_aQuickCB.RemoveEntry( aEntry ); in IMPL_LINK()
/aoo42x/main/linguistic/source/
H A Dconvdic.cxx378 void ConvDic::RemoveEntry( const OUString &rLeftText, const OUString &rRightText ) in RemoveEntry() function in ConvDic
568 RemoveEntry( aLeftText, aRightText ); in removeEntry()
/aoo42x/main/cui/source/tabpages/
H A Dparagrph.cxx1063 aLastLineLB.RemoveEntry( 0 ); in SvxParaAlignTabPage()
1071 aLastLineLB.RemoveEntry( nLastLinePos ); in SvxParaAlignTabPage()
1925 aBreakTypeLB.RemoveEntry(0); in DisablePageBreak()
2027 aBreakTypeLB.RemoveEntry(1); in SvxExtParagraphTabPage()
/aoo42x/main/svx/inc/svx/
H A Dchecklbx.hxx70 void RemoveEntry ( sal_uInt16 nPos );

Completed in 163 milliseconds

123456789