Home
last modified time | relevance | path

Searched refs:xControl (Results 51 – 75 of 175) sorted by relevance

1234567

/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx496 …un::star::util::URL& _rUrl, const Reference< ::com::sun::star::frame::XStatusListener > & xControl) in NotifyStatusChanged() argument
513 if (xControl.is()) in NotifyStatusChanged()
514 xControl->statusChanged(aEvt); in NotifyStatusChanged()
691 …sListener(const Reference< ::com::sun::star::frame::XStatusListener > & xControl, const ::com::sun… in addStatusListener() argument
695 m_aStatusListeners.addInterface(aURL,xControl); in addStatusListener()
697 pCont->addInterface(xControl); in addStatusListener()
698 NotifyStatusChanged(aURL, xControl); in addStatusListener()
702 …sListener(const Reference< ::com::sun::star::frame::XStatusListener > & xControl, const ::com::sun… in removeStatusListener() argument
706 pCont->removeInterface(xControl); in removeStatusListener()
/trunk/main/vbahelper/source/msforms/
H A Dvbasystemaxcontrol.cxx29 …XComponentContext >& xContext, const uno::Reference< uno::XInterface >& xControl, const uno::Refer… in VbaSystemAXControl() argument
30 : SystemAXControlImpl_BASE( xParent, xContext, xControl, xModel, pGeomHelper ) in VbaSystemAXControl()
31 , m_xControlInvocation( xControl, uno::UNO_QUERY_THROW ) in VbaSystemAXControl()
H A Dvbaimage.cxx31 … >& xControl, const uno::Reference< frame::XModel >& xModel, AbstractGeometryAttributes* pGeomHelp… in ScVbaImage() argument
H A Dvbaprogressbar.cxx32xControl, const uno::Reference< frame::XModel >& xModel, AbstractGeometryAttributes* pGeomHelper … in ScVbaProgressBar() argument
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx415 Reference< XControl > xControl; in itemStateChanged() local
417 if ( aSource >>= xControl ) in itemStateChanged()
419 Reference< XPropertySet > xPropertySet( xControl->getModel(), UNO_QUERY_THROW ); in itemStateChanged()
688 Reference< XControl > xControl( rEvent.Source, UNO_QUERY ); in actionPerformed() local
689 if ( xControl.is() ) in actionPerformed()
692 Reference< XPropertySet > xProps( xControl->getModel(), UNO_QUERY ); in actionPerformed()
/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx109 …sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl, const ::com::sun…
110 …sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl, const ::com::sun…
144 …ner( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl,
199 …sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl, const ::com::sun…
/trunk/main/forms/source/component/
H A DEventThread.cxx216 Reference<XControl> xControl; in run() local
218 query_interface(xControlAdapter->queryAdapted(), xControl); in run()
221 processEvent( pCompImpl, pEvt, xControl, bFlag ); in run()
H A DGroupManager.cxx425 Reference<XControlModel> xControl(xSet, UNO_QUERY); in InsertElement() local
426 if (!xControl.is() ) in InsertElement()
483 Reference<XControlModel> xControl(xSet, UNO_QUERY); in RemoveElement() local
484 if (!xControl.is() ) in RemoveElement()
/trunk/main/UnoControls/inc/
H A Dbasecontainercontrol.hxx80 UNO3_REFERENCE< UNO3_XCONTROL > xControl ; member
300 const UNO3_REFERENCE< UNO3_XCONTROL >& xControl ) throw( UNO3_RUNTIMEEXCEPTION );
330 …virtual void SAL_CALL removeControl( const UNO3_REFERENCE< UNO3_XCONTROL >& xControl ) throw( UNO3…
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx343 const Reference< XStatusListener >& xControl, const URL& aURL ) in addStatusListener()
346 (void)xControl; in addStatusListener()
353 const Reference< XStatusListener >& xControl, const URL& aURL ) in removeStatusListener()
356 (void)xControl; in removeStatusListener()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java182 XControl xControl = (XControl)UnoRuntime.queryInterface( in getModel() local
185 if ( null != xControl ) in getModel()
186 xModel = xControl.getModel(); in getModel()
/trunk/main/svx/source/inc/
H A Dformcontroller.hxx483 …odifyListening(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl);
484 …odifyListening(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl);
487 …setControlLock(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl);
488 …oEventAttacher(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl);
489 …mEventAttacher(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl);
499 … insertControl(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl);
500 … removeControl(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl);
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_General.java67 statusDialog.createWindowPeer(xControl.getPeer()); in getStatusDialog()
124 ftpDialog.createWindowPeer(xControl.getPeer()); in getFTPDialog()
370 XWindowPeer peer = xControl.getPeer(); in unexpectedError()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java894 XControl xControl = GetControlFromDialog( xDialog, aControlName ); in GetSubControlPropSet() local
895 if ( xControl != null ) in GetSubControlPropSet()
896 … return ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, xControl.getModel() ); in GetSubControlPropSet()
960 XControl xControl = (XControl)UnoRuntime.queryInterface( XControl.class, xDialog ); in ShowError() local
961 if ( xControl != null ) in ShowError()
962 xPeer = xControl.getPeer(); in ShowError()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.hxx68 …nst ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl, rtl::OUString& s…
69 …nst ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl>& xControl, const ::com::sun…
73 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& xControl,
/trunk/main/scripting/java/Framework/com/sun/star/script/framework/security/
H A DSecurityDialog.java393 XControl xControl = ( XControl )UnoRuntime.queryInterface( in createDialog() local
397 xControl.setModel( xControlModel ); in createDialog()
430 XWindow.class, xControl ); in createDialog()
432 xControl.createPeer( xToolkit, null ); in createDialog()
/trunk/main/drawinglayer/source/primitive2d/
H A Dcontrolprimitive2d.cxx157 const uno::Reference< awt::XControl > xControl(xControlView, uno::UNO_QUERY); in createBitmapDecomposition() local
159 if(xControl.is()) in createBitmapDecomposition()
161 … uno::Reference< awt::XWindowPeer > xWindowPeer(xControl->getPeer()); in createBitmapDecomposition()
/trunk/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx267 Reference< XPropertyControl > xControl( rEvent.Source, UNO_QUERY_THROW ); in actionPerformed() local
268 Any aControlValue( xControl->getValue() ); in actionPerformed()
667 Reference< XHyperlinkControl > xControl( aDescriptor.Control, UNO_QUERY_THROW ); in describePropertyLine() local
668 … Reference< XActionListener > xEnsureDelete( new UrlClickHandler( m_aContext, xControl ) ); in describePropertyLine()
/trunk/main/sfx2/source/doc/
H A Dplugin.cxx140 uno::Reference< awt::XControl > xControl( mxPlugin, uno::UNO_QUERY ); in load() local
141 if( xControl.is() ) in load()
143 uno::Reference< awt::XControlModel > xModel = xControl->getModel(); in load()
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.h127 …m::sun::star::uno::Reference< com::sun::star::frame::XStatusListener >& xControl, const com::sun::…
133 …ener( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& xControl,
135 …ener( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& xControl,
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1168 Reference < XActiveDataControl > xControl( xSink, UNO_QUERY ); in UCBOpenContentSync() local
1169 if ( xControl.is() ) in UCBOpenContentSync()
1170 xControl->terminate(); in UCBOpenContentSync()
1261 Reference < XActiveDataControl > xControl( xSink, UNO_QUERY ); in _UCBOpenContentSync() local
1262 if ( xControl.is() ) in _UCBOpenContentSync()
1263 xControl->terminate(); in _UCBOpenContentSync()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XControlShape.java85 XControlModel xControl = (XControlModel) UnoRuntime.queryInterface in _setControl() local
88 oObj.setControl(xControl) ; in _setControl()
/trunk/main/sc/workben/
H A Dtest.cxx341 XControlCharacterInsertableRef xControl = (XControlCharacterInsertable*) in lcl_SetText() local
346 if (!xPos.is() || !xControl.is() || !xPara.is()) return; // PropertySet kann fehlen in lcl_SetText()
350 xControl->insertControlCharacter( TEXTCONTROLCHAR_PARAGRAPH_BREAK ); in lcl_SetText()
450 XControlCharacterInsertableRef xControl = (XControlCharacterInsertable*) in lcl_Annotations() local
453 if (xPos && xControl) in lcl_Annotations()
464 xControl->insertControlCharacter( TEXTCONTROLCHAR_PARAGRAPH_BREAK ); in lcl_Annotations()
1718 XControlCharacterInsertableRef xControl = (XControlCharacterInsertable*) in IMPL_LINK() local
1721 if (xPos && xControl) in IMPL_LINK()
/trunk/main/sfx2/source/appl/
H A Dhelpdispatch.hxx45 …:sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& xControl, const ::com::sun…
46 …:sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& xControl, const ::com::sun…
/trunk/main/svx/source/accessibility/
H A DAccessibleControlShape.cxx928 Reference< XControl > xControl( _rEvent.Element, UNO_QUERY ); in elementInserted() local
930 OSL_ENSURE( xContainer.is() && xControl.is(), in elementInserted()
933 if ( !xControl.is() ) in elementInserted()
938 Reference< XInterface > xNewNormalized( xControl->getModel(), UNO_QUERY ); in elementInserted()

Completed in 95 milliseconds

1234567