Searched refs:_rControls (Results 1 – 5 of 5) sorted by relevance
57 …rence< report::XSection >& _xSection,::std::vector< uno::Reference< drawing::XShape> >& _rControls) in lcl_collectElements() argument62 _rControls.reserve(nCount); in lcl_collectElements()66 _rControls.push_back(xShape); in lcl_collectElements()
839 …rence< XControl > lcl_firstFocussableControl( const Sequence< Reference< XControl > >& _rControls ) in lcl_firstFocussableControl() argument844 const Reference< XControl >* pControls = _rControls.getConstArray(); in lcl_firstFocussableControl()845 const Reference< XControl >* pControlsEnd = _rControls.getConstArray() + _rControls.getLength(); in lcl_firstFocussableControl()858 if ( !xReturn.is() && _rControls.getLength() ) in lcl_firstFocussableControl()859 xReturn = _rControls[0]; in lcl_firstFocussableControl()
261 void initializeControls( const Sequence< Reference< XControl > >& _rControls );342 void ColumnInfoCache::initializeControls( const Sequence< Reference< XControl > >& _rControls ) in initializeControls() argument359 const Reference< XControl >* pControl( _rControls.getConstArray() ); in initializeControls()360 const Reference< XControl >* pControlEnd( pControl + _rControls.getLength() ); in initializeControls()2448 Reference< XControl > FormController::findControl(Sequence< Reference< XControl > >& _rControls, c… in findControl() argument2453 Reference< XControl >* pControls = _rControls.getArray(); in findControl()2455 for ( sal_Int32 i = 0, nCount = _rControls.getLength(); i < nCount; ++i, ++pControls ) in findControl()2464 ::comphelper::removeElementAt( _rControls, i ); in findControl()
643 …rBase::setControlModels( const Sequence< Reference< XControlModel > >& _rControls ) throw (Runtime… in setControlModels() argument648 const Reference< XControlModel >* pControls = _rControls.getConstArray( ); in setControlModels()649 …const Reference< XControlModel >* pControlsEnd = _rControls.getConstArray( ) + _rControls.getLengt… in setControlModels()
295 …::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > >& _rControls) throw(::com::su…
Completed in 52 milliseconds