:: com :: sun :: star :: setup ::

struct UnzipAction
Base Hierarchy
BaseAction
 |
 +-UnzipAction
[ DEPRECATED ]

Elements' Summary
strSourceFilename
strDestinationPath
strPattern
bUnoComponent
bActiveX
bOverwrite
aDateTime
nRights
seqSubFiles
Elements' Details
strSourceFilename
string strSourceFilename;
strDestinationPath
string strDestinationPath;
strPattern
string strPattern;
bUnoComponent
boolean bUnoComponent;
bActiveX
boolean bActiveX;
bOverwrite
boolean bOverwrite;
aDateTime
::com::sun::star::util::DateTime aDateTime;
nRights
long nRights;
seqSubFiles
sequence< string > seqSubFiles;
Top of Page