Home
last modified time | relevance | path

Searched refs:getControl (Results 26 – 50 of 151) sorted by relevance

1234567

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/ !
H A DOTimeControl.java179 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
187 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
196 oObj = the_access.getControl(the_Model); in createTestEnvironment()
197 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
198 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DOCheckBoxControl.java175 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
182 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
190 oObj = the_access.getControl(the_Model); in createTestEnvironment()
191 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
192 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DOComboBoxControl.java179 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
187 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
196 oObj = the_access.getControl(the_Model); in createTestEnvironment()
197 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
198 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DOEditControl.java188 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
196 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
205 oObj = the_access.getControl(the_Model); in createTestEnvironment()
206 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
207 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DOFormattedControl.java175 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
183 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
192 oObj = the_access.getControl(the_Model); in createTestEnvironment()
193 anotherCtrl = the_access.getControl(the_Model2); in createTestEnvironment()
194 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DONumericControl.java178 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
186 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
195 oObj = the_access.getControl(the_Model); in createTestEnvironment()
196 anotherCtrl = the_access.getControl(the_Model2); in createTestEnvironment()
197 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DOPatternControl.java178 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
186 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
195 oObj = the_access.getControl(the_Model); in createTestEnvironment()
196 anotherCtrl = the_access.getControl(the_Model2); in createTestEnvironment()
197 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DOListBoxControl.java96 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
103 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
111 oObj = the_access.getControl(the_Model); in createTestEnvironment()
112 anotherCtrl = the_access.getControl(the_Model2); in createTestEnvironment()
113 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/ !
H A DUnoControlFormattedField.java96 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
104 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
116 oObj = the_access.getControl(the_Model); in createTestEnvironment()
117 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
118 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlNumericField.java102 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
110 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
119 oObj = the_access.getControl(the_Model); in createTestEnvironment()
120 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
121 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoScrollBarControl.java117 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
125 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
134 oObj = the_access.getControl(the_Model); in createTestEnvironment()
135 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
136 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlButton.java99 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
108 oObj = the_access.getControl(the_Model); in createTestEnvironment()
109 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
/trunk/main/sd/source/ui/animations/ !
H A DCustomAnimationDialog.cxx128 virtual Control* getControl();
200 Control* PresetPropertyBox::getControl() in getControl() function in sd::PresetPropertyBox
215 virtual Control* getControl();
286 Control* ColorPropertyBox::getControl() in getControl() function in sd::ColorPropertyBox
302 virtual Control* getControl();
371 Control* FontPropertyBox::getControl() in getControl() function in sd::FontPropertyBox
471 virtual Control* getControl();
562 virtual Control* getControl();
684 virtual Control* getControl();
825 virtual Control* getControl();
[all …]
/trunk/main/extensions/source/propctrlr/ !
H A Dbrowserlistbox.cxx670 Reference< XPropertyControl > xControl( line->second.pLine->getControl() ); in SetPropertyValue()
731 return pLine->getControl(); in GetPropertyControl()
904 Reference< XPropertyControl > xControl( _rLine.pLine->getControl() ); in impl_setControlAsPropertyValue()
907 … if ( _rPropertyValue.getValueType().equals( _rLine.pLine->getControl()->getValueType() ) ) in impl_setControlAsPropertyValue()
940 Reference< XPropertyControl > xControl( _rLine.pLine->getControl() ); in impl_getControlAsPropertyValue()
973 if ( (*search)->second.pLine->getControl().get() == _rxControl.get() ) in impl_getControlPos()
1073 lcl_implDisposeControl_nothrow( loop->second.pLine->getControl() ); in Clear()
1090 lcl_implDisposeControl_nothrow( pLine->getControl() ); in RemoveEntry()
1125 Reference< XPropertyControl > xControl = rLine.pLine->getControl(); in ChangeEntry()
1136 xControl = rLine.pLine->getControl(); in ChangeEntry()
/trunk/main/sdext/source/pdfimport/ !
H A Dfilterdet.cxx104 m_xListbox.set(xControls->getControl( in initControls()
107 m_xWriterText.set(xControls->getControl( in initControls()
110 m_xImpressText.set(xControls->getControl( in initControls()
113 m_xDrawText.set(xControls->getControl( in initControls()
118 xControl.set(xControls->getControl( in initControls()
122 xControl.set(xControls->getControl( in initControls()
126 xControl.set(xControls->getControl( in initControls()
131 xControls->getControl( in initControls()
/trunk/main/odk/examples/DevelopersGuide/GUI/ !
H A DUnoDialogSample.java394 XControl xFTControl = m_xDlgContainer.getControl(sName); in insertFixedText()
440 Object oCFControl = m_xDlgContainer.getControl(sName); in insertCurrencyField()
596 XControl xTFControl = m_xDlgContainer.getControl(sName); in insertEditField()
686 Object oDFControl = m_xDlgContainer.getControl(sName); in insertDateField()
822 XControl xSBControl = m_xDlgContainer.getControl(sName); in insertVerticalScrollBar()
885 XControl xCBControl = m_xDlgContainer.getControl(sName); in insertCheckBox()
969 XControl xControl = m_xDlgContainer.getControl(sName); in insertListBox()
1012 XControl xControl = m_xDlgContainer.getControl(sName); in insertComboBox()
1075 XControl xFFControl = m_xDlgContainer.getControl(sName); in insertFormattedField()
1130 XControl xFCControl = m_xDlgContainer.getControl(sName); in insertFileControl()
[all …]
/trunk/main/wizards/com/sun/star/wizards/agenda/ !
H A DTopicsControl.java611 focus(getControl(cr, column));
667 focus(getControl((ControlRow) ControlGroupVector.get(4), 1));
784 focus(getControl(upperRow, control));
816 focus(getControl(lowerRow, control));
895 Object control = getControl(cr, eventSource);
906 private Object getControl(ControlRow cr, int column)
930 private Object getControl(ControlRow cr, Object control)
933 return getControl(cr, column);
/trunk/main/svx/source/sdr/contact/ !
H A Dviewobjectcontactofunocontrol.cxx234 inline const Reference< XControl >& getControl() const { return m_xControl; } in getControl() function in sdr::contact::ControlHolder
240 return _rControl.getControl() == _rxCompare; in operator ==()
246 return _rxCompare == _rControl.getControl(); in operator ==()
391 Reference< XComponent > xControlComp( _rControl.getControl(), UNO_QUERY ); in disposeAndClearControl_nothrow()
1254 xControlContainer->addControl( sControlServiceName, _out_rControl.getControl() ); in createControlForDevice()
1367 …Reference< XModeChangeBroadcaster > xDesignModeChanges( m_aControl.getControl(), UNO_QUERY_THROW ); in impl_switchControlListening_nothrow()
1710 m_aTransformation, xControlModel, rControl.getControl() ) ); in create2DDecomposition()
1748 Reference< XControl > ViewObjectContactOfUnoControl::getControl() in getControl() function in sdr::contact::ViewObjectContactOfUnoControl
1752 return m_pImpl->getExistentControl().getControl(); in getControl()
1764 return aControl.getControl(); in getTemporaryControlForWindow()
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/ !
H A DVclExplorer.java160 final Text nameText = ((Text) nameCellEditor.getControl()); in createPartControl()
235 …PlatformUI.getWorkbench().getHelpSystem().setHelp(viewer.getControl(), "org.vclauto.assistant.view… in createPartControl()
250 Menu menu = menuMgr.createContextMenu(viewer.getControl()); in hookContextMenu()
251 viewer.getControl().setMenu(menu); in hookContextMenu()
405 viewer.getControl().getShell(), in showMessage()
414 viewer.getControl().setFocus(); in setFocus()
/trunk/main/scripting/java/com/sun/star/script/framework/browse/ !
H A DDialogFactory.java92 XButton.class, controls.getControl("Ok")); in showConfirmDialog()
96 XButton.class, controls.getControl("Cancel")); in showConfirmDialog()
149 XButton.class, controls.getControl("Ok")); in showInputDialog()
153 XButton.class, controls.getControl("Cancel")); in showInputDialog()
158 XTextComponent.class, controls.getControl("NameField")); in showInputDialog()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/ !
H A DSbaXGridControl.java250 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
308 oObj = the_access.getControl(the_Model); in createTestEnvironment()
309 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
326 the_Model = aShape.getControl(); in createTestEnvironment()
339 cntrl = the_access.getControl(the_Model); in createTestEnvironment()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/ !
H A DWikiDialog.java157 XControl xControl = xControlContainer.getControl(sControl); in GetPropSet()
242 …ation)UnoRuntime.queryInterface( XAnimation.class, m_xControlContainer.getControl( "WikiThrobber" … in SetThrobberActive()
264 …(XWindow)UnoRuntime.queryInterface( XWindow.class, m_xControlContainer.getControl( "WikiThrobber" … in SetThrobberVisible()
281 … = (XWindow)UnoRuntime.queryInterface( XWindow.class, m_xControlContainer.getControl( aControl ) ); in SetFocusTo()
/trunk/main/toolkit/source/controls/ !
H A Dunocontrolcontainer.cxx70 inline const uno::Reference< awt::XControl >& getControl() const { return mxControl; } in getControl() function
207 *pControls = loop->second->getControl(); in getControls()
232 return loop->second->getControl(); in getControlForName()
244 if ( loop->second->getControl().get() == _rxControl.get() ) in getControlIdentifier()
256 _out_rxControl = pos->second->getControl(); in getControlForIdentifier()
620 uno::Reference< awt::XControl > UnoControlContainer::getControl( const ::rtl::OUString& rName ) thr… in getControl() function in UnoControlContainer
/trunk/main/fpicker/source/aqua/ !
H A DControlHelper.cxx175 NSControl* pControl = getControl(nControlId); in enableControl()
197 NSControl* pControl = getControl( nControlId ); in getLabel()
228 NSControl* pControl = getControl(nControlId); in setLabel()
262 NSControl* pControl = getControl( nControlId ); in setValue()
292 NSControl* pControl = getControl( nControlId ); in getValue()
746 NSControl* ControlHelper::getControl( const sal_Int16 nControlId ) const in getControl() function in ControlHelper
/trunk/main/scripting/source/pyprov/ !
H A Dpythonscript.py524 self.editor.getControl("EditorTextField").setText(code)
526 self.editor.getControl("RunButton").setActionCommand("Run")
527 self.editor.getControl("RunButton").addActionListener(self)
528 self.editor.getControl("SaveButton").setActionCommand("Save")
529 self.editor.getControl("SaveButton").addActionListener(self)
538 code = self.editor.getControl("EditorTextField").getText()
555 self.editor.getControl("EditorTextField").getText().encode(

Completed in 261 milliseconds

1234567