LibreOffice Module sc (master)
1
|
Go to the source code of this file.
Classes | |
class | ScPrintSelectionStatus |
Stores the selection in the ScPrintFuncCache so it is only used for the same selection again. More... | |
struct | ScPrintPageLocation |
The range that is printed on a page (excluding repeated columns/rows), and its position on the page, used to find hyperlink targets. More... | |
class | ScPrintFuncCache |
Stores the data for printing that is needed from several sheets, so it doesn't have to be calculated for rendering each page. More... | |
Enumerations | |
enum | ScPrintSelectionMode { SC_PRINTSEL_INVALID, SC_PRINTSEL_DOCUMENT, SC_PRINTSEL_CURSOR, SC_PRINTSEL_RANGE, SC_PRINTSEL_RANGE_EXCLUSIVELY_OLE_AND_DRAW_OBJECTS } |
Possible types of selection for print functions. More... | |
enum ScPrintSelectionMode |
Possible types of selection for print functions.
Enumerator | |
---|---|
SC_PRINTSEL_INVALID | |
SC_PRINTSEL_DOCUMENT | |
SC_PRINTSEL_CURSOR | |
SC_PRINTSEL_RANGE | |
SC_PRINTSEL_RANGE_EXCLUSIVELY_OLE_AND_DRAW_OBJECTS |
Definition at line 34 of file pfuncache.hxx.