/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | BoundedInputStream.java | 30 public BoundedInputStream(InputStream is, long max) { in BoundedInputStream() 62 long max = Math.max(remaining, len); in read() local
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XSpinValue.java | 86 int max = oObj.getMaximum(); in _setMaximum() local 101 int max = oObj.getMinimum(); in _setMinimum() local 155 int max = oObj.getMaximum(); in _setValues() local
|
H A D | _XScrollBar.java | 101 int max = oObj.getMaximum(); in _setMaximum() local 164 int max = oObj.getMaximum(); in _setValues() local
|
H A D | _XCurrencyField.java | 59 private double max = 0; field in _XCurrencyField
|
H A D | _XNumericField.java | 60 private double max = 0 ; field in _XNumericField
|
/aoo42x/main/winaccessibility/inc/ |
H A D | ResIDGenerator.hxx | 35 long max; member in ResIDGenerator
|
/aoo42x/test/testuno/source/testlib/uno/ |
H A D | TestUtil.java | 87 public static double randFontSize(int max) throws Exception { in randFontSize() 107 public static double[] randFontSizeList(int listSize, int max) throws Exception { in randFontSizeList()
|
/aoo42x/main/basegfx/source/workbench/ |
H A D | gauss.hxx | 52 int max, i, j, k; /* *must* be signed, when looping like: j>=0 ! */ in eliminate() local
|
/aoo42x/main/i18npool/source/indexentry/ |
H A D | genindex_data.cxx | 59 sal_Int32 max=0; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
|
/aoo42x/main/autodoc/inc/cosv/ |
H A D | comfunc.hxx | 81 max(E in1, E in2) { return in1 < in2 ? in2 : in1; } in max() function
|
/aoo42x/main/chart2/source/tools/ |
H A D | MeanValueRegressionCurveCalculator.cxx | 107 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
|
H A D | LinearRegressionCurveCalculator.cxx | 108 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
|
H A D | PotentialRegressionCurveCalculator.cxx | 119 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
|
H A D | LogarithmicRegressionCurveCalculator.cxx | 117 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
|
H A D | ExponentialRegressionCurveCalculator.cxx | 118 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
|
H A D | RegressionCurveCalculator.cxx | 90 double min, double max, ::sal_Int32 nPointCount, in getCurveValues()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/status/ |
H A D | Task.java | 45 private int max = 0; field in Task
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | Task.java | 39 private int max = 0; field in Task
|
/aoo42x/main/wizards/com/sun/star/wizards/web/ |
H A D | WWD_Startup.java | 313 int max = 0; in setSaveSessionName() local 330 private int max(int i1, int i2) in max() method in WWD_Startup
|
H A D | StatusDialog.java | 166 private void setMax(int max) in setMax()
|
/aoo42x/main/winaccessibility/source/UAccCOM/ |
H A D | AccActionBase.cpp | 394 long max = nCount-1; in getOLECHARFromKeyCode() local
|
/aoo42x/main/qadevOOo/tests/java/ifc/style/ |
H A D | _CharacterProperties.java | 317 Byte max = new Byte((byte)100); in _CharEscapementHeight() local
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 40 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
|
/aoo42x/main/stoc/source/typeconv/ |
H A D | convert.cxx | 346 sal_Int64 TypeConverter_Impl::toHyper( const Any& rAny, sal_Int64 min, sal_uInt64 max ) in toHyper()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | SystemManager.java | 447 int max = returnVector.size(); in calculateDiscSpace() local
|