/trunk/main/dbaccess/source/ui/control/ |
H A D | SqlNameEdit.cxx | 73 aSel.setMax( aSel.getMin() ); in Modify() 87 aSel.setMax( aSel.getMin() ); in Modify()
|
/trunk/main/sw/source/ui/cctrl/ |
H A D | actctrl.cxx | 103 aSel.setMin(aSel.getMin() - nDiff); in Modify() 104 aSel.setMax(aSel.getMin()); in Modify()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/ |
H A D | _XTimeField.java | 106 result = oObj.getMin() == 4978 ; in _setMin() 118 oObj.getMin() ; in _getMin()
|
H A D | _XCurrencyField.java | 105 tRes.tested("setMin()", oObj.getMin() == min + 1.1); in _setMin() 115 min = oObj.getMin(); in _getMin()
|
H A D | _XDateField.java | 110 result = oObj.getMin() == 4978 ; in _setMin() 122 oObj.getMin() ; in _getMin()
|
H A D | _XNumericField.java | 106 tRes.tested("setMin()", oObj.getMin() == min + 1.1) ; in _setMin() 116 min = oObj.getMin() ; in _getMin()
|
/trunk/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindows.hxx | 899 sal_Int32 SAL_CALL getMin( ) throw(::com::sun::star::uno::RuntimeException); 946 sal_Int32 SAL_CALL getMin( ) throw(::com::sun::star::uno::RuntimeException); 989 double SAL_CALL getMin( ) throw(::com::sun::star::uno::RuntimeException); 1041 …virtual ::sal_Int64 SAL_CALL getMin( ::sal_Int16 Unit ) throw (::com::sun::star::uno::RuntimeExcep… 1087 double SAL_CALL getMin( ) throw(::com::sun::star::uno::RuntimeException);
|
/trunk/main/dbaccess/source/ext/adabas/ |
H A D | ASqlNameEdit.cxx | 67 aSel.setMax( aSel.getMin() ); in Modify()
|
/trunk/main/vbahelper/source/msforms/ |
H A D | vbaspinbutton.hxx | 42 virtual ::sal_Int32 SAL_CALL getMin() throw (css::uno::RuntimeException);
|
H A D | vbascrollbar.hxx | 42 virtual ::sal_Int32 SAL_CALL getMin() throw (css::uno::RuntimeException);
|
H A D | vbaspinbutton.cxx | 67 ScVbaSpinButton::getMin() throw (uno::RuntimeException) in getMin() function in ScVbaSpinButton
|
H A D | vbascrollbar.cxx | 69 ScVbaScrollBar::getMin() throw (uno::RuntimeException) in getMin() function in ScVbaScrollBar
|
/trunk/main/svtools/source/inc/ |
H A D | unoiface.hxx | 317 double SAL_CALL getMin( ) throw(::com::sun::star::uno::RuntimeException); 361 double SAL_CALL getMin( ) throw(::com::sun::star::uno::RuntimeException);
|
/trunk/main/tools/inc/tools/ |
H A D | multisel.hxx | 166 sal_Int32 getMin() const { return mnMin; } in getMin() function in StringRangeEnumerator
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XCurrencyField.idl | 64 double getMin();
|
H A D | XDateField.idl | 67 long getMin();
|
H A D | XNumericField.idl | 64 double getMin();
|
H A D | XTimeField.idl | 68 long getMin();
|
H A D | XMetricField.idl | 78 hyper getMin( [in] short FieldUnit );
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/ |
H A D | com.sun.star.awt.UnoControlTimeField.csv | 15 "UnoControlTimeField";"com::sun::star::awt::XTimeField";"getMin()"
|
H A D | com.sun.star.awt.UnoControlCurrencyField.csv | 22 "UnoControlCurrencyField";"com::sun::star::awt::XCurrencyField";"getMin()"
|
H A D | com.sun.star.awt.UnoControlDateField.csv | 15 "UnoControlDateField";"com::sun::star::awt::XDateField";"getMin()"
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/ |
H A D | com.sun.star.comp.forms.OCurrencyControl.csv | 24 "OCurrencyControl";"com::sun::star::awt::XCurrencyField";"getMin()"
|
H A D | com.sun.star.comp.forms.ONumericControl.csv | 66 "ONumericControl";"com::sun::star::awt::XNumericField";"getMin()"
|
H A D | com.sun.star.comp.forms.OTimeControl.csv | 17 "OTimeControl";"com::sun::star::awt::XTimeField";"getMin()"
|