Home
last modified time | relevance | path

Searched refs:OBoundControl (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/forms/source/component/
H A DEdit.cxx81 aTypes = concatSequences(OBoundControl::_getTypes(), OEditControl_BASE::getTypes()); in _getTypes()
89 Any aReturn = OBoundControl::queryAggregation(_rType); in queryAggregation()
99 :OBoundControl( _rxFactory, FRM_SUN_CONTROL_RICHTEXTCONTROL ) in OEditControl()
149 OBoundControl::disposing(); in disposing()
159 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames()
171 OBoundControl::disposing(Source); in disposing()
278 OBoundControl::createPeer(_rxToolkit, _rxParent); in createPeer()
H A DImageControl.cxx718 OBoundControl::_getTypes(), in _getTypes()
725 :OBoundControl(_rxFactory, VCL_CONTROL_IMAGECONTROL) in OImageControlControl()
742 Any aReturn = OBoundControl::queryAggregation( _rType ); in queryAggregation()
756 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames()
782 OBoundControl::disposing(); in disposing()
788 OBoundControl::disposing( _Event ); in disposing()
H A DFormComponent.cxx404 OBoundControl::OBoundControl( const Reference< XMultiServiceFactory >& _rxFactory, in OBoundControl() function in frm::OBoundControl
415 OBoundControl::~OBoundControl() in ~OBoundControl()
420 Sequence< Type> OBoundControl::_getTypes() in _getTypes()
425 Any SAL_CALL OBoundControl::queryAggregation(const Type& _rType) throw(RuntimeException) in queryAggregation()
446 sal_Bool SAL_CALL OBoundControl::getLock() throw(RuntimeException) in getLock()
452 void SAL_CALL OBoundControl::setLock(sal_Bool _bLock) throw(RuntimeException) in setLock()
463 void OBoundControl::_setLock(sal_Bool _bLock) in _setLock()
481 sal_Bool SAL_CALL OBoundControl::setModel( const Reference< XControlModel >& _rxModel ) throw (Runt… in setModel()
487 void SAL_CALL OBoundControl::disposing(const EventObject& Source) throw (RuntimeException) in disposing()
494 void OBoundControl::disposing() in disposing()
H A DNumeric.cxx52 :OBoundControl(_rxFactory, VCL_CONTROL_NUMERICFIELD) in ONumericControl()
59 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames()
77 return OBoundControl::_getTypes(); in _getTypes()
H A DCurrency.cxx53 :OBoundControl(_rxFactory, VCL_CONTROL_CURRENCYFIELD) in OCurrencyControl()
66 return OBoundControl::_getTypes(); in _getTypes()
72 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames()
H A DPattern.cxx57 :OBoundControl(_rxFactory, VCL_CONTROL_PATTERNFIELD) in OPatternControl()
70 return OBoundControl::_getTypes(); in _getTypes()
76 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames()
H A DFormattedField.cxx201 OBoundControl::_getTypes() in _getTypes()
208 Any aReturn = OBoundControl::queryAggregation(_rType); in queryAggregation()
218 :OBoundControl(_rxFactory, VCL_CONTROL_FORMATTEDFIELD) in OFormattedControl()
253 OBoundControl::disposing(_rSource); in disposing()
330 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames()
341 OBoundControl::setDesignMode(bOn); in setDesignMode()
H A DDate.cxx54 :OBoundControl(_rxFactory, VCL_CONTROL_DATEFIELD) in ODateControl()
67 return OBoundControl::_getTypes(); in _getTypes()
73 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames()
H A DFormattedField.hxx154 class OFormattedControl : public OBoundControl
163 DECLARE_UNO3_AGG_DEFAULTS(OFormattedControl, OBoundControl);
183 using OBoundControl::disposing;
H A DTime.cxx61 :OBoundControl(_rxFactory, VCL_CONTROL_TIMEFIELD) in OTimeControl()
74 return OBoundControl::_getTypes(); in _getTypes()
80 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames()
H A DRadioButton.cxx64 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames()
75 :OBoundControl(_rxFactory, VCL_CONTROL_RADIOBUTTON) in ORadioButtonControl()
82 OBoundControl::createPeer(_rxToolkit, _rxParent); in createPeer()
H A DListBox.cxx1462 OBoundControl::_getTypes(), in _getTypes()
1475 aReturn = OBoundControl::queryAggregation( _rType ); in queryAggregation()
1483 :OBoundControl( _rxFactory, VCL_CONTROL_LISTBOX, sal_False ) in OListBoxControl()
1528 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames()
1628 OBoundControl::disposing(_rSource); in disposing()
1665 OBoundControl::disposing(); in disposing()
H A DDate.hxx110 class ODateControl: public OBoundControl
117 DECLARE_UNO3_AGG_DEFAULTS(ODateControl, OBoundControl);
H A DTime.hxx110 class OTimeControl: public OBoundControl
117 DECLARE_UNO3_AGG_DEFAULTS(OTimeControl, OBoundControl);
H A DCheckBox.cxx57 :OBoundControl(_rxFactory, VCL_CONTROL_CHECKBOX) in OCheckBoxControl()
70 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames()
H A DEdit.hxx131 class OEditControl : public OBoundControl
144 DECLARE_UNO3_AGG_DEFAULTS(OEditControl, OBoundControl);
H A DImageControl.hxx156 class OImageControlControl : public OBoundControl
169 DECLARE_UNO3_AGG_DEFAULTS( OImageControlControl, OBoundControl );
H A DListBox.hxx195 class OListBoxControl :public OBoundControl
221 DECLARE_UNO3_AGG_DEFAULTS(OListBoxControl, OBoundControl);
H A DComboBox.cxx892 :OBoundControl(_rxFactory, VCL_CONTROL_COMBOBOX) in OComboBoxControl()
899 StringSequence aSupported = OBoundControl::getSupportedServiceNames(); in getSupportedServiceNames()
H A DCurrency.hxx80 class OCurrencyControl: public OBoundControl
H A DNumeric.hxx77 class ONumericControl: public OBoundControl
H A DPattern.hxx86 class OPatternControl: public OBoundControl
H A DCheckBox.hxx72 class OCheckBoxControl : public OBoundControl
H A DRadioButton.hxx88 class ORadioButtonControl: public OBoundControl
/trunk/main/forms/source/inc/
H A DFormComponent.hxx291 class OBoundControl :public OControl class
303 OBoundControl(
309 virtual ~OBoundControl();
311 DECLARE_UNO3_AGG_DEFAULTS(OBoundControl, OControl);

Completed in 115 milliseconds

12