Searched refs:rParagraphObj (Results 1 – 2 of 2) sorted by relevance
2934 void ParagraphObj::ImplConstruct( const ParagraphObj& rParagraphObj ) in ImplConstruct() argument2936 mnTextSize = rParagraphObj.mnTextSize; in ImplConstruct()2937 mnTextAdjust = rParagraphObj.mnTextAdjust; in ImplConstruct()2938 mnLineSpacing = rParagraphObj.mnLineSpacing; in ImplConstruct()2939 mnLineSpacingTop = rParagraphObj.mnLineSpacingTop; in ImplConstruct()2940 mnLineSpacingBottom = rParagraphObj.mnLineSpacingBottom; in ImplConstruct()2941 mbFirstParagraph = rParagraphObj.mbFirstParagraph; in ImplConstruct()2942 mbLastParagraph = rParagraphObj.mbLastParagraph; in ImplConstruct()2943 mbParagraphPunctation = rParagraphObj.mbParagraphPunctation; in ImplConstruct()2944 mbForbiddenRules = rParagraphObj.mbForbiddenRules; in ImplConstruct()[all …]
592 void ImplConstruct( const ParagraphObj& rParagraphObj );638 ParagraphObj& operator=( const ParagraphObj& rParagraphObj );