Home
last modified time | relevance | path

Searched refs:VCLXSpinField (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/toolkit/source/awt/
H A Dvclxwindows.cxx1349 void VCLXSpinField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()
1357 VCLXSpinField::VCLXSpinField() : maSpinListeners( *this ) in VCLXSpinField() function in VCLXSpinField
1362 ::com::sun::star::uno::Any VCLXSpinField::queryInterface( const ::com::sun::star::uno::Type & rType… in queryInterface()
1370 IMPL_XTYPEPROVIDER_START( VCLXSpinField )
1375 void VCLXSpinField::addSpinListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:…
1381 void VCLXSpinField::removeSpinListener( const ::com::sun::star::uno::Reference< ::com::sun::star::a… in removeSpinListener()
1387 void VCLXSpinField::up() throw(::com::sun::star::uno::RuntimeException) in up()
1396 void VCLXSpinField::down() throw(::com::sun::star::uno::RuntimeException) in down()
1405 void VCLXSpinField::first() throw(::com::sun::star::uno::RuntimeException) in first()
1414 void VCLXSpinField::last() throw(::com::sun::star::uno::RuntimeException) in last()
[all …]
/AOO41X/main/svtools/source/uno/
H A Dunoiface.cxx836 VCLXSpinField::SetWindow(_pWindow); in SetWindow()
953 VCLXSpinField::setProperty( PropertyName, Value ); in setProperty()
963 VCLXSpinField::setProperty( PropertyName, Value ); in setProperty()
1028 aReturn <<= VCLXSpinField::getProperty(PropertyName); in getProperty()
1404 VCLXSpinField::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()
/AOO41X/main/toolkit/source/helper/
H A Dunowrapper.cxx74 case WINDOW_METRICFIELD: return new VCLXSpinField; in CreateXWindow()
/AOO41X/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx810 class TOOLKIT_DLLPUBLIC VCLXSpinField : public ::com::sun::star::awt::XSpinField, class
820 VCLXSpinField();
848 class VCLXFormattedSpinField : public VCLXSpinField
/AOO41X/main/svtools/source/inc/
H A Dunoiface.hxx175 class SVTXFormattedField : public VCLXSpinField