Searched refs:pPaintArea (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/svtools/source/edit/ ! |
| H A D | texteng.cxx | 2060 …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 D | textview.cxx | 319 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()
|
| /trunk/main/svtools/inc/svtools/ ! |
| H A D | textview.hxx | 79 …ImpPaint( OutputDevice* pOut, const Point& rStartPos, Rectangle const* pPaintArea, TextSelection c…
|
| H A D | texteng.hxx | 198 …ImpPaint( OutputDevice* pOut, const Point& rStartPos, Rectangle const* pPaintArea, TextSelection c…
|