Searched refs:bHyph (Results 1 – 6 of 6) sorted by relevance
155 sal_Bool bHyph = rInf.IsHyphenate() && !rInf.IsHyphForbud(); in Guess() local161 if( bHyph ) in Guess()297 if( bHyph ) in Guess()389 bHyph = BreakType::HYPHENATION == aResult.breakType; in Guess()391 if ( bHyph && nBreakPos != STRING_LEN) in Guess()430 else if ( !bHyph && nBreakPos >= rInf.GetLineStart() ) in Guess()
560 const sal_Bool bHyph = rInf.ChgHyph( sal_True ); in Format() local572 rInf.ChgHyph( bHyph ); in Format()
320 const sal_Bool bHyph = rInf.ChgHyph( sal_True ); in _Format() local330 rInf.ChgHyph( bHyph ); in _Format()
99 sal_Bool bHyph : 1; member in SwDrawTextInfo161 bDrawSp = bLeft = bRight = bKana = bOfst = bHyph = bSperr = sal_False; in SwDrawTextInfo()203 ASSERT( bHyph, "DrawTextInfo: Undefined Hyph Position" ); in GetHyphPos()388 bHyph = sal_True; in SetHyphPos()
58 SvxHyphenZoneItem( const sal_Bool bHyph /*= sal_False*/,
698 SvxHyphenZoneItem::SvxHyphenZoneItem( const sal_Bool bHyph, const sal_uInt16 nId ) : in SvxHyphenZoneItem() argument701 bHyphen = bHyph; in SvxHyphenZoneItem()
Completed in 53 milliseconds