/aoo42x/main/scripting/examples/java/selector/ |
H A D | ScriptSelector.java | 140 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()
|
/aoo42x/main/scripting/workben/installer/ |
H A D | NavPanel.java | 80 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 D | InstallWizard.java | 204 if (e.getSource() == navNext) in actionPerformed() 209 if (e.getSource() == navCancel) in actionPerformed() 214 if (e.getSource() == navBack) in actionPerformed()
|
H A D | IdeFinal.java | 82 if (e.getSource() == nav.navNext) in actionPerformed() 112 if (e.getSource() == nav.navCancel) { in actionPerformed()
|
H A D | Final.java | 85 if (e.getSource() == nav.navNext) in actionPerformed() 114 if (e.getSource() == nav.navCancel) { in actionPerformed()
|
H A D | InstallationEvent.java | 34 public Object getSource() in getSource() method in InstallationEvent
|
/aoo42x/main/xmlsecurity/tools/uno/ |
H A D | TestTool.java | 1256 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()
|
/aoo42x/main/avmedia/source/java/ |
H A D | PlayerWindow.java | 229 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()
|
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/ |
H A D | AccessibilityWorkBench.java | 485 ((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()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ |
H A D | ChooseDirectory.java | 157 if (e.getSource() == directoryButton) { in actionPerformed() 168 if (e.getSource() == directoryButtonRootdir) { in actionPerformed()
|
/aoo42x/main/bean/qa/complex/bean/ |
H A D | ScreenComparer.java | 162 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()
|
/aoo42x/main/basic/source/classes/ |
H A D | errobject.cxx | 58 virtual ::rtl::OUString SAL_CALL getSource() throw (uno::RuntimeException); 131 ErrObject::getSource() throw (uno::RuntimeException) in getSource() function in ErrObject
|
/aoo42x/main/svgio/source/svgreader/ |
H A D | svgtextpathnode.cxx | 176 getSource().getText(), in allowChange() 182 const ::rtl::OUString aText(getSource().getText()); in allowChange()
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeBean/ |
H A D | OOoBeanViewer.java | 227 documentTypePopUp.show((java.awt.Component)evt.getSource(), 0,0); in init() 374 ((java.awt.Window)e.getSource()).dispose(); in windowClosing()
|
/aoo42x/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/ |
H A D | ScriptSelector.java | 133 if (event.getSource() == runButton) { in show() 151 else if (event.getSource() == closeButton) { in show()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/status/ |
H A D | TaskEvent.java | 64 return (Task) getSource(); in getTask()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | TaskEvent.java | 59 return (Task) getSource(); in getTask()
|
/aoo42x/main/vos/inc/vos/ |
H A D | connectn.hxx | 101 virtual ::rtl::OUString SAL_CALL getSource() = 0;
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | textbreakuphelper.hxx | 69 const TextSimplePortionPrimitive2D& getSource() const { return mrSource; } in getSource() function in drawinglayer::primitive2d::TextBreakupHelper
|
/aoo42x/main/slideshow/source/engine/animationnodes/ |
H A D | animationaudionode.cxx | 52 mxAudioNode->getSource() >>= maSoundURL; in AnimationAudioNode()
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | XFrameSetModel.idl | 43 string getSource();
|
/aoo42x/main/udkapi/com/sun/star/script/ |
H A D | XStarBasicModuleInfo.idl | 58 string getSource();
|
/aoo42x/main/offapi/com/sun/star/auth/ |
H A D | XSSOContext.idl | 47 string getSource();
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | CustomizeView.java | 227 boolean bState = ((JCheckBox)aEvent.getSource()).isSelected(); in actionPerformed()
|
/aoo42x/main/toolkit/test/accessibility/ov/ |
H A D | SelectionView.java | 229 if (((JToggleButton)aEvent.getSource()).isSelected()) in actionPerformed()
|