#include <bmpprefs.h>
Inheritance diagram for SpreadSelection:
Public Member Functions | |
SpreadSelection (Spread *pSpread) | |
virtual DocRect | GetSize () |
virtual SelectionType | GetSelectionType () |
Protected Attributes | |
Spread * | m_pSpread |
Definition at line 671 of file bmpprefs.h.
|
Definition at line 674 of file bmpprefs.h. 00674 : m_pSpread(pSpread) {}
|
|
Implements ExportSelection. Definition at line 676 of file bmpprefs.h. 00676 { return SPREAD; }
|
|
Implements ExportSelection. Definition at line 4833 of file bmpprefs.cpp. 04833 { return BaseBitmapFilter::GetSizeOfSpread(m_pSpread); }
|
|
Definition at line 679 of file bmpprefs.h. |