Searched refs:bPrepAdjust (Results 1 – 2 of 2) sorted by relevance
278 sal_Bool bPrepAdjust : 1; // PREP_ADJUST_FRM member in SwParaPortion331 inline void SetPrepAdjust( const sal_Bool bNew = sal_True ) { bPrepAdjust = bNew; } in SetPrepAdjust()332 inline sal_Bool IsPrepAdjust() const { return bPrepAdjust; } in IsPrepAdjust()391 bPrep = bPrepWidows = bPrepAdjust = bPrepMustFit = sal_False; in ResetPreps()
873 sal_Bool bPrepAdjust = pPara->IsPrepAdjust(); in CalcPreps() local950 else if ( bPrepAdjust ) in CalcPreps()
Completed in 79 milliseconds