Searched refs:bMax (Results 1 – 6 of 6) sorted by relevance
/trunk/main/basebmp/inc/basebmp/ |
H A D | clippedlinerenderer.hxx | 61 sal_Int32 bMax, in prepareClip() argument 86 cb = 2*da*(b1 - bMax); in prepareClip() 87 o_bs = bMax; in prepareClip() 100 if( o_bs > bMax ) in prepareClip() 142 cb = 2*da*((clipCode2 & bMinFlag) ? b1 - bMin : bMax - b1); in prepareClip() 150 o_n = (clipCode2 & bMinFlag) ? o_bs - bMin : bMax - o_bs; in prepareClip()
|
/trunk/main/sw/source/core/text/ |
H A D | porfly.hxx | 61 sal_Bool bMax : 1; // Zeilenausrichtung und Hoehe == Zeilenhoehe member in SwFlyCntPortion 84 inline sal_Bool IsMax() const { return bMax; } in IsMax() 87 inline void SetMax( sal_Bool bNew ) { bMax = bNew; } in SetMax()
|
H A D | porfly.cxx | 298 bMax( sal_False ), in SwFlyCntPortion() 316 bMax( sal_False ), in SwFlyCntPortion()
|
/trunk/test/testuno/source/testlib/uno/ |
H A D | TestUtil.java | 136 public static int randColor(int rMax, int gMax, int bMax) throws Exception { in randColor() argument 139 int b = random.nextInt(bMax + 1) % 256; in randColor()
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | optsolver.cxx | 158 ScOptSolverSave::ScOptSolverSave( const String& rObjective, sal_Bool bMax, sal_Bool bMin, sal_Bool … in ScOptSolverSave() argument 164 mbMax( bMax ), in ScOptSolverSave()
|
/trunk/main/sc/source/ui/inc/ |
H A D | optsolver.hxx | 82 … ScOptSolverSave( const String& rObjective, sal_Bool bMax, sal_Bool bMin, sal_Bool bValue,
|
Completed in 40 milliseconds