LibreOffice Module lotuswordpro (master) 1
Classes | Macros | Functions
xfpadding.hxx File Reference
#include <xfilter/ixfstream.hxx>
#include <xfilter/ixfattrlist.hxx>
Include dependency graph for xfpadding.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XFPadding
 Paddings for paragraph,frame, ... More...
 

Macros

#define XFPADDING_FLAG_LEFT   0X00000001
 
#define XFPADDING_FLAG_RIGHT   0X00000002
 
#define XFPADDING_FLAG_TOP   0X00000004
 
#define XFPADDING_FLAG_BOTTOM   0X00000008
 

Functions

bool operator== (XFPadding const &p1, XFPadding const &p2)
 
bool operator!= (XFPadding const &p1, XFPadding const &p2)
 

Macro Definition Documentation

◆ XFPADDING_FLAG_BOTTOM

#define XFPADDING_FLAG_BOTTOM   0X00000008

Definition at line 69 of file xfpadding.hxx.

◆ XFPADDING_FLAG_LEFT

#define XFPADDING_FLAG_LEFT   0X00000001

Definition at line 66 of file xfpadding.hxx.

◆ XFPADDING_FLAG_RIGHT

#define XFPADDING_FLAG_RIGHT   0X00000002

Definition at line 67 of file xfpadding.hxx.

◆ XFPADDING_FLAG_TOP

#define XFPADDING_FLAG_TOP   0X00000004

Definition at line 68 of file xfpadding.hxx.

Function Documentation

◆ operator!=()

bool operator!= ( XFPadding const &  p1,
XFPadding const &  p2 
)
inline

Definition at line 201 of file xfpadding.hxx.

◆ operator==()

bool operator== ( XFPadding const &  p1,
XFPadding const &  p2 
)
inline

Definition at line 190 of file xfpadding.hxx.