/aoo41x/main/io/source/stm/ |
H A D | streamhelper.hxx | 35 #define Max( a, b ) (((a)>(b)) ? (a) : (b) ) macro
|
/aoo41x/main/sax/inc/ |
H A D | xml2utf.hxx | 25 #define Max( a, b ) (((a)>(b)) ? (a) : (b) ) macro
|
/aoo41x/main/tools/inc/tools/ |
H A D | gen.hxx | 283 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 D | vector2d.hxx | 58 …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 D | solar.h | 194 template<typename T> inline T Max(T a, T b) { return (a>b?a:b); } in Max() function
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editdoc.hxx | 652 EditPaM& Max() { return aEndPaM; } in Max() function in EditSelection 655 const EditPaM& Max() const { return aEndPaM; } in Max() function in EditSelection
|
/aoo41x/main/sd/source/ui/notes/ |
H A D | EditWindow.cxx | 758 xub_StrLen Max = eSelection.nStartPos; in SelPrevMark() local
|
/aoo41x/main/sal/osl/os2/ |
H A D | process.c | 815 oslProcessError SAL_CALL osl_getCommandArgs( sal_Char* pszBuffer, sal_uInt32 Max) in osl_getCommandArgs()
|
H A D | profile.c | 1304 sal_uInt32 Max; in getLine() local
|
/aoo41x/main/starmath/source/ |
H A D | edit.cxx | 792 xub_StrLen Max = eSelection.nStartPos; in SelPrevMark() local
|
/aoo41x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 80 #define Max(a,b) (a > b ? a : b) macro
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 492 Max enumerator
|
/aoo41x/main/sal/osl/unx/ |
H A D | process.c | 149 sal_Char Separator, sal_Char *pszBuffer, sal_uInt32 Max) in osl_searchPath_impl()
|
H A D | profile.c | 1363 int Max, Free, Bytes, nLineBytes = 0; in OslProfile_getLine() local
|
/aoo41x/main/svtools/source/filter/ |
H A D | sgvtext.cxx | 329 long ChgValue(long Def, long Min, long Max, UCHAR FlgVal, long NumVal) in ChgValue()
|
/aoo41x/main/sal/osl/w32/ |
H A D | profile.cxx | 1415 DWORD Max; in getLine() local
|