|
LibreOffice Module sc (master) 1
|
Stores the selection in the ScPrintFuncCache so it is only used for the same selection again. More...
#include <pfuncache.hxx>
Public Member Functions | |
| ScPrintSelectionStatus () | |
| void | SetMode (ScPrintSelectionMode eNew) |
| void | SetRanges (const ScRangeList &rNew) |
| void | SetOptions (const ScPrintOptions &rNew) |
| bool | operator== (const ScPrintSelectionStatus &rOther) const |
| ScPrintSelectionMode | GetMode () const |
| const ScPrintOptions & | GetOptions () const |
Private Attributes | |
| ScPrintSelectionMode | eMode |
| ScRangeList | aRanges |
| ScPrintOptions | aOptions |
Stores the selection in the ScPrintFuncCache so it is only used for the same selection again.
Definition at line 45 of file pfuncache.hxx.
|
inline |
Definition at line 52 of file pfuncache.hxx.
References Invalid.
|
inline |
Definition at line 61 of file pfuncache.hxx.
References eMode.
Referenced by lcl_renderSelectionToGraphic(), and ScModelObj::render().
|
inline |
Definition at line 62 of file pfuncache.hxx.
References aOptions.
Referenced by ScModelObj::getRenderer(), ScPrintFuncCache::InitLocations(), ScModelObj::render(), and ScPrintFuncCache::ScPrintFuncCache().
|
inline |
Definition at line 58 of file pfuncache.hxx.
|
inline |
Definition at line 54 of file pfuncache.hxx.
References eMode.
Referenced by ScModelObj::FillRenderMarkData().
|
inline |
Definition at line 56 of file pfuncache.hxx.
References aOptions.
Referenced by ScModelObj::FillRenderMarkData().
|
inline |
Definition at line 55 of file pfuncache.hxx.
References aRanges.
Referenced by ScModelObj::FillRenderMarkData().
|
private |
Definition at line 49 of file pfuncache.hxx.
Referenced by GetOptions(), operator==(), and SetOptions().
|
private |
Definition at line 48 of file pfuncache.hxx.
Referenced by operator==(), and SetRanges().
|
private |
Definition at line 47 of file pfuncache.hxx.
Referenced by GetMode(), operator==(), and SetMode().