Lines Matching refs:OControl

146 OControl::OControl( const Reference< XMultiServiceFactory >& _rxFactory, const rtl::OUString& _rAgg…  in DBG_NAME()
166 OControl::~OControl() in ~OControl()
173 void OControl::doResetDelegator() in doResetDelegator()
180 void OControl::doSetDelegator() in doSetDelegator()
194 Any SAL_CALL OControl::queryAggregation( const Type& _rType ) throw(RuntimeException) in queryAggregation()
211 Sequence<sal_Int8> SAL_CALL OControl::getImplementationId() throw(RuntimeException) in getImplementationId()
217 Sequence<Type> SAL_CALL OControl::getTypes() throw(RuntimeException) in getTypes()
229 Sequence<Type> OControl::_getTypes() in _getTypes()
235 void OControl::initFormControlPeer( const Reference< XWindowPeer >& /*_rxPeer*/ ) in initFormControlPeer()
242 void OControl::disposing() in disposing()
255 sal_Bool SAL_CALL OControl::supportsService(const rtl::OUString& _rsServiceName) throw ( RuntimeExc… in supportsService()
266 Sequence< ::rtl::OUString > OControl::getAggregateServiceNames() in getAggregateServiceNames()
276 Sequence<rtl::OUString> SAL_CALL OControl::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
285 Sequence< ::rtl::OUString > SAL_CALL OControl::getSupportedServiceNames_Static() throw( RuntimeExce… in getSupportedServiceNames_Static()
293 void SAL_CALL OControl::disposing(const com::sun::star::lang::EventObject& _rEvent) throw (RuntimeE… in disposing()
309 void SAL_CALL OControl::setContext(const Reference< XInterface >& Context) throw (RuntimeException) in setContext()
316 Reference< XInterface > SAL_CALL OControl::getContext() throw (RuntimeException) in getContext()
322 void OControl::impl_resetStateGuard_nothrow() in impl_resetStateGuard_nothrow()
339 void SAL_CALL OControl::createPeer(const Reference<XToolkit>& _rxToolkit, const Reference<XWindowPe… in createPeer()
352 Reference<XWindowPeer> SAL_CALL OControl::getPeer() throw ( RuntimeException) in getPeer()
358 sal_Bool SAL_CALL OControl::setModel(const Reference<XControlModel>& Model) throw ( RuntimeExceptio… in setModel()
369 Reference<XControlModel> SAL_CALL OControl::getModel() throw ( RuntimeException) in getModel()
375 Reference<XView> SAL_CALL OControl::getView() throw ( RuntimeException) in getView()
381 void SAL_CALL OControl::setDesignMode(sal_Bool bOn) throw ( RuntimeException) in setDesignMode()
388 sal_Bool SAL_CALL OControl::isDesignMode() throw ( RuntimeException) in isDesignMode()
394 sal_Bool SAL_CALL OControl::isTransparent() throw ( RuntimeException) in isTransparent()
406 :OControl( _rxFactory, _rAggregateService, _bSetDelegator ) in OBoundControl()
422 return TypeBag( OControl::_getTypes(), OBoundControl_BASE::getTypes() ).getTypes(); in _getTypes()
431 aReturn = OControl::queryAggregation( _rType ); in queryAggregation()
440 aReturn = OControl::queryAggregation( _rType ); in queryAggregation()
483 return OControl::setModel( _rxModel ); in setModel()
490 OControl::disposing(Source); in disposing()
496 OControl::disposing(); in disposing()