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.cxx3301 long SwWW8ImplReader::ReadTextAttr(WW8_CP& rTxtPos, bool& rbStartLine) in ReadTextAttr() argument
3323 if ( (aRes.nFlags & MAN_MASK_NEW_PAP)|| rbStartLine ) in ReadTextAttr()
3328 rbStartLine = false; in ReadTextAttr()
3390 nNext = ReadTextAttr( rTxtPos, rbStartLine ); in ReadTextAttr()
3444 void SwWW8ImplReader::ReadAttrs(WW8_CP& rNext, WW8_CP& rTxtPos, bool& rbStartLine) in ReadAttrs() argument
3454 rNext = ReadTextAttr( rTxtPos, rbStartLine ); in ReadAttrs()
3459 else if ( rbStartLine ) in ReadAttrs()
3469 rbStartLine = false; in ReadAttrs()
H A Dww8par.hxx1277 long ReadTextAttr(WW8_CP& rTxtPos, bool& rbStartLine);
1278 void ReadAttrs(WW8_CP& rNext, WW8_CP& rTxtPos, bool& rbStartLine);

Completed in 54 milliseconds