Searched refs:rbStartLine (Results 1 – 2 of 2) sorted by relevance
3300 long SwWW8ImplReader::ReadTextAttr(WW8_CP& rTxtPos, bool& rbStartLine) in ReadTextAttr() argument3322 if ( (aRes.nFlags & MAN_MASK_NEW_PAP)|| rbStartLine ) in ReadTextAttr()3327 rbStartLine = false; in ReadTextAttr()3389 nNext = ReadTextAttr( rTxtPos, rbStartLine ); in ReadTextAttr()3443 void SwWW8ImplReader::ReadAttrs(WW8_CP& rNext, WW8_CP& rTxtPos, bool& rbStartLine) in ReadAttrs() argument3453 rNext = ReadTextAttr( rTxtPos, rbStartLine ); in ReadAttrs()3458 else if ( rbStartLine ) in ReadAttrs()3468 rbStartLine = false; in ReadAttrs()
1276 long ReadTextAttr(WW8_CP& rTxtPos, bool& rbStartLine);1277 void ReadAttrs(WW8_CP& rNext, WW8_CP& rTxtPos, bool& rbStartLine);