Home
last modified time | relevance | path

Searched refs:getControls (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/toolkit/source/controls/
H A Dstdtabcontroller.cxx142 Sequence< Reference< XControl > > aCtrls = xTabController->getControls(); in ImplActivateControl()
210 Sequence< Reference< XControl > > StdTabController::getControls( ) throw(RuntimeException) in getControls() function in StdTabController
221 Sequence< Reference< XControl > > xCtrls = mxControlContainer->getControls(); in getControls()
250 Sequence< Reference< XControl > > aControls = xTabController->getControls(); in autoTabOrder()
326 Sequence< Reference< XControl > > aControls = xTabController->getControls(); in activateTabOrder()
344 aControls = xTabController->getControls(); in activateTabOrder()
H A Dunocontrolcontainer.cxx112 size_t getControls( uno::Sequence< uno::Reference< awt::XControl > >& _out_rControls ) const;
199 size_t UnoControlHolderList::getControls( uno::Sequence< uno::Reference< awt::XControl > >& _out_rC… in getControls() function in UnoControlHolderList
337 aCtrls = xControlContainer->getControls(); in implUpdateVisibility()
456 uno::Sequence< uno::Reference< awt::XControl > > aCtrls = getControls(); in dispose()
612 uno::Sequence< uno::Reference< awt::XControl > > UnoControlContainer::getControls( ) throw(uno::Ru… in getControls() function in UnoControlContainer
616 mpControls->getControls( aControls ); in getControls()
804 uno::Sequence< uno::Reference< awt::XControl > > aCtrls = getControls(); in createPeer()
H A Dcontrolmodelcontainerbase.cxx1364 Sequence< Reference< XControl > > aControls = getControls(); in ImplRemoveControl()
1480 Sequence< Reference< XControl > > aControls = getControls(); in setModel()
1545 Sequence< Reference< XControl > > xCtrls = getControls(); in setDesignMode()
1662 Sequence<Reference<XControl> > aControlSequence(getControls()); in ImplModelPropertiesChanged()
1729 const Sequence< Reference< awt::XControl > > aSeq = xContainer->getControls(); in lcl_ApplyResolverToNestedContainees()
H A Dtabpagecontainer.cxx324 Sequence< Reference< XControl > > aControls = getControls(); in updateFromModel()
/trunk/main/svx/source/form/
H A Dlegacyformcontroller.cxx100 virtual Sequence< Reference< XControl > > SAL_CALL getControls( ) throw (RuntimeException);
158 …Sequence< Reference< XControl > > SAL_CALL LegacyFormController::getControls( ) throw (RuntimeExc… in getControls() function in svxform::LegacyFormController
160 return m_xDelegator->getControls(); in getControls()
H A Dfmtextcontrolshell.cxx1129 Sequence< Reference< XControl > > aControls( _rxController->getControls() ); in startControllerListening()
1224 aActiveControls = m_xActiveController->getControls(); in controlActivated()
H A Dformcontroller.cxx2114 Sequence< Reference< XControl > > aAllControls = xContainer->getControls(); in setContainer()
2167 Sequence< Reference< XControl > > FormController::getControls(void) throw( RuntimeException ) in getControls() function in svxform::FormController
3644 Sequence< Reference< XControl > > aControls( getControls() ); in locateControl()
3773 m_pColumnInfoCache->initializeControls( getControls() ); in approveRowChange()
H A Dfmvwimp.cxx949 Sequence< Reference< XControl > > aControls( xTabController->getControls() );
961 aControls = xTabController->getControls();
H A Dfmshimp.cxx1279 Sequence< Reference< XControl> > aControls( xControlContainer->getControls() ); in executeControlConversionSlot()
2930 Sequence< Reference< XControl > > seqControls( xControlContainer->getControls() ); in impl_getControl()
3386 Sequence< Reference< XControl> > aCurrentControls(xCurrentNavController->getControls()); in CreateExternalView()
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx167 Sequence< Reference< XControl > > seqControlList = getControls(); in createPeer()
227 Sequence< Reference< XControl > > seqCtrls = getControls(); in dispose()
444 Sequence< Reference< XControl > > SAL_CALL BaseContainerControl::getControls () throw( RuntimeExcep… in getControls() function in unocontrols::BaseContainerControl
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XContainer.java267 int precount = CC.getControls().length; in performChanges2()
270 int count = CC.getControls().length; in performChanges2()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.awt.TabController.csv5 "TabController";"com::sun::star::awt::XTabController";"getControls()"
H A Dcom.sun.star.awt.UnoControlContainer.csv2 "UnoControlContainer";"com::sun::star::awt::XControlContainer";"getControls()"
H A Dcom.sun.star.awt.UnoControlDialog.csv2 "UnoControlDialog";"com::sun::star::awt::XControlContainer";"getControls()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XControlContainer.java134 XControl[] xCtrls = oObj.getControls(); in _getControls()
H A D_XTabController.java120 XControl[] aControl = oObj.getControls(); in _getControls()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/
H A D_XFormController.java141 XControl[] children = oObj.getControls() ; in _getCurrentControl()
/trunk/main/extensions/source/bibliography/
H A Dformcontrolcontainer.cxx117 aControls = xControlCont->getControls(); in implSetDesignMode()
/trunk/main/offapi/com/sun/star/awt/
H A DXControlContainer.idl56 sequence<com::sun::star::awt::XControl> getControls();
H A DXTabController.idl81 sequence<com::sun::star::awt::XControl> getControls();
/trunk/main/UnoControls/inc/
H A Dbasecontainercontrol.hxx390 …virtual UNO3_SEQUENCE< UNO3_REFERENCE< UNO3_XCONTROL > > SAL_CALL getControls() throw( UNO3_RUNTIM…
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dorg.openoffice.comp.dbu.ODatasourceBrowser.csv15 "ODatasourceBrowser";"com::sun::star::awt::XTabController#optional";"getControls()"
/trunk/main/toolkit/inc/toolkit/controls/
H A Dstdtabcontroller.hxx77 …un::star::uno::Reference< ::com::sun::star::awt::XControl > > SAL_CALL getControls( ) throw(::com…
H A Dunocontrolcontainer.hxx96 …un::star::uno::Reference< ::com::sun::star::awt::XControl > > SAL_CALL getControls( ) throw(::com…
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx81 uno::Sequence< uno::Reference< awt::XControl > > sXControls = mxDialog->getControls(); in ControlArrayWrapper()

Completed in 118 milliseconds

12