Home
last modified time | relevance | path

Searched refs:OControl (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/forms/source/component/
H A DFormComponent.cxx146 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()
[all …]
H A Dclickableimage.cxx81 … aTypes = concatSequences(OControl::_getTypes(), OClickableImageBaseControl_BASE::getTypes()); in _getTypes()
87 :OControl(_rxFactory, _aService) in OClickableImageBaseControl()
110 Any aReturn = OControl::queryAggregation(_rType); in queryAggregation()
162 OControl::disposing(); in disposing()
380 Sequence< ::rtl::OUString > aSupported = OControl::getSupportedServiceNames(); in getSupportedServiceNames()
H A Dclickableimage.hxx183 ,public OControl
208 using OControl::disposing;
218 DECLARE_UNO3_AGG_DEFAULTS(OClickableImageBaseControl, OControl);
H A DGroupBox.cxx153 :OControl(_rxFactory, VCL_CONTROL_GROUPBOX) in OGroupBoxControl()
160 StringSequence aSupported = OControl::getSupportedServiceNames(); in getSupportedServiceNames()
H A DGroupBox.hxx65 class OGroupBoxControl : public OControl
H A DImageButton.hxx86 { OControl::disposing(_rSource); } in disposing()
H A DButton.cxx429 OControl::disposing( _rSource ); in disposing()
H A DFilter.cxx252 OControl::initFormControlPeer( getPeer() ); in createPeer()
/AOO41X/main/forms/source/inc/
H A DFormComponent.hxx171 class OControl :public ::cppu::OComponentHelper class
210 OControl(
222 virtual ~OControl();
234 DECLARE_UNO3_AGG_DEFAULTS(OControl, OComponentHelper);
291 class OBoundControl :public OControl
311 DECLARE_UNO3_AGG_DEFAULTS(OBoundControl, OControl);
418 DECLARE_UNO3_AGG_DEFAULTS(OControl, OComponentHelper);
/AOO41X/main/forms/source/richtext/
H A Drichtextcontrol.cxx220 OControl::initFormControlPeer( getPeer() ); in createPeer()
274 OControl::initFormControlPeer( getPeer() ); in createPeer()
/AOO41X/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx210 OControl::initFormControlPeer( getPeer() ); in createPeer()