Home
last modified time | relevance | path

Searched defs:Max (Results 1 – 16 of 16) sorted by relevance

/trunk/main/io/source/stm/
H A Dstreamhelper.hxx35 #define Max( a, b ) (((a)>(b)) ? (a) : (b) ) macro
/trunk/main/sax/inc/
H A Dxml2utf.hxx25 #define Max( a, b ) (((a)>(b)) ? (a) : (b) ) macro
/trunk/main/tools/inc/tools/
H A Dgen.hxx283 long Max() const { return nB; } in Max() function in Range
287 long& Max() { return nB; } in Max() function in Range
332 long Max() const { return nB; } in Max() function in Selection
336 long& Max() { return nB; } in Max() function in Selection
H A Dvector2d.hxx58 …inline void Max(const Vector2D& rVec) { if(rVec.mfX > mfX) mfX = rVec.mfX; if(rVec.mfY > mfY) mfY … in Max() function in Vector2D
H A Dsolar.h194 template<typename T> inline T Max(T a, T b) { return (a>b?a:b); } in Max() function
/trunk/main/editeng/source/editeng/
H A Deditdoc.hxx651 EditPaM& Max() { return aEndPaM; } in Max() function in EditSelection
654 const EditPaM& Max() const { return aEndPaM; } in Max() function in EditSelection
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx757 xub_StrLen Max = eSelection.nStartPos; in SelPrevMark() local
/trunk/main/sal/osl/os2/
H A Dprocess.c815 oslProcessError SAL_CALL osl_getCommandArgs( sal_Char* pszBuffer, sal_uInt32 Max) in osl_getCommandArgs()
H A Dprofile.c1304 sal_uInt32 Max; in getLine() local
/trunk/main/starmath/source/
H A Dedit.cxx791 xub_StrLen Max = eSelection.nStartPos; in SelPrevMark() local
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx80 #define Max(a,b) (a > b ? a : b) macro
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx492 Max enumerator
/trunk/main/sal/osl/unx/
H A Dprocess.c148 sal_Char Separator, sal_Char *pszBuffer, sal_uInt32 Max) in osl_searchPath_impl()
H A Dprofile.c1363 int Max, Free, Bytes, nLineBytes = 0; in OslProfile_getLine() local
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx329 long ChgValue(long Def, long Min, long Max, UCHAR FlgVal, long NumVal) in ChgValue()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx1415 DWORD Max; in getLine() local

Completed in 109 milliseconds