Home
last modified time | relevance | path

Searched defs:xControl (Results 1 – 25 of 118) sorted by relevance

12345

/trunk/main/reportdesign/source/filter/xml/
H A DxmlCell.cxx141 Reference< report::XFormattedField > xControl(xInt,uno::UNO_QUERY); in CreateChildContext() local
152 … Reference< XImageControl > xControl(xFactor->createInstance(SERVICE_IMAGECONTROL),uno::UNO_QUERY); in CreateChildContext() local
166 Reference< report::XFormattedField > xControl(xInt,uno::UNO_QUERY); in CreateChildContext() local
215 Reference< report::XFormattedField > xControl(xInt,uno::UNO_QUERY); in EndElement() local
H A DxmlFixedContent.cxx197 Reference< report::XFormattedField > xControl(xInt,uno::UNO_QUERY); in EndElement() local
205 … Reference< XFixedText > xControl(xFactor->createInstance(SERVICE_FIXEDTEXT),uno::UNO_QUERY); in EndElement() local
/trunk/main/extensions/source/propctrlr/
H A Dpropertycontrolextender.cxx67 Reference< XPropertyControl > xControl; member
105 Reference< XPropertyControl > xControl( m_pData->xControl, UNO_SET_THROW ); in keyPressed() local
/trunk/main/sfx2/source/appl/
H A Dhelpdispatch.cxx100 void SAL_CALL HelpDispatch_Impl::addStatusListener( in addStatusListener()
111 void SAL_CALL HelpDispatch_Impl::removeStatusListener( in removeStatusListener()
/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx190 …Reference< XInterface > xControl( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in setVisible() local
283 Reference< XControl > xControl; in insertFormattedField() local
301 Reference< XComboBox > xControl; in insertComboBox() local
319 Reference< XRadioButton > xControl; in insertRadioButton() local
337 Reference< XListBox > xControl; in insertListBox() local
355 Reference< XControl > xControl; in insertImage() local
/trunk/main/vbahelper/source/msforms/
H A Dvbauserform.cxx51 uno::Reference< awt::XControl > xControl( m_xDialog, uno::UNO_QUERY_THROW ); in ScVbaUserForm() local
77 uno::Reference< awt::XControl > xControl( m_xDialog, uno::UNO_QUERY_THROW ); in Show() local
219 uno::Reference< awt::XControl > xControl = xContainer->getControl( aPropertyName ); in getValue() local
247 uno::Reference< awt::XControl > xControl( m_xDialog, uno::UNO_QUERY ); in hasProperty() local
H A Dvbaimage.cxx31 ScVbaImage::ScVbaImage( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< un… in ScVbaImage()
H A Dvbacontrols.cxx189 uno::Reference< awt::XControl > xControl; in nextElement() local
236 uno::Reference< awt::XControl > xControl( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject() local
247 uno::Reference< msforms::XControl > xControl( xEnum->nextElement(), uno::UNO_QUERY_THROW ); in Move() local
454 uno::Reference< awt::XControl > xControl; in Remove() local
H A Dvbaprogressbar.cxx32 ScVbaProgressBar::ScVbaProgressBar( const uno::Reference< ov::XHelperInterface >& xParent, const un… in ScVbaProgressBar()
H A Dvbacontrol.cxx74 uno::Reference< awt::XControl > xControl( m_xControl, uno::UNO_QUERY_THROW ); in getWindowPeer() local
84 …uno::Reference< awt::XControl > xControl( xControlAccess->getControl( xControlModel ), uno::UNO_QU… in getWindowPeer() local
126 ScVbaControl::ScVbaControl( const uno::Reference< XHelperInterface >& xParent, const uno::Reference… in ScVbaControl()
442 /*static*/ uno::Reference< msforms::XControl > ScVbaControlFactory::createUserformControl( in createUserformControl()
/trunk/main/framework/source/dispatch/
H A Dmenudispatcher.cxx164 void SAL_CALL MenuDispatcher::addStatusListener( const uno::Reference< XStatusListener >& xCo… in addStatusListener()
179 void SAL_CALL MenuDispatcher::removeStatusListener( const uno::Reference< XStatusListener >& … in removeStatusListener()
443 sal_Bool MenuDispatcher::impldbg_checkParameter_addStatusListener( const uno::Reference< XStatusL… in impldbg_checkParameter_addStatusListener()
464 sal_Bool MenuDispatcher::impldbg_checkParameter_removeStatusListener( const uno::Reference< XSta… in impldbg_checkParameter_removeStatusListener()
/trunk/main/toolkit/source/awt/
H A Dvclxtabpagecontainer.cxx146 Reference< awt::XControl > xControl(*aIter,UNO_QUERY ); in getTabPageByID() local
198 Reference< awt::XControl > xControl(xTabPage,UNO_QUERY ); in elementInserted() local
222 Reference< awt::XControl > xControl(xTabPage,UNO_QUERY ); in elementRemoved() local
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DListenerHelper.cxx38 void ListenerHelper::AddListener( in AddListener()
53 void ListenerHelper::RemoveListener( in RemoveListener()
H A DMyProtocolHandler.cxx92 void BaseDispatch::SendCommandTo( const Reference< XStatusListener >& xControl, const URL& aURL, co… in SendCommandTo()
350 void SAL_CALL BaseDispatch::addStatusListener( const Reference< XStatusListener >& xControl, const … in addStatusListener()
469 void SAL_CALL BaseDispatch::removeStatusListener( const Reference< XStatusListener >& xControl, con… in removeStatusListener()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XControlShape.java85 XControlModel xControl = (XControlModel) UnoRuntime.queryInterface in _setControl() local
/trunk/main/extensions/workben/
H A Dtestframecontrol.cxx98 void Listener_Impl::addAllListeners( const XControlRef& xControl ) in addAllListeners()
113 void Listener_Impl::removeAllListeners( const XControlRef& xControl ) in removeAllListeners()
183 XControlRef xControl( evt.Source, USR_QUERY ); in windowPaint() local
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DDocumentPreview.java59 private XControl xControl; field in DocumentPreview
145 …public void createPreviewFrame(XMultiServiceFactory xmsf, XControl xControl) throws com.sun.star.u… in createPreviewFrame()
H A DPeerConfig.java57 XControl xControl; field in PeerConfig.PeerTask
166 XControl xControl = UnoRuntime.queryInterface(XControl.class, oAPIControl); in setAccessibleName() local
195 XControl xControl = UnoRuntime.queryInterface(XControl.class, oAPIControl); in setPeerProperties() local
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/
H A Daddon.cxx174 void SAL_CALL Addon::addStatusListener( const Reference< XStatusListener >& xControl, const URL& aU… in addStatusListener()
183 void SAL_CALL Addon::removeStatusListener( const Reference< XStatusListener >& xControl, const URL&… in removeStatusListener()
/trunk/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx343 uno::Reference< awt::XControl > xControl = pCtrls[ n ]; in implUpdateVisibility() local
480 uno::Reference< awt::XControl > xControl( _rEvt.Source, uno::UNO_QUERY ); in disposing() local
507 uno::Reference< awt::XControl > xControl; in insert() local
522 uno::Reference< awt::XControl > xControl; in removeByIdentifier() local
574 uno::Reference< awt::XControl > xControl; in getByIdentifier() local
693 uno::Reference< awt::XControl > xControl; in impl_removeControl() local
/trunk/main/svx/source/form/
H A Dformcontroller.cxx1176 Reference< XControl > xControl(e.Source, UNO_QUERY); in disposing() local
1437 Reference< XControl > xControl = pControls[--i]; in toggleAutoFields() local
1465 Reference< XControl > xControl = pControls[--i]; in toggleAutoFields() local
1687 Reference< XControl > xControl(e.Source, UNO_QUERY); in focusGained() local
1842 Reference< XControl > xControl(e.Source, UNO_QUERY); in focusLost() local
2185 Reference< XControl > xControl; in getControls() local
2462 Reference< XControl > xControl( *pControls ); in findControl() local
2882 Reference< XControl > xControl( evt.Element, UNO_QUERY ); in elementInserted() local
2943 Reference< XControl > xControl; in elementRemoved() local
3319 Reference< XControl > xControl = pControls[--i]; in startFiltering() local
[all …]
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/
H A DProtocolHandlerAddon.java190 public void addStatusListener( /*IN*/XStatusListener xControl, in addStatusListener()
194 public void removeStatusListener( /*IN*/XStatusListener xControl, in removeStatusListener()
/trunk/main/reportdesign/source/ui/report/
H A DFixedTextColor.cxx236 uno::Reference<awt::XControl> xControl; in getXControl() local
269 uno::Reference<awt::XControl> xControl = getXControl(_xComponent); in getVclWindowPeer() local
/trunk/main/odk/examples/java/Inspector/
H A DProtocolHandlerAddon.java190 public void addStatusListener( /*IN*/XStatusListener xControl, in addStatusListener()
194 public void removeStatusListener( /*IN*/XStatusListener xControl, in removeStatusListener()
H A DInspectorAddon.java135 …public void addStatusListener( /*IN*/XStatusListener xControl, /*IN*/com.sun.star.util.URL aURL ) { in addStatusListener()
138 …public void removeStatusListener( /*IN*/XStatusListener xControl, /*IN*/com.sun.star.util.URL aURL… in removeStatusListener()

Completed in 171 milliseconds

12345