struct ProfileItemAction in module com::sun::star::setup::

(Global Index)

Syntax

struct ProfileItemAction : com::sun::star::setup::BaseAction ;

Field Summary

strProfilename

strSection

strKey

strValue

bCreate

Field Details



strProfilename

Syntax

string strProfilename;

strSection

Syntax

string strSection;

strKey

Syntax

string strKey;

strValue

Syntax

string strValue;

bCreate

Syntax

boolean bCreate;
Top of Page