Searched refs:VCLXTimeField (Results 1 – 5 of 5) sorted by relevance
4818 void VCLXTimeField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()4853 VCLXTimeField::VCLXTimeField() in VCLXTimeField() function in VCLXTimeField4857 VCLXTimeField::~VCLXTimeField() in ~VCLXTimeField()4880 IMPL_XTYPEPROVIDER_START( VCLXTimeField )4902 sal_Int32 VCLXTimeField::getTime() throw(::com::sun::star::uno::RuntimeException) in getTime()4923 sal_Int32 VCLXTimeField::getMin() throw(::com::sun::star::uno::RuntimeException) in getMin()4944 sal_Int32 VCLXTimeField::getMax() throw(::com::sun::star::uno::RuntimeException) in getMax()4965 sal_Int32 VCLXTimeField::getFirst() throw(::com::sun::star::uno::RuntimeException) in getFirst()4986 sal_Int32 VCLXTimeField::getLast() throw(::com::sun::star::uno::RuntimeException) in getLast()4998 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