Lines Matching refs:rLine
718 Line& rLine (maLines[nIndex]); in Paint() local
719 rLine.ProvideLayoutedLine(msParagraphText, rpFont, nTextDirection); in Paint()
727 Line& rLine (maLines[nIndex]); in Paint() local
730 const double nLineTop = rLine.mnBaseLine - mnAscent - nTopOffset; in Paint()
735 rLine.ProvideLayoutedLine(msParagraphText, rpFont, nTextDirection); in Paint()
737 rRenderState.AffineTransform.m12 = nSavedM12 + rLine.mnBaseLine; in Paint()
740 rLine.mxLayoutedLine, in Paint()
1193 Line& rLine (maLines[nLineIndex]); in GetCharacterBounds() local
1195 if (nGlobalCharacterIndex >= rLine.mnLineEndCharacterIndex) in GetCharacterBounds()
1200 rLine.ProvideCellBoxes(); in GetCharacterBounds()
1202 const sal_Int32 nCellIndex (nGlobalCharacterIndex - rLine.mnLineStartCharacterIndex); in GetCharacterBounds()
1207 geometry::RealRectangle2D rCellBox (rLine.maCellBoxes[ in GetCharacterBounds()
1208 ::std::min(nCellIndex, rLine.maCellBoxes.getLength()-1)]); in GetCharacterBounds()
1215 nRight = rLine.mnWidth - nLeft; in GetCharacterBounds()
1216 nLeft = rLine.mnWidth - nOldRight; in GetCharacterBounds()
1224 if (nCellIndex >= rLine.maCellBoxes.getLength()) in GetCharacterBounds()