Searched refs:ODateControl (Results 1 – 11 of 11) sorted by relevance
4 "ODateControl";"com::sun::star::awt::XView";"setGraphics()"5 "ODateControl";"com::sun::star::awt::XView";"getGraphics()"6 "ODateControl";"com::sun::star::awt::XView";"getSize()"7 "ODateControl";"com::sun::star::awt::XView";"draw()"8 "ODateControl";"com::sun::star::awt::XView";"setZoom()"11 "ODateControl";"com::sun::star::lang::XComponent";"dispose()"14 "ODateControl";"com::sun::star::awt::XDateField";"setDate()"16 "ODateControl";"com::sun::star::awt::XDateField";"setMin()"17 "ODateControl";"com::sun::star::awt::XDateField";"getMin()"18 "ODateControl";"com::sun::star::awt::XDateField";"setMax()"[all …]
53 ODateControl::ODateControl(const Reference<XMultiServiceFactory>& _rxFactory) in ODateControl() function in frm::ODateControl61 return *(new ODateControl(_rxFactory)); in ODateControl_CreateInstance()65 Sequence<Type> ODateControl::_getTypes() in _getTypes()71 StringSequence SAL_CALL ODateControl::getSupportedServiceNames() throw() in getSupportedServiceNames()
110 class ODateControl: public OBoundControl class116 …ODateControl(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>…117 DECLARE_UNO3_AGG_DEFAULTS(ODateControl, OBoundControl);120 IMPLEMENTATION_NAME(ODateControl);
128 ODateControl::ODateControl( Window* pParent, WinBits nWinStyle ) in ODateControl() function in pcr::ODateControl144 …void SAL_CALL ODateControl::setValue( const Any& _rValue ) throw (IllegalTypeException, RuntimeExc… in setValue()160 Any SAL_CALL ODateControl::getValue() throw (RuntimeException) in getValue()173 Type SAL_CALL ODateControl::getValueType() throw (RuntimeException) in getValueType()
121 class ODateControl : public ODateControl_Base class124 ODateControl( Window* pParent, WinBits nWinStyle );
836 xControl = new ODateControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_SPIN | WB_REPEAT ); in createPropertyControl()
82 forms.ODateControl::com::sun::star::awt::XWindow110 forms.ODateControl::com::sun::star::awt::XView
30 -o forms.ODateControl
65 DECLARE_SERVICE_INFO(ODateControl)246 REGISTER_CLASS2(ODateControl, STARDIV_ONE_FORM_CONTROL_DATEFIELD, FRM_SUN_CONTROL_DATEFIELD); in ensureClassInfos()
97 public class ODateControl extends TestCase { class
24 job25=forms.ODateControl
Completed in 67 milliseconds