LibreOffice Module sw (master) 1
|
STD - STyle Definition. More...
#include <ww8struc.hxx>
Public Attributes | |
sal_uInt16 | sti: 12 |
sal_uInt16 | fScratch: 1 |
sal_uInt16 | fInvalHeight: 1 |
sal_uInt16 | fHasUpe: 1 |
sal_uInt16 | fMassCopy: 1 |
sal_uInt16 | sgc: 4 |
sal_uInt16 | istdBase: 12 |
sal_uInt16 | cupx: 4 |
sal_uInt16 | istdNext: 12 |
sal_uInt16 | bchUpe |
sal_uInt16 | fAutoRedef: 1 |
sal_uInt16 | fHidden: 1 |
sal_uInt16 | __pad0__: 14 |
STD - STyle Definition.
The STD contains the entire definition of a style. It has two parts, a fixed-length base (cbSTDBase bytes long) and a variable length remainder holding the name, and the upx and upe arrays (a upx and upe for each type stored in the style, std.cupx) Note that new fields can be added to the BASE of the STD without invalidating the file format, because the STSHI contains the length that is stored in the file. When reading STDs from an older version, new fields will be zero.
Definition at line 169 of file ww8struc.hxx.
sal_uInt16 WW8_STD::__pad0__ |
Definition at line 188 of file ww8struc.hxx.
sal_uInt16 WW8_STD::bchUpe |
Definition at line 183 of file ww8struc.hxx.
sal_uInt16 WW8_STD::cupx |
Definition at line 181 of file ww8struc.hxx.
sal_uInt16 WW8_STD::fAutoRedef |
Definition at line 186 of file ww8struc.hxx.
sal_uInt16 WW8_STD::fHasUpe |
Definition at line 176 of file ww8struc.hxx.
sal_uInt16 WW8_STD::fHidden |
Definition at line 187 of file ww8struc.hxx.
sal_uInt16 WW8_STD::fInvalHeight |
Definition at line 175 of file ww8struc.hxx.
sal_uInt16 WW8_STD::fMassCopy |
Definition at line 177 of file ww8struc.hxx.
sal_uInt16 WW8_STD::fScratch |
Definition at line 173 of file ww8struc.hxx.
sal_uInt16 WW8_STD::istdBase |
Definition at line 180 of file ww8struc.hxx.
sal_uInt16 WW8_STD::istdNext |
Definition at line 182 of file ww8struc.hxx.
sal_uInt16 WW8_STD::sgc |
Definition at line 179 of file ww8struc.hxx.
sal_uInt16 WW8_STD::sti |
Definition at line 172 of file ww8struc.hxx.