Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java100 class ActionListenerImpl implements com.sun.star.awt.XActionListener class in FieldSelection
233 …urUnoDialog.insertListBox("lstFields" + sIncSuffix, SOFLDSLST, new ActionListenerImpl(), new ItemL… in FieldSelection()
243 …= CurUnoDialog.insertButton("cmdMoveSelected" + sIncSuffix, SOCMDMOVESEL, new ActionListenerImpl(), in FieldSelection()
255 …eall = CurUnoDialog.insertButton("cmdMoveAll" + sIncSuffix, SOCMDMOVEALL, new ActionListenerImpl(), in FieldSelection()
265 …rUnoDialog.insertButton("cmdRemoveSelected" + sIncSuffix, SOCMDREMOVESEL, new ActionListenerImpl(), in FieldSelection()
277 … = CurUnoDialog.insertButton("cmdRemoveAll" + sIncSuffix, SOCMDREMOVEALL, new ActionListenerImpl(), in FieldSelection()
303 …ialog.insertListBox("lstSelFields" + sIncSuffix, SOSELFLDSLST, new ActionListenerImpl(), new ItemL… in FieldSelection()
313 …moveup = CurUnoDialog.insertButton("cmdMoveUp" + sIncSuffix, SOCMDMOVEUP, new ActionListenerImpl(), in FieldSelection()
323 …wn = CurUnoDialog.insertButton("cmdMoveDown" + sIncSuffix, SOCMDMOVEDOWN, new ActionListenerImpl(), in FieldSelection()
H A DAggregateComponent.java79 … optDetailQuery = CurUnoDialog.insertRadioButton("optDetailQuery", 0, new ActionListenerImpl(), in AggregateComponent()
89 … optSummaryQuery = CurUnoDialog.insertRadioButton("optSummaryQuery", 0, new ActionListenerImpl(), in AggregateComponent()
122 CurUnoDialog.insertButton("btnplus", SOADDROW, new ActionListenerImpl(), in AggregateComponent()
131 CurUnoDialog.insertButton("btnminus", SOREMOVEROW, new ActionListenerImpl(), in AggregateComponent()
160 class ActionListenerImpl implements com.sun.star.awt.XActionListener class in AggregateComponent
/trunk/main/scripting/java/Framework/com/sun/star/script/framework/security/
H A DSecurityDialog.java407 xButton.addActionListener( new ActionListenerImpl( xControlCont, _runButtonName ) ); in createDialog()
413 xButton.addActionListener( new ActionListenerImpl( xControlCont, _doNotRunButtonName ) ); in createDialog()
496 public class ActionListenerImpl implements com.sun.star.awt.XActionListener { class in SecurityDialog
499 public ActionListenerImpl( XControlContainer xControlCont, String buttonName ) { in ActionListenerImpl() method in SecurityDialog.ActionListenerImpl
/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/
H A DSampleDialog.java211 xButton.addActionListener( new ActionListenerImpl( xControlCont ) ); in createDialog()
236 public class ActionListenerImpl implements com.sun.star.awt.XActionListener { class in SampleDialog
242 public ActionListenerImpl( XControlContainer xControlCont ) { in ActionListenerImpl() method in SampleDialog.ActionListenerImpl
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportLayouter.java107 …stBox = CurUnoDialog.insertListBox("lstContent", SOCONTENTLST, new ActionListenerImpl(), new ItemL… in ReportLayouter()
142 …ListBox = CurUnoDialog.insertListBox("lstLayout", SOLAYOUTLST, new ActionListenerImpl(), new ItemL… in ReportLayouter()
313 class ActionListenerImpl implements com.sun.star.awt.XActionListener class in ReportLayouter

Completed in 49 milliseconds