Home
last modified time | relevance | path

Searched refs:getSource (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java140 if (event.getSource() == runButton) { in showOrganizer()
158 else if (event.getSource() == closeButton) { in showOrganizer()
161 else if (event.getSource() == editButton) { in showOrganizer()
170 else if (event.getSource() == createButton) { in showOrganizer()
179 else if (event.getSource() == deleteButton) { in showOrganizer()
/trunk/main/scripting/workben/installer/
H A DNavPanel.java80 if ((ev.getSource() == navNext) && (next.length() != 0)) { in actionPerformed()
83 if ((ev.getSource() == navBack) && (prev.length() != 0)) { in actionPerformed()
86 if (ev.getSource() == navCancel) { in actionPerformed()
H A DInstallWizard.java204 if (e.getSource() == navNext) in actionPerformed()
209 if (e.getSource() == navCancel) in actionPerformed()
214 if (e.getSource() == navBack) in actionPerformed()
H A DIdeFinal.java82 if (e.getSource() == nav.navNext) in actionPerformed()
112 if (e.getSource() == nav.navCancel) { in actionPerformed()
H A DFinal.java85 if (e.getSource() == nav.navNext) in actionPerformed()
114 if (e.getSource() == nav.navCancel) { in actionPerformed()
H A DInstallationEvent.java34 public Object getSource() in getSource() method in InstallationEvent
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java1256 if (e.getSource().equals(m_startButton)) in actionPerformed()
1261 if (e.getSource().equals(m_goButton)) in actionPerformed()
1275 if (e.getSource().equals(m_stepButton)) in actionPerformed()
1285 if (e.getSource().equals(m_openButton)) in actionPerformed()
1289 if (e.getSource().equals(m_saveButton)) in actionPerformed()
1293 if (e.getSource().equals(m_batchButton)) in actionPerformed()
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java229 if( aEvt.getSource() != null && in implFireMouseEvent()
230 aEvt.getSource() instanceof java.awt.Component ) in implFireMouseEvent()
232 aEvt.translatePoint( ( (java.awt.Component) aEvt.getSource() ).getX(), in implFireMouseEvent()
233 ( (java.awt.Component) aEvt.getSource() ).getY() ); in implFireMouseEvent()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java485 ((JCheckBoxMenuItem)aEvent.getSource()).getState()); in actionPerformed()
491 ((JCheckBoxMenuItem)aEvent.getSource()).getState()); in actionPerformed()
497 ((JCheckBoxMenuItem)aEvent.getSource()).getState()); in actionPerformed()
503 ((JCheckBoxMenuItem)aEvent.getSource()).getState()); in actionPerformed()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DChooseDirectory.java157 if (e.getSource() == directoryButton) { in actionPerformed()
168 if (e.getSource() == directoryButtonRootdir) { in actionPerformed()
/trunk/main/bean/qa/complex/bean/
H A DScreenComparer.java162 m_img1.getSource(), 0, 0, w1, h1, pixels1, 0, w1); in compare()
167 m_img2.getSource(), 0, 0, w2, h2, pixels2, 0, w2); in compare()
/trunk/main/basic/source/classes/
H A Derrobject.cxx58 virtual ::rtl::OUString SAL_CALL getSource() throw (uno::RuntimeException);
131 ErrObject::getSource() throw (uno::RuntimeException) in getSource() function in ErrObject
/trunk/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx176 getSource().getText(), in allowChange()
182 const ::rtl::OUString aText(getSource().getText()); in allowChange()
/trunk/main/odk/examples/DevelopersGuide/OfficeBean/
H A DOOoBeanViewer.java227 documentTypePopUp.show((java.awt.Component)evt.getSource(), 0,0); in init()
374 ((java.awt.Window)e.getSource()).dispose(); in windowClosing()
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java133 if (event.getSource() == runButton) { in show()
151 else if (event.getSource() == closeButton) { in show()
/trunk/main/wizards/com/sun/star/wizards/web/status/
H A DTaskEvent.java64 return (Task) getSource(); in getTask()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DTaskEvent.java59 return (Task) getSource(); in getTask()
/trunk/main/vos/inc/vos/
H A Dconnectn.hxx101 virtual ::rtl::OUString SAL_CALL getSource() = 0;
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtextbreakuphelper.hxx69 const TextSimplePortionPrimitive2D& getSource() const { return mrSource; } in getSource() function in drawinglayer::primitive2d::TextBreakupHelper
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationaudionode.cxx52 mxAudioNode->getSource() >>= maSoundURL; in AnimationAudioNode()
/trunk/main/offapi/com/sun/star/frame/
H A DXFrameSetModel.idl43 string getSource();
/trunk/main/udkapi/com/sun/star/script/
H A DXStarBasicModuleInfo.idl58 string getSource();
/trunk/main/offapi/com/sun/star/auth/
H A DXSSOContext.idl47 string getSource();
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DCustomizeView.java227 boolean bState = ((JCheckBox)aEvent.getSource()).isSelected(); in actionPerformed()
/trunk/main/toolkit/test/accessibility/ov/
H A DSelectionView.java229 if (((JToggleButton)aEvent.getSource()).isSelected()) in actionPerformed()

Completed in 91 milliseconds

12