Lines Matching refs:VCLXSpinField
1349 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()
1423 void VCLXSpinField::enableRepeat( sal_Bool bRepeat ) throw(::com::sun::star::uno::RuntimeException) in enableRepeat()
1439 void VCLXSpinField::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
4428 VCLXSpinField::setProperty( PropertyName, Value ); in setProperty()
4457 aProp <<= VCLXSpinField::getProperty( PropertyName ); in getProperty()