LibreOffice Module sw (master) 1
Public Attributes | List of all members
WW8FieldDesc Struct Reference

#include <ww8scan.hxx>

Public Attributes

WW8_CP nLen
 total length (to skip over text) More...
 
WW8_CP nSCode
 start of instructions code More...
 
WW8_CP nLCode
 length More...
 
WW8_CP nSRes
 start of result More...
 
WW8_CP nLRes
 length ( == 0, if no result ) More...
 
sal_uInt16 nId
 WW-id for fields. More...
 
sal_uInt8 nOpt
 WW-Flags ( e.g.: changed by user ) More...
 
bool bCodeNest:1
 instruction used recursively More...
 
bool bResNest:1
 instruction inserted into result More...
 

Detailed Description

Definition at line 190 of file ww8scan.hxx.

Member Data Documentation

◆ bCodeNest

bool WW8FieldDesc::bCodeNest

instruction used recursively

Definition at line 199 of file ww8scan.hxx.

Referenced by SwWW8ImplReader::Read_Field(), and WW8GetFieldPara().

◆ bResNest

bool WW8FieldDesc::bResNest

instruction inserted into result

Definition at line 200 of file ww8scan.hxx.

Referenced by SwWW8ImplReader::Read_Field(), and WW8GetFieldPara().

◆ nId

sal_uInt16 WW8FieldDesc::nId

◆ nLCode

WW8_CP WW8FieldDesc::nLCode

◆ nLen

WW8_CP WW8FieldDesc::nLen

◆ nLRes

WW8_CP WW8FieldDesc::nLRes

◆ nOpt

sal_uInt8 WW8FieldDesc::nOpt

WW-Flags ( e.g.: changed by user )

Definition at line 198 of file ww8scan.hxx.

Referenced by SwWW8ImplReader::Read_F_DateTime(), SwWW8ImplReader::Read_F_DocInfo(), and WW8GetFieldPara().

◆ nSCode

WW8_CP WW8FieldDesc::nSCode

◆ nSRes

WW8_CP WW8FieldDesc::nSRes

The documentation for this struct was generated from the following file: