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

(Global Index)

Syntax

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

Field Summary

strSourceFilename

strDestinationPath

strPattern

bUnoComponent

bActiveX

bOverwrite

aDateTime

nRights

seqSubFiles

Field Details



strSourceFilename

Syntax

string strSourceFilename;

strDestinationPath

Syntax

string strDestinationPath;

strPattern

Syntax

string strPattern;

bUnoComponent

Syntax

boolean bUnoComponent;

bActiveX

Syntax

boolean bActiveX;

bOverwrite

Syntax

boolean bOverwrite;

aDateTime

Syntax

com::sun::star::util::DateTime aDateTime;

nRights

Syntax

long nRights;

seqSubFiles

Syntax

sequence< string > seqSubFiles;
Top of Page