LibreOffice Module sw (master) 1
|
#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... | |
Definition at line 190 of file ww8scan.hxx.
bool WW8FieldDesc::bCodeNest |
instruction used recursively
Definition at line 199 of file ww8scan.hxx.
Referenced by SwWW8ImplReader::Read_Field(), and WW8GetFieldPara().
bool WW8FieldDesc::bResNest |
instruction inserted into result
Definition at line 200 of file ww8scan.hxx.
Referenced by SwWW8ImplReader::Read_Field(), and WW8GetFieldPara().
sal_uInt16 WW8FieldDesc::nId |
WW-id for fields.
Definition at line 197 of file ww8scan.hxx.
Referenced by SwWW8ImplReader::Read_F_DateTime(), SwWW8ImplReader::Read_F_DocInfo(), SwWW8ImplReader::Read_F_Input(), SwWW8ImplReader::Read_F_Num(), SwWW8ImplReader::Read_F_Tag(), SwWW8ImplReader::Read_F_Tox(), SwWW8ImplReader::Read_Field(), and WW8GetFieldPara().
WW8_CP WW8FieldDesc::nLCode |
length
Definition at line 194 of file ww8scan.hxx.
Referenced by SwWW8ImplReader::Read_F_FormCheckBox(), SwWW8ImplReader::Read_F_FormListBox(), SwWW8ImplReader::Read_F_FormTextBox(), SwWW8ImplReader::Read_Field(), and WW8GetFieldPara().
WW8_CP WW8FieldDesc::nLen |
total length (to skip over text)
Definition at line 192 of file ww8scan.hxx.
Referenced by SwWW8ImplReader::MapBookmarkVariables(), SwWW8ImplReader::Read_F_FormCheckBox(), SwWW8ImplReader::Read_F_FormListBox(), SwWW8ImplReader::Read_F_FormTextBox(), SwWW8ImplReader::Read_F_Tag(), SwWW8ImplReader::Read_Field(), and WW8GetFieldPara().
WW8_CP WW8FieldDesc::nLRes |
length ( == 0, if no result )
Definition at line 196 of file ww8scan.hxx.
Referenced by SwWW8ImplReader::GetFieldResult(), SwWW8ImplReader::Read_F_DBField(), SwWW8ImplReader::Read_F_Tox(), SwWW8ImplReader::Read_Field(), and WW8GetFieldPara().
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().
WW8_CP WW8FieldDesc::nSCode |
start of instructions code
Definition at line 193 of file ww8scan.hxx.
Referenced by SwWW8ImplReader::MapBookmarkVariables(), SwWW8ImplReader::Read_F_FormCheckBox(), SwWW8ImplReader::Read_F_FormListBox(), SwWW8ImplReader::Read_F_FormTextBox(), SwWW8ImplReader::Read_F_Tag(), SwWW8ImplReader::Read_Field(), and WW8GetFieldPara().
WW8_CP WW8FieldDesc::nSRes |
start of result
Definition at line 195 of file ww8scan.hxx.
Referenced by SwWW8ImplReader::GetFieldResult(), SwWW8ImplReader::Read_F_DBField(), SwWW8ImplReader::Read_Field(), and WW8GetFieldPara().