Searched refs:rTxtPos (Results 1 – 2 of 2) sorted by relevance
3300 long SwWW8ImplReader::ReadTextAttr(WW8_CP& rTxtPos, bool& rbStartLine) in ReadTextAttr() argument3307 aRes.nAktCp = rTxtPos; // Akt. Cp-Pos in ReadTextAttr()3314 maSectionManager.CreateSep(rTxtPos, bPgSecBreak); in ReadTextAttr()3356 rTxtPos += nSkipChars; in ReadTextAttr()3357 nSkipPos = rTxtPos-1; in ReadTextAttr()3365 pStrm->Seek(pSBase->WW8Cp2Fc( pPlcxMan->GetCpOfs() + rTxtPos, &bIsUnicode)); in ReadTextAttr()3389 nNext = ReadTextAttr( rTxtPos, rbStartLine ); in ReadTextAttr()3443 void SwWW8ImplReader::ReadAttrs(WW8_CP& rNext, WW8_CP& rTxtPos, bool& rbStartLine) in ReadAttrs() argument3445 if( rTxtPos >= rNext ) in ReadAttrs()3451 maCurrAttrCP = rTxtPos; in ReadAttrs()[all …]
1276 long ReadTextAttr(WW8_CP& rTxtPos, bool& rbStartLine);1277 void ReadAttrs(WW8_CP& rNext, WW8_CP& rTxtPos, bool& rbStartLine);