use \ingroup oofReportMacros to include items in this group
Defines | |
| #define | OOF_RW_NOEDIT |
| Define to be able to build a program using OOFILE reporting without having to link in all the OOFILE GUI classes. | |
| #define | OOF_RW_PREVIEW_HAS_BW_CHECKBOX |
| Define to change the toolbar appearance in the preview window to have a checkbox instead of button for toggling Black & White printing. | |
| #define | OOF_RW_PREVIEW_NOZOOM |
| Define to suppress zooming as a feature in the report preview, including the presence of a zoom icon on the toolbar. | |
| #define | OOF_RW_READ_REPORTS |
| Define to build the report writer with ability to parse XML layouts. | |
| #define | INCHENTRY(x, y) (LONG)((x)*254), (LONG)((y)*254) |
| Conversion used in oofRepWinPrint::getPaperSizeFromSymbolicValue. | |
| #define | MMENTRY(x, y) (LONG)((x)*10), (LONG)((y)*10) |
| Conversion used in oofRepWinPrint::getPaperSizeFromSymbolicValue. | |
| #define | OOF_REP_NO_GUI |
| Define to build the report writer for server use, no preview or print. | |
| #define | OOF_MacStyleEnums |
| Indicates we have enums defined for Mac text styles. | |
| #define | OOF_REPEDIT_LOG_FILENAME |
| Define to set filename for logging user interactions with report preview window. | |
|
|
Conversion used in oofRepWinPrint::getPaperSizeFromSymbolicValue.
|
|
|
Conversion used in oofRepWinPrint::getPaperSizeFromSymbolicValue.
|
|
|
Indicates we have enums defined for Mac text styles. Define to indicate you have externally already defined these enums.
|
|
|
Define to build the report writer for server use, no preview or print. Hides the preview, printing and editing environments. |
|
|
Define to set filename for logging user interactions with report preview window. Defined by default for debug builds as "oofrep interaction.log" |
|
|
Define to be able to build a program using OOFILE reporting without having to link in all the OOFILE GUI classes. Prevents your report preview window from being able to be clicked to edit the content.
|
|
|
Define to change the toolbar appearance in the preview window to have a checkbox instead of button for toggling Black & White printing.
|
|
|
Define to suppress zooming as a feature in the report preview, including the presence of a zoom icon on the toolbar.
|
|
|
Define to build the report writer with ability to parse XML layouts. If defined forces definition of OOF_READ_XML Was called OOF_READ_REPORTS up until 1.4.1. |
1.3.5