Home
last modified time | relevance | path

Searched refs:UnoSpinButtonControl (Results 1 – 7 of 7) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.comp.toolkit.UnoSpinButtonControl.csv1 "UnoSpinButtonControl";"com::sun::star::awt::XView";"setGraphics()"
2 "UnoSpinButtonControl";"com::sun::star::awt::XView";"getGraphics()"
3 "UnoSpinButtonControl";"com::sun::star::awt::XView";"getSize()"
4 "UnoSpinButtonControl";"com::sun::star::awt::XView";"draw()"
5 "UnoSpinButtonControl";"com::sun::star::awt::XView";"setZoom()"
6 "UnoSpinButtonControl";"com::sun::star::lang::XComponent";"dispose()"
11 "UnoSpinButtonControl";"com::sun::star::awt::XSpinValue";"setValue()"
13 "UnoSpinButtonControl";"com::sun::star::awt::XSpinValue";"getValue()"
25 "UnoSpinButtonControl";"com::sun::star::awt::XControl";"getPeer()"
26 "UnoSpinButtonControl";"com::sun::star::awt::XControl";"setModel()"
[all …]
/trunk/main/toolkit/source/controls/
H A Dtkspinbutton.cxx137 UnoSpinButtonControl::UnoSpinButtonControl( const Reference< XMultiServiceFactory >& i_factory ) in UnoSpinButtonControl() function in toolkit::UnoSpinButtonControl
144 ::rtl::OUString UnoSpinButtonControl::GetComponentServiceName() in GetComponentServiceName()
150 Any UnoSpinButtonControl::queryAggregation( const Type & rType ) throw(RuntimeException) in queryAggregation()
162 void UnoSpinButtonControl::dispose() throw(RuntimeException) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
243 void SAL_CALL UnoSpinButtonControl::setValue( sal_Int32 value ) throw (RuntimeException) in setValue()
257 sal_Int32 SAL_CALL UnoSpinButtonControl::getValue( ) throw (RuntimeException) in getValue()
270 void SAL_CALL UnoSpinButtonControl::setMinimum( sal_Int32 minValue ) throw (RuntimeException) in setMinimum()
282 sal_Int32 SAL_CALL UnoSpinButtonControl::getMinimum( ) throw (RuntimeException) in getMinimum()
295 sal_Int32 SAL_CALL UnoSpinButtonControl::getMaximum( ) throw (RuntimeException) in getMaximum()
314 sal_Int32 SAL_CALL UnoSpinButtonControl::getSpinIncrement( ) throw (RuntimeException) in getSpinIncrement()
[all …]
/trunk/main/toolkit/inc/toolkit/controls/
H A Dtkspinbutton.hxx74 class UnoSpinButtonControl :public UnoControlBase class
81UnoSpinButtonControl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServic…
84 DECLARE_UNO3_AGG_DEFAULTS( UnoSpinButtonControl, UnoControlBase );
/trunk/main/toolkit/qa/unoapi/
H A Dknownissues.xcl53 toolkit.UnoSpinButtonControl::com::sun::star::awt::XWindow
135 toolkit.UnoSpinButtonControl::com::sun::star::awt::XView
169 toolkit.UnoSpinButtonControl::com::sun::star::lang::XComponent
214 toolkit.UnoSpinButtonControl::com::sun::star::awt::XSpinValue
H A Dtoolkit.sce90 -o toolkit.UnoSpinButtonControl
/trunk/main/toolkit/source/helper/
H A Dregisterservices.cxx190 IMPL_CREATEINSTANCE2( UnoSpinButtonControl )
294 GET_FACTORY( UnoSpinButtonControl, szServiceName_UnoSpinButtonControl, NULL ) in component_getFactory()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoSpinButtonControl.java52 public class UnoSpinButtonControl extends TestCase { class

Completed in 33 milliseconds