Lines Matching refs:XControl

113     using ::com::sun::star::awt::XControl;
226 Reference< XControl > xFirstControlWithInputRequired;
261 void initializeControls( const Sequence< Reference< XControl > >& _rControls );
342 void ColumnInfoCache::initializeControls( const Sequence< Reference< XControl > >& _rControls ) in initializeControls()
359 const Reference< XControl >* pControl( _rControls.getConstArray() ); in initializeControls()
360 const Reference< XControl >* pControlEnd( pControl + _rControls.getLength() ); in initializeControls()
868 Reference< XControl > xControl( condition->first, UNO_QUERY_THROW ); in getFastPropertyValue()
999 Reference< XControl > FormController::getFilterComponent( ::sal_Int32 _Component ) throw( RuntimeEx… in getFilterComponent()
1007 return Reference< XControl >( m_aFilterComponents[ _Component ], UNO_QUERY ); in getFilterComponent()
1176 Reference< XControl > xControl(e.Source, UNO_QUERY); in disposing()
1303 Reference< XControl > xControl = findControl(m_aControls,xControlModel,sal_False,sal_False); in propertyChange()
1360 …ormController::replaceControl( const Reference< XControl >& _rxExistentControl, const Reference< X… in replaceControl()
1375 … Reference< XControl > xCheck( xContainer->getByIdentifier( *pIdentifiers ), UNO_QUERY ); in replaceControl()
1415 Reference< XControl > xDisposeIt( bSuccess ? _rxExistentControl : _rxNewControl ); in replaceControl()
1426 Sequence< Reference< XControl > > aControlsCopy( m_aControls ); in toggleAutoFields()
1427 const Reference< XControl >* pControls = aControlsCopy.getConstArray(); in toggleAutoFields()
1437 Reference< XControl > xControl = pControls[--i]; in toggleAutoFields()
1465 Reference< XControl > xControl = pControls[--i]; in toggleAutoFields()
1483 … Reference< XControl > xNewControl( m_aContext.createComponent( sServiceName ), UNO_QUERY ); in toggleAutoFields()
1687 Reference< XControl > xControl(e.Source, UNO_QUERY); in focusGained()
1693 … m_bCommitLock = m_bCommitLock && (XControl*)xControl.get() != (XControl*)m_xCurrentControl.get(); in focusGained()
1807 Reference< XControl > xCurrentControl( m_xCurrentControl ); in focusGained()
1842 Reference< XControl > xControl(e.Source, UNO_QUERY); in focusLost()
1844 Reference< XControl > xNextControl = isInList(xNext); in focusLost()
1879 …Reference< XControl > xControl( findControl( m_aControls, Reference< XControlModel >( _rSource.Sou… in componentValidityChanged()
2014 void FormController::addToEventAttacher(const Reference< XControl > & xControl) in addToEventAttacher()
2042 void FormController::removeFromEventAttacher(const Reference< XControl > & xControl) in removeFromEventAttacher()
2094 const Reference< XControl >* pControls = m_aControls.getConstArray(); in setContainer()
2095 const Reference< XControl >* pControlsEnd = pControls + m_aControls.getLength(); in setContainer()
2114 Sequence< Reference< XControl > > aAllControls = xContainer->getControls(); in setContainer()
2117 m_aControls = Sequence< Reference< XControl > >( nCount ); in setContainer()
2118 Reference< XControl > * pControls = m_aControls.getArray(); in setContainer()
2124 … Reference< XControl > xControl = findControl( aAllControls, *pModels, sal_False, sal_True ); in setContainer()
2167 Sequence< Reference< XControl > > FormController::getControls(void) throw( RuntimeException ) in getControls()
2182 Sequence< Reference< XControl > > aNewControls(nModels); in getControls()
2184 Reference< XControl > * pControls = aNewControls.getArray(); in getControls()
2185 Reference< XControl > xControl; in getControls()
2229 void FormController::setControlLock(const Reference< XControl > & xControl) in setControlLock()
2287 const Reference< XControl >* pControls = m_aControls.getConstArray(); in setLocks()
2288 const Reference< XControl >* pControlsEnd = pControls + m_aControls.getLength(); in setLocks()
2296 …bool lcl_shouldListenForModifications( const Reference< XControl >& _rxControl, const Reference< X… in lcl_shouldListenForModifications()
2324 void FormController::startControlModifyListening(const Reference< XControl > & xControl) in startControlModifyListening()
2373 void FormController::stopControlModifyListening(const Reference< XControl > & xControl) in stopControlModifyListening()
2427 const Reference< XControl >* pControls = m_aControls.getConstArray(); in startListening()
2428 const Reference< XControl >* pControlsEnd = pControls + m_aControls.getLength(); in startListening()
2440 const Reference< XControl >* pControls = m_aControls.getConstArray(); in stopListening()
2441 const Reference< XControl >* pControlsEnd = pControls + m_aControls.getLength(); in stopListening()
2448 Reference< XControl > FormController::findControl(Sequence< Reference< XControl > >& _rControls, c… in findControl()
2453 Reference< XControl >* pControls = _rControls.getArray(); in findControl()
2462 Reference< XControl > xControl( *pControls ); in findControl()
2466 *pControls = Reference< XControl >(); in findControl()
2471 return Reference< XControl > (); in findControl()
2475 void FormController::implControlInserted( const Reference< XControl>& _rxControl, bool _bAddToEvent… in implControlInserted()
2514 void FormController::implControlRemoved( const Reference< XControl>& _rxControl, bool _bRemoveFromE… in implControlRemoved()
2545 void FormController::implSetCurrentControl( const Reference< XControl >& _rxControl ) in implSetCurrentControl()
2562 void FormController::insertControl(const Reference< XControl > & xControl) in insertControl()
2582 void FormController::removeControl(const Reference< XControl > & xControl) in removeControl()
2585 const Reference< XControl >* pControls = m_aControls.getConstArray(); in removeControl()
2586 const Reference< XControl >* pControlsEnd = pControls + m_aControls.getLength(); in removeControl()
2765 const Reference< XControl >* pControls = m_aControls.getConstArray(); in removeBoundFieldListener()
2766 const Reference< XControl >* pControlsEnd = pControls + m_aControls.getLength(); in removeBoundFieldListener()
2882 Reference< XControl > xControl( evt.Element, UNO_QUERY ); in elementInserted()
2943 Reference< XControl > xControl; in elementRemoved()
2965 Reference< XControl > FormController::isInList(const Reference< XWindowPeer > & xPeer) const in isInList()
2968 const Reference< XControl >* pControls = m_aControls.getConstArray(); in isInList()
2980 return Reference< XControl > (); in isInList()
3016 Reference< XControl> SAL_CALL FormController::getCurrentControl(void) throw( RuntimeException ) in getCurrentControl()
3304 Sequence< Reference< XControl > > aControlsCopy( m_aControls ); in startFiltering()
3305 const Reference< XControl >* pControls = aControlsCopy.getConstArray(); in startFiltering()
3319 Reference< XControl > xControl = pControls[--i]; in startFiltering()
3340 Reference< XControl > xSubControl; in startFiltering()
3388 Reference< XControl > xFilterControl( in startFiltering()
3440 Sequence< Reference< XControl > > aControlsCopy( m_aControls ); in stopFiltering()
3441 const Reference< XControl > * pControls = aControlsCopy.getConstArray(); in stopFiltering()
3450 Reference< XControl > xControl = pControls[--i]; in stopFiltering()
3483 … Reference< XControl > xNewControl( m_aContext.createComponent( sServiceName ), UNO_QUERY ); in stopFiltering()
3587 Reference< XControl > xContainerControl( getContainer(), UNO_QUERY_THROW ); in getDialogParentWindow()
3640 Reference< XControl > FormController::locateControl( const Reference< XControlModel >& _rxModel ) S… in locateControl()
3644 Sequence< Reference< XControl > > aControls( getControls() ); in locateControl()
3645 const Reference< XControl >* pControls = aControls.getConstArray(); in locateControl()
3646 … const Reference< XControl >* pControlsEnd = aControls.getConstArray() + aControls.getLength(); in locateControl()
3669 …void displayErrorSetFocus( const String& _rMessage, const Reference< XControl >& _rxFocusControl, … in displayErrorSetFocus()
3756 Reference< XControl > xControl( locateControl( xInvalidModel ) ); in approveRowChange()
3799 Reference< XControl > xControl( rColInfo.xFirstControlWithInputRequired ); in approveRowChange()