Home
last modified time | relevance | path

Searched defs:max (Results 26 – 43 of 43) sorted by relevance

12

/aoo42x/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx146 #define ENSURE_AXESCOUNT( min, max ) OSL_ENSURE( (min <= (int)mrModel.maAxisIds.size()) && ((int)mr… in TypeGroupConverter() argument
/aoo42x/main/basic/source/comp/
H A Dcodegen.cxx435 static const S max = std::numeric_limits< S >::max(); in offset() local
/aoo42x/main/tools/inc/tools/
H A Dsolar.h184 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
/aoo42x/main/sane/inc/
H A Dsane.h138 SANE_Word max; /* maximum (element) value */ member
/aoo42x/main/sc/source/core/tool/
H A Dinterpr3.cxx1244 sal_uInt32 max = static_cast<sal_uInt32>(n - x); in GetBinomDistPMF() local
1252 sal_uInt32 max = static_cast<sal_uInt32>(x); in GetBinomDistPMF() local
1397 sal_uInt32 max = static_cast<sal_uInt32> (n - x) - 1; in ScBinomDist() local
1437 double fSum = 1.0 - fFactor; sal_uLong max = (sal_uLong) n; in ScCritBinom() local
1450 double fSum = fFactor; sal_uLong max = (sal_uLong) n; in ScCritBinom() local
H A Dcompiler.cxx4128 S lcl_adjval( S& n, T pos, T max, sal_Bool bRel ) in lcl_adjval()
/aoo42x/main/vcl/win/source/app/
H A Dsalinst.cxx62 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
/aoo42x/main/sal/osl/os2/
H A Dsystem.h86 #define max(a, b) ((a) < (b) ? (b) : (a)) macro
/aoo42x/main/vcl/win/source/gdi/
H A Dsalbmp.cxx41 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
/aoo42x/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java774 public int start, end, max; field in ButtonList.Counter
H A DImageList.java951 public int start, end, max; field in ImageList.Counter
/aoo42x/main/soltools/cpp/
H A Dcpp.h87 int max; /* number allocated */ member
/aoo42x/main/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx256 static void SAL_CALL NativeToAscii_numberMaker(sal_Int16 max, sal_Int16 prev, const sal_Unicode *st… in NativeToAscii_numberMaker()
/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/codemaker/source/javamaker/
H A Djavatype.cxx928 sal_Int32 max = SAL_MIN_INT32; in handleEnumType() local
/aoo42x/main/sot/source/sdstor/
H A Ducbstorage.cxx330 #define max( x, y ) (( x > y ) ? x : y) macro
/aoo42x/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java553 int max = Math.max(Math.min(lenActual - 1, i),j); in testBuffer() local

Completed in 184 milliseconds

12