Home
last modified time | relevance | path

Searched refs:bMax (Results 1 – 6 of 6) sorted by relevance

/trunk/main/basebmp/inc/basebmp/
H A Dclippedlinerenderer.hxx61 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 Dporfly.hxx61 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 Dporfly.cxx298 bMax( sal_False ), in SwFlyCntPortion()
316 bMax( sal_False ), in SwFlyCntPortion()
/trunk/test/testuno/source/testlib/uno/
H A DTestUtil.java136 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 Doptsolver.cxx158 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 Doptsolver.hxx82 … ScOptSolverSave( const String& rObjective, sal_Bool bMax, sal_Bool bMin, sal_Bool bValue,

Completed in 34 milliseconds