|
LibreOffice Module sw (master) 1
|
Painting buffer. More...
Public Member Functions | |
| SwQueuedPaint (SwViewShell *pNew, const SwRect &rRect) | |
Public Attributes | |
| SwQueuedPaint * | pNext |
| SwViewShell * | pSh |
| SwRect | aRect |
Painting buffer.
Definition at line 55 of file vprint.cxx.
|
inline |
Definition at line 62 of file vprint.cxx.
| SwRect SwQueuedPaint::aRect |
Definition at line 60 of file vprint.cxx.
Referenced by SwPaintQueue::Add(), and SwPaintQueue::Repaint().
| SwQueuedPaint* SwQueuedPaint::pNext |
Definition at line 58 of file vprint.cxx.
Referenced by SwPaintQueue::Add(), SwPaintQueue::Remove(), and SwPaintQueue::Repaint().
| SwViewShell* SwQueuedPaint::pSh |
Definition at line 59 of file vprint.cxx.
Referenced by SwPaintQueue::Add(), SwPaintQueue::Remove(), and SwPaintQueue::Repaint().