Home
last modified time | relevance | path

Searched refs:pPaintArea (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dtexteng.cxx1873 …OutputDevice* pOutDev, const Point& rStartPos, tools::Rectangle const* pPaintArea, TextSelection c… in ImpPaint() argument
1906 if ( !pPaintArea || ( ( nY + nParaHeight ) > pPaintArea->Top() ) ) in ImpPaint()
1914 if ( !pPaintArea || ( ( nY + mnCharHeight ) > pPaintArea->Top() ) ) in ImpPaint()
2035 if ( pPaintArea && ( nY >= pPaintArea->Bottom() ) ) in ImpPaint()
2044 if ( pPaintArea && ( nY > pPaintArea->Bottom() ) ) in ImpPaint()
H A Dtextview.cxx253 …ntext& rRenderContext, const Point& rStartPos, tools::Rectangle const* pPaintArea, TextSelection c… in ImpPaint() argument
275 mpImpl->mpTextEngine->ImpPaint(&rRenderContext, rStartPos, pPaintArea, pSelection); in ImpPaint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dtexteng.cxx1874 …OutputDevice* pOutDev, const Point& rStartPos, tools::Rectangle const* pPaintArea, TextSelection c… in ImpPaint() argument
1907 if ( !pPaintArea || ( ( nY + nParaHeight ) > pPaintArea->Top() ) ) in ImpPaint()
1915 if ( !pPaintArea || ( ( nY + mnCharHeight ) > pPaintArea->Top() ) ) in ImpPaint()
2037 if ( pPaintArea && ( nY >= pPaintArea->Bottom() ) ) in ImpPaint()
2046 if ( pPaintArea && ( nY > pPaintArea->Bottom() ) ) in ImpPaint()
H A Dtextview.cxx258 …ntext& rRenderContext, const Point& rStartPos, tools::Rectangle const* pPaintArea, TextSelection c… in ImpPaint() argument
280 mpImpl->mpTextEngine->ImpPaint(&rRenderContext, rStartPos, pPaintArea, pSelection); in ImpPaint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dtextview.hxx98 …ntext& rRenderContext, const Point& rStartPos, tools::Rectangle const* pPaintArea, TextSelection c…
H A Dtexteng.hxx174 …t( OutputDevice* pOut, const Point& rStartPos, tools::Rectangle const* pPaintArea, TextSelection c…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dtextview.hxx99 …ntext& rRenderContext, const Point& rStartPos, tools::Rectangle const* pPaintArea, TextSelection c…
H A Dtexteng.hxx178 …t( OutputDevice* pOut, const Point& rStartPos, tools::Rectangle const* pPaintArea, TextSelection c…