LibreOffice Module lotuswordpro (master) 1
|
Go to the source code of this file.
Macros | |
#define | STYLE_AUTOLINK 0x01UL /* content span's to next container */ |
#define | STYLE_SELECTABLE 0x02UL /* selectable container */ |
#define | STYLE_SHARED 0x04UL /* is this a global layout style */ |
#define | STYLE_PAINTMARGINSINCOLOR 0x8UL /* does this layout paint margins */ |
#define | STYLE_PROTECTED 0x10UL /* is this layout protected */ |
#define | STYLE_LOCAL 0x20UL /* is local layout */ |
#define | STYLE_NOERRORCHECK 0x40UL /* is error checking enabled */ |
#define | STYLE_HEADING 0x80UL /* heading */ |
#define | STYLE_MUTE 0x100UL /* gray modify menu */ |
#define | STYLE_SCRIPTING 0x200UL /* scripting enabled */ |
#define | STYLE_CONTENTREPLACEABLE 0x400UL /* contents can be replaced */ |
#define | STYLE_PRINTABLE 0x800UL /* contents can be printed */ |
#define | STYLE_COLUMNBALANCE 0x1000UL |
#define | STYLE_LANDSCAPE 0x2000UL |
#define | STYLE_COLLAPSIBLE 0x4000UL |
#define | STYLE_COLLAPSED 0x8000UL |
#define | STYLE_NOTCOPYABLE 0x10000UL |
#define | STYLE_PARENTSELECTABLE 0x20000UL |
#define | STYLE_CONNECTED 0x40000UL |
#define | STYLE_OVERRIDE 0x80000UL /* is layout an override */ |
#define | STYLE_SELECTED 0x100000UL |
#define | STYLE_CENTEREDHORIZONTALLY 0x200000UL |
#define | STYLE_CREATIONREVISION 0x400000UL |
#define | STYLE_DELETIONREVISION 0x800000UL |
#define | STYLE_PAGEBREAK 0x1000000UL |
#define | STYLE_MODIFIED 0x2000000UL |
#define | STYLE_INDIRECT 0x4000000UL /* double click required */ |
#define | STYLE_COMPLEX 0x8000000UL |
#define | STYLE_CENTEREDVERTICALLY 0x10000000UL |
#define | STYLE_BOTTOMALIGNED 0x20000000UL |
#define | STYLE_NOTGROUPABLE 0x40000000UL |
#define | STYLE_ABSOLUTE 0x80000000UL |
#define | STYLE_DONTASSIGN (STYLE_SHARED) |
#define | STYLE2_VSCROLLABLE 0x1UL |
#define | STYLE2_HSCROLLABLE 0x2UL |
#define | STYLE2_SCROLLABLE 0x3UL |
#define | STYLE2_MIRROR 0x4UL |
#define | STYLE2_PRIVATE 0x8UL |
#define | STYLE2_PUBLIC 0x00UL |
#define | STYLE2_PRIVATE2 0x10UL |
#define | STYLE2_PROTECTED 0x20UL |
#define | STYLE2_ACCESSRIGHTS 0x30UL |
#define | STYLE2_HONORPROTECTION 0x40UL |
#define | STYLE2_CHILDSPANNABLE 0x80UL |
#define | STYLE2_DEACTIVATED 0x200UL |
#define | STYLE2_NOCONTENTREFERENCE 0x400UL |
#define | STYLE2_ADOPTED 0x800UL |
#define | STYLE2_NOTUSERDELETEABLE 0x1000UL |
#define | STYLE2_EXPANDRIGHT 0x2000UL |
#define | STYLE2_EXPANDLEFT 0x4000UL |
#define | STYLE2_EXPANDUP 0x8000UL |
#define | STYLE2_EXPANDDOWN 0x10000UL |
#define | STYLE2_NOTDIRTYABLE 0x20000UL |
#define | STYLE2_NONHIERARCHICAL 0x40000UL |
#define | STYLE2_NOTSIZABLE 0x80000UL |
#define | STYLE2_MARGINSSAMEASPARENT 0x100000UL |
#define | STYLE2_DISPLAYANCHORPOINTS 0x200000UL |
#define | STYLE2_DISPLAYTETHERPOINTS 0x400000UL |
#define | STYLE2_SNAPTO 0x800000UL |
#define | STYLE2_NOINTERSECTSIBLINGS 0x1000000UL |
#define | STYLE2_LOCALCOLUMNINFO 0x2000000UL |
#define | STYLE2_INOVERRIDE 0x4000000UL |
#define | STYLE2_FROMSTYLE 0x8000000UL |
#define | STYLE2_CONTENTFROMSTYLE 0x10000000UL |
#define | STYLE2_TEMPORARY 0x20000000UL |
#define | STYLE2_JUSTIFIABLE 0x40000000UL |
#define | STYLE2_DONTASSIGN |
#define | STYLE3_ORIGINVALID 0x0001UL |
#define | STYLE3_WIDTHVALID 0x0002UL |
#define | STYLE3_MINHEIGHTVALID 0x0004UL |
#define | STYLE3_STYLELAYOUT 0x0008UL |
#define | STYLE3_LINELOCATION1 0x0010UL |
#define | STYLE3_LINELOCATION2 0x0020UL |
#define | STYLE3_OPENED 0x0040UL |
#define | STYLE3_ORIENTSWITHPARENT 0x0080UL |
#define | STYLE3_FROZEN 0x0100UL |
#define | STYLE3_VALUE_VALID 0x0200UL |
#define | STYLE3_USEPRINTERSETTINGS 0x0400UL |
#define | STYLE3_ISAMIPROTABLE 0x0800UL |
#define | STYLE3_INLINETOMARGIN 0x1000UL |
#define | OVER_PLACEMENT 0x01UL |
#define | OVER_SIZE 0x02UL |
#define | OVER_MARGINS 0x04UL |
#define | OVER_BORDERS 0x08UL |
#define | OVER_BACKGROUND 0x10UL |
#define | OVER_SHADOW 0x20UL |
#define | OVER_JOIN 0x40UL |
#define | OVER_COLUMNS 0x80UL |
#define | OVER_ROTATION 0x100UL |
#define | OVER_SCALING 0x200UL |
#define | OVER_NUMERICS 0x400UL |
#define | OVER_TABS 0x800UL |
#define | OVER_SCRIPT 0x1000UL |
#define | OVER_LEADERS 0x2000UL |
#define | OVER_ORIENTATION 0x4000UL |
#define | OVER_MISC 0x8000UL |
#define | OVER_INTERNAL 0x10000UL |
#define | TEXT_ORIENT_LRTB 0 |
#define | TEXT_ORIENT_TBRL 1 |
#define | TEXT_ORIENT_RLBT 2 |
#define | TEXT_ORIENT_BTLR 3 |
#define OVER_BACKGROUND 0x10UL |
Definition at line 150 of file lwplayoutdef.hxx.
#define OVER_BORDERS 0x08UL |
Definition at line 149 of file lwplayoutdef.hxx.
#define OVER_COLUMNS 0x80UL |
Definition at line 153 of file lwplayoutdef.hxx.
#define OVER_INTERNAL 0x10000UL |
Definition at line 162 of file lwplayoutdef.hxx.
#define OVER_JOIN 0x40UL |
Definition at line 152 of file lwplayoutdef.hxx.
#define OVER_LEADERS 0x2000UL |
Definition at line 159 of file lwplayoutdef.hxx.
#define OVER_MARGINS 0x04UL |
Definition at line 148 of file lwplayoutdef.hxx.
#define OVER_MISC 0x8000UL |
Definition at line 161 of file lwplayoutdef.hxx.
#define OVER_NUMERICS 0x400UL |
Definition at line 156 of file lwplayoutdef.hxx.
#define OVER_ORIENTATION 0x4000UL |
Definition at line 160 of file lwplayoutdef.hxx.
#define OVER_PLACEMENT 0x01UL |
Definition at line 146 of file lwplayoutdef.hxx.
#define OVER_ROTATION 0x100UL |
Definition at line 154 of file lwplayoutdef.hxx.
#define OVER_SCALING 0x200UL |
Definition at line 155 of file lwplayoutdef.hxx.
#define OVER_SCRIPT 0x1000UL |
Definition at line 158 of file lwplayoutdef.hxx.
#define OVER_SHADOW 0x20UL |
Definition at line 151 of file lwplayoutdef.hxx.
#define OVER_SIZE 0x02UL |
Definition at line 147 of file lwplayoutdef.hxx.
#define OVER_TABS 0x800UL |
Definition at line 157 of file lwplayoutdef.hxx.
#define STYLE2_ACCESSRIGHTS 0x30UL |
Definition at line 102 of file lwplayoutdef.hxx.
#define STYLE2_ADOPTED 0x800UL |
Definition at line 107 of file lwplayoutdef.hxx.
#define STYLE2_CHILDSPANNABLE 0x80UL |
Definition at line 104 of file lwplayoutdef.hxx.
#define STYLE2_CONTENTFROMSTYLE 0x10000000UL |
Definition at line 124 of file lwplayoutdef.hxx.
#define STYLE2_DEACTIVATED 0x200UL |
Definition at line 105 of file lwplayoutdef.hxx.
#define STYLE2_DISPLAYANCHORPOINTS 0x200000UL |
Definition at line 117 of file lwplayoutdef.hxx.
#define STYLE2_DISPLAYTETHERPOINTS 0x400000UL |
Definition at line 118 of file lwplayoutdef.hxx.
#define STYLE2_DONTASSIGN |
Definition at line 128 of file lwplayoutdef.hxx.
#define STYLE2_EXPANDDOWN 0x10000UL |
Definition at line 112 of file lwplayoutdef.hxx.
#define STYLE2_EXPANDLEFT 0x4000UL |
Definition at line 110 of file lwplayoutdef.hxx.
#define STYLE2_EXPANDRIGHT 0x2000UL |
Definition at line 109 of file lwplayoutdef.hxx.
#define STYLE2_EXPANDUP 0x8000UL |
Definition at line 111 of file lwplayoutdef.hxx.
#define STYLE2_FROMSTYLE 0x8000000UL |
Definition at line 123 of file lwplayoutdef.hxx.
#define STYLE2_HONORPROTECTION 0x40UL |
Definition at line 103 of file lwplayoutdef.hxx.
#define STYLE2_HSCROLLABLE 0x2UL |
Definition at line 95 of file lwplayoutdef.hxx.
#define STYLE2_INOVERRIDE 0x4000000UL |
Definition at line 122 of file lwplayoutdef.hxx.
#define STYLE2_JUSTIFIABLE 0x40000000UL |
Definition at line 126 of file lwplayoutdef.hxx.
#define STYLE2_LOCALCOLUMNINFO 0x2000000UL |
Definition at line 121 of file lwplayoutdef.hxx.
#define STYLE2_MARGINSSAMEASPARENT 0x100000UL |
Definition at line 116 of file lwplayoutdef.hxx.
#define STYLE2_MIRROR 0x4UL |
Definition at line 97 of file lwplayoutdef.hxx.
#define STYLE2_NOCONTENTREFERENCE 0x400UL |
Definition at line 106 of file lwplayoutdef.hxx.
#define STYLE2_NOINTERSECTSIBLINGS 0x1000000UL |
Definition at line 120 of file lwplayoutdef.hxx.
#define STYLE2_NONHIERARCHICAL 0x40000UL |
Definition at line 114 of file lwplayoutdef.hxx.
#define STYLE2_NOTDIRTYABLE 0x20000UL |
Definition at line 113 of file lwplayoutdef.hxx.
#define STYLE2_NOTSIZABLE 0x80000UL |
Definition at line 115 of file lwplayoutdef.hxx.
#define STYLE2_NOTUSERDELETEABLE 0x1000UL |
Definition at line 108 of file lwplayoutdef.hxx.
#define STYLE2_PRIVATE 0x8UL |
Definition at line 98 of file lwplayoutdef.hxx.
#define STYLE2_PRIVATE2 0x10UL |
Definition at line 100 of file lwplayoutdef.hxx.
#define STYLE2_PROTECTED 0x20UL |
Definition at line 101 of file lwplayoutdef.hxx.
#define STYLE2_PUBLIC 0x00UL |
Definition at line 99 of file lwplayoutdef.hxx.
#define STYLE2_SCROLLABLE 0x3UL |
Definition at line 96 of file lwplayoutdef.hxx.
#define STYLE2_SNAPTO 0x800000UL |
Definition at line 119 of file lwplayoutdef.hxx.
#define STYLE2_TEMPORARY 0x20000000UL |
Definition at line 125 of file lwplayoutdef.hxx.
#define STYLE2_VSCROLLABLE 0x1UL |
Definition at line 94 of file lwplayoutdef.hxx.
#define STYLE3_FROZEN 0x0100UL |
Definition at line 139 of file lwplayoutdef.hxx.
#define STYLE3_INLINETOMARGIN 0x1000UL |
Definition at line 144 of file lwplayoutdef.hxx.
#define STYLE3_ISAMIPROTABLE 0x0800UL |
Definition at line 142 of file lwplayoutdef.hxx.
#define STYLE3_LINELOCATION1 0x0010UL |
Definition at line 135 of file lwplayoutdef.hxx.
#define STYLE3_LINELOCATION2 0x0020UL |
Definition at line 136 of file lwplayoutdef.hxx.
#define STYLE3_MINHEIGHTVALID 0x0004UL |
Definition at line 133 of file lwplayoutdef.hxx.
#define STYLE3_OPENED 0x0040UL |
Definition at line 137 of file lwplayoutdef.hxx.
#define STYLE3_ORIENTSWITHPARENT 0x0080UL |
Definition at line 138 of file lwplayoutdef.hxx.
#define STYLE3_ORIGINVALID 0x0001UL |
Definition at line 131 of file lwplayoutdef.hxx.
#define STYLE3_STYLELAYOUT 0x0008UL |
Definition at line 134 of file lwplayoutdef.hxx.
#define STYLE3_USEPRINTERSETTINGS 0x0400UL |
Definition at line 141 of file lwplayoutdef.hxx.
#define STYLE3_VALUE_VALID 0x0200UL |
Definition at line 140 of file lwplayoutdef.hxx.
#define STYLE3_WIDTHVALID 0x0002UL |
Definition at line 132 of file lwplayoutdef.hxx.
#define STYLE_ABSOLUTE 0x80000000UL |
Definition at line 90 of file lwplayoutdef.hxx.
#define STYLE_AUTOLINK 0x01UL /* content span's to next container */ |
Definition at line 59 of file lwplayoutdef.hxx.
#define STYLE_BOTTOMALIGNED 0x20000000UL |
Definition at line 88 of file lwplayoutdef.hxx.
#define STYLE_CENTEREDHORIZONTALLY 0x200000UL |
Definition at line 80 of file lwplayoutdef.hxx.
#define STYLE_CENTEREDVERTICALLY 0x10000000UL |
Definition at line 87 of file lwplayoutdef.hxx.
#define STYLE_COLLAPSED 0x8000UL |
Definition at line 74 of file lwplayoutdef.hxx.
#define STYLE_COLLAPSIBLE 0x4000UL |
Definition at line 73 of file lwplayoutdef.hxx.
#define STYLE_COLUMNBALANCE 0x1000UL |
Definition at line 71 of file lwplayoutdef.hxx.
#define STYLE_COMPLEX 0x8000000UL |
Definition at line 86 of file lwplayoutdef.hxx.
#define STYLE_CONNECTED 0x40000UL |
Definition at line 77 of file lwplayoutdef.hxx.
#define STYLE_CONTENTREPLACEABLE 0x400UL /* contents can be replaced */ |
Definition at line 69 of file lwplayoutdef.hxx.
#define STYLE_CREATIONREVISION 0x400000UL |
Definition at line 81 of file lwplayoutdef.hxx.
#define STYLE_DELETIONREVISION 0x800000UL |
Definition at line 82 of file lwplayoutdef.hxx.
#define STYLE_DONTASSIGN (STYLE_SHARED) |
Definition at line 92 of file lwplayoutdef.hxx.
#define STYLE_HEADING 0x80UL /* heading */ |
Definition at line 66 of file lwplayoutdef.hxx.
#define STYLE_INDIRECT 0x4000000UL /* double click required */ |
Definition at line 85 of file lwplayoutdef.hxx.
#define STYLE_LANDSCAPE 0x2000UL |
Definition at line 72 of file lwplayoutdef.hxx.
#define STYLE_LOCAL 0x20UL /* is local layout */ |
Definition at line 64 of file lwplayoutdef.hxx.
#define STYLE_MODIFIED 0x2000000UL |
Definition at line 84 of file lwplayoutdef.hxx.
#define STYLE_MUTE 0x100UL /* gray modify menu */ |
Definition at line 67 of file lwplayoutdef.hxx.
#define STYLE_NOERRORCHECK 0x40UL /* is error checking enabled */ |
Definition at line 65 of file lwplayoutdef.hxx.
#define STYLE_NOTCOPYABLE 0x10000UL |
Definition at line 75 of file lwplayoutdef.hxx.
#define STYLE_NOTGROUPABLE 0x40000000UL |
Definition at line 89 of file lwplayoutdef.hxx.
#define STYLE_OVERRIDE 0x80000UL /* is layout an override */ |
Definition at line 78 of file lwplayoutdef.hxx.
#define STYLE_PAGEBREAK 0x1000000UL |
Definition at line 83 of file lwplayoutdef.hxx.
#define STYLE_PAINTMARGINSINCOLOR 0x8UL /* does this layout paint margins */ |
Definition at line 62 of file lwplayoutdef.hxx.
#define STYLE_PARENTSELECTABLE 0x20000UL |
Definition at line 76 of file lwplayoutdef.hxx.
#define STYLE_PRINTABLE 0x800UL /* contents can be printed */ |
Definition at line 70 of file lwplayoutdef.hxx.
#define STYLE_PROTECTED 0x10UL /* is this layout protected */ |
Definition at line 63 of file lwplayoutdef.hxx.
#define STYLE_SCRIPTING 0x200UL /* scripting enabled */ |
Definition at line 68 of file lwplayoutdef.hxx.
#define STYLE_SELECTABLE 0x02UL /* selectable container */ |
Definition at line 60 of file lwplayoutdef.hxx.
#define STYLE_SELECTED 0x100000UL |
Definition at line 79 of file lwplayoutdef.hxx.
#define STYLE_SHARED 0x04UL /* is this a global layout style */ |
Definition at line 61 of file lwplayoutdef.hxx.
#define TEXT_ORIENT_BTLR 3 |
Definition at line 169 of file lwplayoutdef.hxx.
#define TEXT_ORIENT_LRTB 0 |
Definition at line 166 of file lwplayoutdef.hxx.
#define TEXT_ORIENT_RLBT 2 |
Definition at line 168 of file lwplayoutdef.hxx.
#define TEXT_ORIENT_TBRL 1 |
Definition at line 167 of file lwplayoutdef.hxx.