LibreOffice Module lotuswordpro (master) 1
Classes | Macros
lwpusewhen.hxx File Reference
#include <config_lgpl.h>
#include <lwpobjstrm.hxx>
Include dependency graph for lwpusewhen.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LwpUseWhen
 

Macros

#define STYLE_USEONALLPAGES   0x0001U /* repeat on all pages */
 
#define STYLE_USEONALLEVENPAGES   0x0002U /* repeat on all even pages */
 
#define STYLE_USEONALLODDPAGES   0x0004U /* repeat on all odd pages */
 
#define STYLE_USEONTHISPAGE   0x0008U /* use this guy on this page */
 
#define STYLE_USEEXCEPTTHISPAGE   0x0010U /* use guy except on this page */
 
#define STYLE_USESTARTINGONPAGE   0x0020U /* use starting on page n */
 
#define STYLE_USEONMASK
 
#define STYLE_STARTONNEXTPAGE   0x0000U
 
#define STYLE_STARTONTHISPAGE   0x0040U
 
#define STYLE_STARTONNEXTODD   0x0080U
 
#define STYLE_STARTONNEXTEVEN   0x0100U
 
#define STYLE_STARTONTHISHF   0x0200U
 
#define STYLE_STARTONMASK
 

Macro Definition Documentation

◆ STYLE_STARTONMASK

#define STYLE_STARTONMASK
Value:
STYLE_STARTONNEXTODD | \
STYLE_STARTONNEXTEVEN | \
STYLE_STARTONTHISHF)
#define STYLE_STARTONTHISPAGE
Definition: lwpusewhen.hxx:81

Definition at line 85 of file lwpusewhen.hxx.

◆ STYLE_STARTONNEXTEVEN

#define STYLE_STARTONNEXTEVEN   0x0100U

Definition at line 83 of file lwpusewhen.hxx.

◆ STYLE_STARTONNEXTODD

#define STYLE_STARTONNEXTODD   0x0080U

Definition at line 82 of file lwpusewhen.hxx.

◆ STYLE_STARTONNEXTPAGE

#define STYLE_STARTONNEXTPAGE   0x0000U

Definition at line 80 of file lwpusewhen.hxx.

◆ STYLE_STARTONTHISHF

#define STYLE_STARTONTHISHF   0x0200U

Definition at line 84 of file lwpusewhen.hxx.

◆ STYLE_STARTONTHISPAGE

#define STYLE_STARTONTHISPAGE   0x0040U

Definition at line 81 of file lwpusewhen.hxx.

◆ STYLE_USEEXCEPTTHISPAGE

#define STYLE_USEEXCEPTTHISPAGE   0x0010U /* use guy except on this page */

Definition at line 71 of file lwpusewhen.hxx.

◆ STYLE_USEONALLEVENPAGES

#define STYLE_USEONALLEVENPAGES   0x0002U /* repeat on all even pages */

Definition at line 68 of file lwpusewhen.hxx.

◆ STYLE_USEONALLODDPAGES

#define STYLE_USEONALLODDPAGES   0x0004U /* repeat on all odd pages */

Definition at line 69 of file lwpusewhen.hxx.

◆ STYLE_USEONALLPAGES

#define STYLE_USEONALLPAGES   0x0001U /* repeat on all pages */

Definition at line 67 of file lwpusewhen.hxx.

◆ STYLE_USEONMASK

#define STYLE_USEONMASK
Value:
STYLE_USEONALLEVENPAGES | \
STYLE_USEONALLODDPAGES | \
STYLE_USEONTHISPAGE | \
STYLE_USEEXCEPTTHISPAGE | \
STYLE_USESTARTINGONPAGE)
#define STYLE_USEONALLPAGES
Definition: lwpusewhen.hxx:67

Definition at line 73 of file lwpusewhen.hxx.

◆ STYLE_USEONTHISPAGE

#define STYLE_USEONTHISPAGE   0x0008U /* use this guy on this page */

Definition at line 70 of file lwpusewhen.hxx.

◆ STYLE_USESTARTINGONPAGE

#define STYLE_USESTARTINGONPAGE   0x0020U /* use starting on page n */

Definition at line 72 of file lwpusewhen.hxx.