Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportLayouter.java107 …oDialog.insertListBox("lstContent", SOCONTENTLST, new ActionListenerImpl(), new ItemListenerImpl(), in ReportLayouter()
142 …UnoDialog.insertListBox("lstLayout", SOLAYOUTLST, new ActionListenerImpl(), new ItemListenerImpl(), in ReportLayouter()
166 CurUnoDialog.insertRadioButton("optLandscape", SOOPTLANDSCAPE, new ItemListenerImpl(), in ReportLayouter()
177 CurUnoDialog.insertRadioButton("optPortrait", SOOPTPORTRAIT, new ItemListenerImpl(), in ReportLayouter()
237 class ItemListenerImpl implements com.sun.star.awt.XItemListener class in ReportLayouter
/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DFieldLinker.java90 …rUnoDialog.insertListBox("lstSlaveFieldLink" + (i + 1), SOLINKLST[i], null, new ItemListenerImpl(), in insertControlGroup()
128 …ListBox("lstMasterFieldLink" + Integer.toString(i + 1), SOLINKLST[i], null, new ItemListenerImpl(), in insertControlGroup()
290 class ItemListenerImpl implements com.sun.star.awt.XItemListener class in FieldLinker
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java121 class ItemListenerImpl implements com.sun.star.awt.XItemListener class in FilterComponent
420 … CurUnoDialog.insertRadioButton("optMatchAll" + sIncSuffix, SOOPTANDMODE, new ItemListenerImpl(), in FilterComponent()
445 …y = CurUnoDialog.insertRadioButton("optMatchAny" + sIncSuffix, SOOPTORMODE, new ItemListenerImpl(), in FilterComponent()
635 ….insertListBox("lstFieldName" + sCompSuffix, SO_FIELDNAMELIST[Index], null, new ItemListenerImpl(), in ControlRow()
664 …g.insertListBox("lstOperator" + sCompSuffix, SO_CONDITIONLIST[Index], null, new ItemListenerImpl(), in ControlRow()
H A DAggregateComponent.java521 …istBox = CurUnoDialog.insertListBox(getFunctionControlName(index), 1, null, new ItemListenerImpl(), in ControlRow()
531 …dListBox = CurUnoDialog.insertListBox(getFieldsControlName(index), 1, null, new ItemListenerImpl(), in ControlRow()
582 protected class ItemListenerImpl implements com.sun.star.awt.XItemListener class in AggregateComponent.ControlRow
H A DFieldSelection.java71 class ItemListenerImpl implements com.sun.star.awt.XItemListener class in FieldSelection
233 …nsertListBox("lstFields" + sIncSuffix, SOFLDSLST, new ActionListenerImpl(), new ItemListenerImpl(), in FieldSelection()
303 …istBox("lstSelFields" + sIncSuffix, SOSELFLDSLST, new ActionListenerImpl(), new ItemListenerImpl(), in FieldSelection()
H A DSortingComponent.java55 class ItemListenerImpl implements com.sun.star.awt.XItemListener class in SortingComponent
105 …istBox("lstSort" + Integer.toString(i + 1), SOSORTLST[i], null, new ItemListenerImpl(), new String… in SortingComponent()
H A DCommandFieldSelection.java57 class ItemListenerImpl implements com.sun.star.awt.XItemListener class in CommandFieldSelection
144 … xTableListBox = CurUnoDialog.insertListBox(sTableListBoxName, 0, null, new ItemListenerImpl(), in insertControls()
/aoo4110/main/scripting/java/Framework/com/sun/star/script/framework/security/
H A DSecurityDialog.java421 xCheckBox.addItemListener((XItemListener) new ItemListenerImpl( xControlCont ) ); in createDialog()
518 public class ItemListenerImpl implements com.sun.star.awt.XItemListener { class in SecurityDialog
520 public ItemListenerImpl( XControlContainer xControlCont ) { in ItemListenerImpl() method in SecurityDialog.ItemListenerImpl

Completed in 52 milliseconds