Searched refs:rTxtPos (Results 1 – 2 of 2) sorted by relevance
3301 long SwWW8ImplReader::ReadTextAttr(WW8_CP& rTxtPos, bool& rbStartLine) in ReadTextAttr() argument3308 aRes.nAktCp = rTxtPos; // Akt. Cp-Pos in ReadTextAttr()3315 maSectionManager.CreateSep(rTxtPos, bPgSecBreak); in ReadTextAttr()3357 rTxtPos += nSkipChars; in ReadTextAttr()3358 nSkipPos = rTxtPos-1; in ReadTextAttr()3366 pStrm->Seek(pSBase->WW8Cp2Fc( pPlcxMan->GetCpOfs() + rTxtPos, &bIsUnicode)); in ReadTextAttr()3390 nNext = ReadTextAttr( rTxtPos, rbStartLine ); in ReadTextAttr()3446 if( rTxtPos >= rNext ) in ReadAttrs()3452 maCurrAttrCP = rTxtPos; in ReadAttrs()3454 rNext = ReadTextAttr( rTxtPos, rbStartLine ); in ReadAttrs()[all …]
1275 long ReadTextAttr(WW8_CP& rTxtPos, bool& rbStartLine);1276 void ReadAttrs(WW8_CP& rNext, WW8_CP& rTxtPos, bool& rbStartLine);
Completed in 40 milliseconds