Home
last modified time | relevance | path

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

/aoo42x/main/svtools/source/edit/
H A Dtexteng.cxx2060 …Paint( OutputDevice* pOutDev, const Point& rStartPos, Rectangle const* pPaintArea, TextSelection c… in ImpPaint() argument
2098 if ( ( !pPaintArea || ( ( nY + (long)nParaHeight ) > pPaintArea->Top() ) ) in ImpPaint()
2110 if ( ( !pPaintArea || ( ( nY + mnCharHeight ) > pPaintArea->Top() ) ) in ImpPaint()
2267 if ( pPaintArea && ( nY >= pPaintArea->Bottom() ) ) in ImpPaint()
2276 if ( pPaintArea && ( nY > pPaintArea->Bottom() ) ) in ImpPaint()
H A Dtextview.cxx319 void TextView::ImpPaint( OutputDevice* pOut, const Point& rStartPos, Rectangle const* pPaintArea, T… in ImpPaint() argument
339 mpImpl->mpTextEngine->ImpPaint( pOut, rStartPos, pPaintArea, pPaintRange, pSelection ); in ImpPaint()
/aoo42x/main/svtools/inc/svtools/
H A Dtextview.hxx79 …void ImpPaint( OutputDevice* pOut, const Point& rStartPos, Rectangle const* pPaintArea, TextSel…
H A Dtexteng.hxx198 …void ImpPaint( OutputDevice* pOut, const Point& rStartPos, Rectangle const* pPaintArea, TextSel…

Completed in 27 milliseconds