Searched refs:VCLXTimeField (Results 1 – 5 of 5) sorted by relevance
4824 void VCLXTimeField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()4859 VCLXTimeField::VCLXTimeField() in VCLXTimeField() function in VCLXTimeField4863 VCLXTimeField::~VCLXTimeField() in ~VCLXTimeField()4886 IMPL_XTYPEPROVIDER_START( VCLXTimeField )4908 sal_Int32 VCLXTimeField::getTime() throw(::com::sun::star::uno::RuntimeException) in getTime()4929 sal_Int32 VCLXTimeField::getMin() throw(::com::sun::star::uno::RuntimeException) in getMin()4950 sal_Int32 VCLXTimeField::getMax() throw(::com::sun::star::uno::RuntimeException) in getMax()4971 sal_Int32 VCLXTimeField::getFirst() throw(::com::sun::star::uno::RuntimeException) in getFirst()4992 sal_Int32 VCLXTimeField::getLast() throw(::com::sun::star::uno::RuntimeException) in getLast()5004 void VCLXTimeField::setEmpty() throw(::com::sun::star::uno::RuntimeException) in setEmpty()[all …]
945 *ppNewComp = new VCLXTimeField; in ImplCreateWindow()
93 case WINDOW_TIMEFIELD: return new VCLXTimeField; in CreateXWindow()
924 class VCLXTimeField : public ::com::sun::star::awt::XTimeField, class930 VCLXTimeField();931 ~VCLXTimeField();
3459 UNO_CONTROL_MODEL_REGISTER_PROPERTIES( VCLXTimeField ); in UnoControlTimeFieldModel()
Completed in 76 milliseconds