Home
last modified time | relevance | path

Searched defs:min (Results 26 – 35 of 35) sorted by relevance

12

/aoo42x/main/sane/inc/
H A Dsane.h137 SANE_Word min; /* minimum (element) value */ member
/aoo42x/main/vcl/win/source/app/
H A Dsalinst.cxx59 #define min(a,b) (((a) < (b)) ? (a) : (b)) macro
/aoo42x/main/sal/osl/os2/
H A Dsystem.h87 #define min(a, b) ((a) > (b) ? (b) : (a)) macro
/aoo42x/main/vcl/win/source/gdi/
H A Dsalbmp.cxx38 #define min(a,b) (((a) < (b)) ? (a) : (b)) macro
/aoo42x/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx1435 void ProgressBar::SetRange( sal_Int32 min, sal_Int32 max ) in SetRange()
/aoo42x/main/toolkit/workben/layout/
H A Deditor.cxx1222 int min = 0, max = sizeof( toIgnoreList )/sizeof( char * ) - 1, mid, cmp; in toIgnore() local
/aoo42x/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx307 xub_StrLen min = STRING_NOTFOUND; in lcl_getMinPos() local
/aoo42x/main/codemaker/source/javamaker/
H A Djavatype.cxx927 sal_Int32 min = SAL_MAX_INT32; in handleEnumType() local
/aoo42x/main/sot/source/sdstor/
H A Ducbstorage.cxx329 #define min( x, y ) (( x < y ) ? x : y) macro
/aoo42x/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java552 int min = Math.min(i,j); in testBuffer() local

Completed in 1294 milliseconds

12