Searched refs:bPrep (Results 1 – 4 of 4) sorted by relevance
276 sal_Bool bPrep : 1; // PREP_* member in SwParaPortion325 inline void SetPrep( const sal_Bool bNew = sal_True ) { bPrep = bNew; } in SetPrep()326 inline sal_Bool IsPrep() const { return bPrep; } in IsPrep()391 bPrep = bPrepWidows = bPrepAdjust = bPrepMustFit = sal_False; in ResetPreps()
871 sal_Bool bPrep = pPara->IsPrep(); in CalcPreps() local878 if( bPrep && !pPara->GetReformat()->Len() ) in CalcPreps()
77 void RemoveFtn( const SwCntntFrm *, const SwTxtFtn *, sal_Bool bPrep = sal_True );
1921 sal_Bool bPrep ) in RemoveFtn() argument1933 if( bPrep && pRef->IsFollow() ) in RemoveFtn()
Completed in 35 milliseconds