Home
last modified time | relevance | path

Searched refs:rbStartLine (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx3300 long SwWW8ImplReader::ReadTextAttr(WW8_CP& rTxtPos, bool& rbStartLine) in ReadTextAttr() argument
3322 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() argument
3453 rNext = ReadTextAttr( rTxtPos, rbStartLine ); in ReadAttrs()
3458 else if ( rbStartLine ) in ReadAttrs()
3468 rbStartLine = false; in ReadAttrs()
H A Dww8par.hxx1276 long ReadTextAttr(WW8_CP& rTxtPos, bool& rbStartLine);
1277 void ReadAttrs(WW8_CP& rNext, WW8_CP& rTxtPos, bool& rbStartLine);