Home
last modified time | relevance | path

Searched refs:getMax (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/wizards/com/sun/star/wizards/web/status/
H A DLogTaskListener.java63 …me() + " FINISHED: " + te.getTask().getSuccessfull() + "/" + te.getTask().getMax() + "Succeeded."); in taskFinished()
72 … + te.getTask().getSuccessfull() + "(+" + te.getTask().getFailed() + ")/" + te.getTask().getMax()); in taskStatusChanged()
H A DTask.java62 public int getMax() in getMax() method in Task
/trunk/main/wizards/com/sun/star/wizards/web/
H A DLogTaskListener.java70 …me() + " FINISHED: " + te.getTask().getSuccessfull() + "/" + te.getTask().getMax() + "Succeeded."); in taskFinished()
79 … + te.getTask().getSuccessfull() + "(+" + te.getTask().getFailed() + ")/" + te.getTask().getMax()); in taskStatusChanged()
H A DStatusDialog.java141 progressBar.setRange(0, t.getMax()); in initProgressBar()
217 setMax(te.getTask().getMax()); in taskStatusChanged()
H A DWWD_Events.java183 while (task.getStatus() <= task.getMax()) in loadSession()
1295 while (task.getStatus() < task.getMax()) in loadDocuments()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XTimeField.java136 result = oObj.getMax() == 27856 ; in _setMax()
148 oObj.getMax() ; in _getMax()
H A D_XCurrencyField.java133 result = oObj.getMax() == max + 1.1; in _setMax()
145 max = oObj.getMax(); in _getMax()
H A D_XDateField.java140 result = oObj.getMax() == 27856 ; in _setMax()
152 oObj.getMax() ; in _getMax()
H A D_XNumericField.java134 result = oObj.getMax() == max + 1.1 ; in _setMax()
146 max = oObj.getMax() ; in _getMax()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx901 sal_Int32 SAL_CALL getMax( ) throw(::com::sun::star::uno::RuntimeException);
948 sal_Int32 SAL_CALL getMax( ) throw(::com::sun::star::uno::RuntimeException);
991 double SAL_CALL getMax( ) throw(::com::sun::star::uno::RuntimeException);
1043 …virtual ::sal_Int64 SAL_CALL getMax( ::sal_Int16 Unit ) throw (::com::sun::star::uno::RuntimeExcep…
1089 double SAL_CALL getMax( ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/vbahelper/source/msforms/
H A Dvbaspinbutton.hxx40 virtual ::sal_Int32 SAL_CALL getMax() throw (css::uno::RuntimeException);
H A Dvbascrollbar.hxx40 virtual ::sal_Int32 SAL_CALL getMax() throw (css::uno::RuntimeException);
H A Dvbaspinbutton.cxx53 ScVbaSpinButton::getMax() throw (uno::RuntimeException) in getMax() function in ScVbaSpinButton
H A Dvbascrollbar.cxx55 ScVbaScrollBar::getMax() throw (uno::RuntimeException) in getMax() function in ScVbaScrollBar
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DTask.java61 public int getMax() in getMax() method in Task
/trunk/main/svtools/source/inc/
H A Dunoiface.hxx319 double SAL_CALL getMax( ) throw(::com::sun::star::uno::RuntimeException);
363 double SAL_CALL getMax( ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/tools/inc/tools/
H A Dmultisel.hxx168 sal_Int32 getMax() const { return mnMax; } in getMax() function in StringRangeEnumerator
/trunk/main/offapi/com/sun/star/awt/
H A DXCurrencyField.idl77 double getMax();
H A DXDateField.idl80 long getMax();
H A DXNumericField.idl77 double getMax();
H A DXTimeField.idl81 long getMax();
H A DXMetricField.idl91 hyper getMax( [in] short FieldUnit );
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlTimeField.csv17 "UnoControlTimeField";"com::sun::star::awt::XTimeField";"getMax()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OCurrencyControl.csv26 "OCurrencyControl";"com::sun::star::awt::XCurrencyField";"getMax()"
H A Dcom.sun.star.comp.forms.ONumericControl.csv68 "ONumericControl";"com::sun::star::awt::XNumericField";"getMax()"

Completed in 56 milliseconds

12