Home
last modified time | relevance | path

Searched refs:xControl (Results 26 – 50 of 175) sorted by relevance

1234567

/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx666 pUnoObj->SetUnoControlModel( xControl ); in setControl()
840 if( xControl.is() ) in setPropertyValue()
862 xControl->setPropertyValue( aFormsName, aConvertedValue ); in setPropertyValue()
881 if( xControl.is() ) in getPropertyValue()
886 aValue = xControl->getPropertyValue( aFormsName ); in getPropertyValue()
930 if( xControl.is() && xPropSet.is() ) in getPropertyState()
935 return xControl->getPropertyState( aFormsName ); in getPropertyState()
955 if( xControl.is() && xPropSet.is() ) in setPropertyToDefault()
960 xControl->setPropertyToDefault( aFormsName ); in setPropertyToDefault()
978 if( xControl.is() ) in getPropertyDefault()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsdrpagewindow.cxx86 uno::Reference< awt::XControl > xControl(mxControlContainer, uno::UNO_QUERY); in GetControlContainer() local
87 if(xControl.is()) in GetControlContainer()
89 uno::Reference< uno::XInterface > xContext = xControl->getContext(); in GetControlContainer()
92 xControl->createPeer( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit > (), in GetControlContainer()
105 uno::Reference< awt::XControl > xControl(mxControlContainer, uno::UNO_QUERY); in GetControlContainer() local
106 if (xControl.is()) in GetControlContainer()
107 xControl->setModel(xModel); in GetControlContainer()
H A Dsvdouno.cxx568 uno::Reference< awt::XControl > xControl; in GetUnoControl() local
584 xControl = pUnoContact->getControl(); in GetUnoControl()
586 return xControl; in GetUnoControl()
593 uno::Reference< awt::XControl > xControl; in GetTemporaryControlForWindow() local
597 xControl = pVC->getTemporaryControlForWindow( _rWindow, _inout_ControlContainer ); in GetTemporaryControlForWindow()
599 return xControl; in GetTemporaryControlForWindow()
/trunk/main/toolkit/source/controls/
H A Daccessiblecontrolcontext.cxx77 Reference< awt::XControl > xControl( _rxCreator, UNO_QUERY ); in IMPLEMENT_FORWARD_XINTERFACE3() local
78 if ( xControl.is() ) in IMPLEMENT_FORWARD_XINTERFACE3()
79 m_xControlModel = m_xControlModel.query( xControl->getModel() ); in IMPLEMENT_FORWARD_XINTERFACE3()
235 Reference< awt::XControl > xControl( getAccessibleCreator(), UNO_QUERY ); in implGetWindow() local
237 if ( xControl.is() ) in implGetWindow()
238 xWindow = xWindow.query( xControl->getPeer() ); in implGetWindow()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java969 XControl xControl = m_xDlgContainer.getControl(sName); in insertListBox() local
971 xListBox = (XListBox) UnoRuntime.queryInterface(XListBox.class, xControl); in insertListBox()
1012 XControl xControl = m_xDlgContainer.getControl(sName); in insertComboBox() local
1015 xComboBox = (XComboBox) UnoRuntime.queryInterface(XComboBox.class, xControl); in insertComboBox()
1213 … XControl xControl = (XControl) UnoRuntime.queryInterface(XControl.class, textEvent.Source); in textChanged() local
1214 XControlModel xControlModel = xControl.getModel(); in textChanged()
1241 XControlModel xControlModel = xControl.getModel(); in up()
1279 XControl xControl = (XControl) UnoRuntime.queryInterface(XControl.class, rEvent.Source); in actionPerformed() local
1280 XControlModel xControlModel = xControl.getModel(); in actionPerformed()
1332 xControl.createPeer(xToolkit, m_xWindowPeer); in mouseEntered()
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DFixedTextColor.cxx236 uno::Reference<awt::XControl> xControl; in getXControl() local
257 xControl = pUnoObj->GetUnoControl(aSdrView, aOutputDevice); in getXControl()
262 return xControl; in getXControl()
269 uno::Reference<awt::XControl> xControl = getXControl(_xComponent); in getVclWindowPeer() local
271 xVclWindowPeer = uno::Reference<awt::XVclWindowPeer>( xControl->getPeer(), uno::UNO_QUERY); in getVclWindowPeer()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx398 Any aControl(makeAny(xControl)); in TransferEventScripts()
1283 Reference< XControl> xControl; in executeControlConversionSlot() local
1288 xControl = pControls[i]; in executeControlConversionSlot()
2345 Reference< XGrid> xGrid(xControl, UNO_QUERY); in IMPL_LINK()
2465 Reference< XControl> xControl; in IMPL_LINK() local
2481 if ( xControl.is() ) in IMPL_LINK()
2536 if (!xControl.is()) in IMPL_LINK()
2925 Reference< XControl > xControl; in impl_getControl() local
2939 xControl.clear(); in impl_getControl()
2942 if ( !xControl.is() ) in impl_getControl()
[all …]
H A Dfmtextcontrolshell.cxx1353 Reference< XControl > xControl( _rEvent.Source, UNO_QUERY ); in focusGained() local
1357 sTrace += ::rtl::OString::valueOf( (sal_IntPtr)xControl.get(), 16 ); in focusGained()
1361 DBG_ASSERT( xControl.is(), "FmTextControlShell::focusGained: suspicious focus event!" ); in focusGained()
1362 if ( xControl.is() ) in focusGained()
1363 controlActivated( xControl ); in focusGained()
1369 Reference< XControl > xControl( _rEvent.Source, UNO_QUERY ); in focusLost() local
1373 sTrace += ::rtl::OString::valueOf( (sal_IntPtr)xControl.get(), 16 ); in focusLost()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx937 uno::Reference< awt::XControl > xControl( mxUpdDlg, uno::UNO_QUERY ); in showWarning() local
938 if ( !xControl.is() ) return bRet; in showWarning()
940 uno::Reference< awt::XWindowPeer > xPeer = xControl->getPeer(); in showWarning()
986 uno::Reference< awt::XControl > xControl( mxUpdDlg, uno::UNO_QUERY ); in showWarning() local
987 if ( !xControl.is() ) return bRet; in showWarning()
989 uno::Reference< awt::XWindowPeer > xPeer = xControl->getPeer(); in showWarning()
1385 uno::Reference< awt::XControl > xControl( in createDialog() local
1388 xControl->setModel( xControlModel ); in createDialog()
1392 uno::Reference< awt::XWindow > xWindow( xControl, uno::UNO_QUERY ); in createDialog()
1398 xControl->createPeer( NULL, NULL ); in createDialog()
[all …]
/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/
H A DOptionsEventHandler.java222 XControl xControl = xContainer.getControl(m_arStringControls[i]); in saveData() local
227 if (xControl == null) in saveData()
234 XPropertySet.class, xControl.getModel()); in saveData()
317 XControl xControl = xContainer.getControl(m_arStringControls[i]); in loadData() local
322 if (xControl == null) in loadData()
329 XPropertySet.class, xControl.getModel()); in loadData()
/trunk/main/svx/source/inc/
H A Dfmcontrolbordermanager.hxx106 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl > xControl;
111 :xControl( _rxControl ) in ControlData()
118 xControl.clear(); in clear()
140 return _rLHS.xControl.get() < _rRHS.xControl.get(); in operator ()()
/trunk/main/extensions/source/propctrlr/
H A Dtaborder.cxx203 Reference< XPropertySet > xControl( *pControlModels, UNO_QUERY ); in FillList() local
205 if ( xControl.is() ) in FillList()
206 xPI = xControl->getPropertySetInfo(); in FillList()
212 … aName = ::comphelper::getString( xControl->getPropertyValue( PROPERTY_NAME ) ); in FillList()
214 aImage = GetImage( xControl ); in FillList()
215 … aLB_Controls.InsertEntry( aName, aImage, aImage, 0, sal_False, LIST_APPEND, xControl.get() ); in FillList()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx386 ScriptEventHelper( const Reference< XInterface >& xControl );
436 …tEventHelper::ScriptEventHelper( const Reference< XInterface >& xControl ) : m_xControl( xControl ) in ScriptEventHelper() argument
894 uno::Reference< awt::XControl > xControl( aEvent.Source, uno::UNO_QUERY_THROW ); in firing_Impl() local
896 uno::Reference< beans::XPropertySet > xProps( xControl->getModel(), uno::UNO_QUERY_THROW ); in firing_Impl()
1001 …ntsSupplier > SAL_CALL getEventSupplier( const Reference< XInterface >& xControl, const rtl::OUSt…
1010 VBAToOOEventDescGen::getEventDescriptions( const Reference< XInterface >& xControl, const rtl::OUSt… in getEventDescriptions() argument
1012 ScriptEventHelper evntHelper( xControl ); in getEventDescriptions()
1017 VBAToOOEventDescGen::getEventSupplier( const Reference< XInterface >& xControl, const rtl::OUString… in getEventSupplier() argument
1019 ScriptEventHelper evntHelper( xControl ); in getEventSupplier()
/trunk/main/sfx2/source/appl/
H A Dhelpdispatch.cxx102 const Reference< XStatusListener >& xControl, const URL& aURL ) throw( RuntimeException ) in addStatusListener()
106 m_xRealDispatch->addStatusListener( xControl, aURL ); in addStatusListener()
113 const Reference< XStatusListener >& xControl, const URL& aURL ) throw( RuntimeException ) in removeStatusListener()
117 m_xRealDispatch->removeStatusListener( xControl, aURL ); in removeStatusListener()
/trunk/main/dbaccess/source/ui/inc/
H A Dsbagrid.hxx112 …sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl, const ::com::sun…
113 …sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl, const ::com::sun…
151 …sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl, const ::com::sun…
152 …sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl, const ::com::sun…
165 …void NotifyStatusChanged(const ::com::sun::star::util::URL& aUrl, const xlistener_type & xControl
167 …sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl = ::com::sun::sta…
/trunk/main/scripting/source/dlgprov/
H A Ddlgprov.cxx785 …Reference < XControl > xControl = DialogProviderImpl::createDialogImpl( URL, xDummyHandler, xDummy… in createDialog() local
786 Reference< XDialog > xDialog( xControl, UNO_QUERY ); in createDialog()
801 …Reference < XControl > xControl = DialogProviderImpl::createDialogImpl( URL, xHandler, xDummyPeer,… in createDialogWithHandler() local
802 Reference< XDialog > xDialog( xControl, UNO_QUERY ); in createDialogWithHandler()
826 …Reference < XControl > xControl = DialogProviderImpl::createDialogImpl( URL, xHandler, xParentPeer… in createDialogWithArguments() local
827 Reference< XDialog > xDialog( xControl, UNO_QUERY ); in createDialogWithArguments()
843 …Reference < XControl > xControl = DialogProviderImpl::createDialogImpl( URL, xHandler, xParent, fa… in createContainerWindow() local
844 Reference< XWindow> xWindow( xControl, UNO_QUERY ); in createContainerWindow()
/trunk/main/framework/inc/dispatch/
H A Dmenudispatcher.hxx180 …oid SAL_CALL addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& xControl,
197 … SAL_CALL removeStatusListener( const css::uno::Reference< css::frame::XStatusListener >& xControl,
308 …arameter_addStatusListener ( const css::uno::Reference< css::frame::XStatusListener >& xControl ,
310 …meter_removeStatusListener ( const css::uno::Reference< css::frame::XStatusListener >& xControl ,
/trunk/main/wizards/com/sun/star/wizards/document/
H A DControl.java48 XControl xControl; field in Control
114 xControl = oFormHandler.xControlAccess.getControl(xControlModel); in createControl()
115 xControlPropertySet = UnoRuntime.queryInterface( XPropertySet.class, xControl ); in createControl()
116 xWindowPeer = xControl.getPeer(); in createControl()
279 return UnoRuntime.queryInterface(XLayoutConstrains.class, xControl.getPeer()); in getPeer()
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DListenerHelper.cxx40 const Reference < XStatusListener > xControl, in AddListener()
50 aListeners[i].aContainer[aCommand].push_back( xControl ); in AddListener()
55 const Reference < XStatusListener > xControl, in RemoveListener()
67 if ( (*aIter) == xControl ) in RemoveListener()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx553 uno::Reference< awt::XControl > xControl(xMgr->createInstance( aControlName ), UNO_QUERY ); in AddXControl() local
554 if ( xControl.is() ) in AddXControl()
556 xControl->setModel( xCtrModel); in AddXControl()
559 xCtrlContnr->addControl(rName, xControl); in AddXControl()
560 uno::Reference< awt::XWindow > xCtrWin(xControl, UNO_QUERY ); in AddXControl()
571 xControl->setDesignMode( sal_True ); in AddXControl()
853 uno::Reference< awt::XControl > xControl( aControls[ nCtrlIndex ], UNO_QUERY ); in HandleShortCutKey() local
854 …DBG_ASSERT( xControl.is(), "-BibGeneralPage::HandleShortCutKey(): a control which is not a control… in HandleShortCutKey()
856 Window* pWindow = VCLUnoHelper::GetWindow( xControl->getPeer() ); in HandleShortCutKey()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx117 uno::Reference<awt::XWindow> xControl; in initControls() local
118 xControl.set(xControls->getControl( in initControls()
121 xControl->setVisible(sal_False); in initControls()
122 xControl.set(xControls->getControl( in initControls()
125 xControl->setVisible(sal_False); in initControls()
126 xControl.set(xControls->getControl( in initControls()
129 xControl->setVisible(sal_False); in initControls()
/trunk/main/sw/source/ui/uno/
H A Dunodispatch.cxx303 …const uno::Reference< frame::XStatusListener >& xControl, const util::URL& aURL ) throw(uno::Runti… in addStatusListener()
334 xControl->statusChanged( aEvent ); in addStatusListener()
338 aStatus.xListener = xControl; in addStatusListener()
354 …const uno::Reference< frame::XStatusListener >& xControl, const util::URL& ) throw(uno::RuntimeEx… in removeStatusListener()
360 if(aStatus.xListener.get() == xControl.get()) in removeStatusListener()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx1301 Reference< XControl > xControl( m_xController->getCurrentControl() ); in impl_getCurrentControlModel_throw() local
1304 Reference< XGrid > xGrid( xControl, UNO_QUERY ); in impl_getCurrentControlModel_throw()
1309 Reference< XIndexAccess > xColumns( xControl->getModel(), UNO_QUERY_THROW ); in impl_getCurrentControlModel_throw()
1316 else if ( xControl.is() ) in impl_getCurrentControlModel_throw()
1318 xControlModel = xControl->getModel(); in impl_getCurrentControlModel_throw()
1485 Reference< XControl > xControl = m_xController->getCurrentControl(); in impl_executeAutoSort_throw() local
1486 … if ( !xControl.is() || !impl_commitCurrentControl_throw() || !impl_commitCurrentRecord_throw() ) in impl_executeAutoSort_throw()
1554 Reference< XControl > xControl = m_xController->getCurrentControl(); in impl_executeAutoFilter_throw() local
1555 … if ( !xControl.is() || !impl_commitCurrentControl_throw() || !impl_commitCurrentRecord_throw() ) in impl_executeAutoFilter_throw()
/trunk/main/framework/source/dispatch/
H A Dpopupmenudispatcher.cxx289 const uno::Reference< XStatusListener >& xControl, in addStatusListener()
297 m_aListenerContainer.addInterface( aURL.Complete, xControl ); in addStatusListener()
305 const uno::Reference< XStatusListener >& xControl, in removeStatusListener()
313 m_aListenerContainer.removeInterface( aURL.Complete, xControl ); in removeStatusListener()
/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/
H A DSampleDialog.java199 XControl xControl = ( XControl )UnoRuntime.queryInterface( in createDialog() local
203 xControl.setModel( xControlModel ); in createDialog()
219 XWindow.class, xControl ); in createDialog()
221 xControl.createPeer( xToolkit, null ); in createDialog()

Completed in 304 milliseconds

1234567