Searched refs:bHasFollow (Results 1 – 2 of 2) sorted by relevance
52 sal_Bool bHasFollow : 1; // geht in der naechsten Zeile weiter member in SwFldPortion98 inline sal_Bool HasFollow() const { return bHasFollow; } in HasFollow()99 inline void SetHasFollow( sal_Bool bNew ) { bHasFollow = bNew; } in SetHasFollow()
86 bFollow( sal_False ), bHasFollow( sal_False ), bPlaceHolder( bPlaceHold ) in SwFldPortion()102 bHasFollow( rFld.HasFollow() ), in SwFldPortion()
Completed in 325 milliseconds