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

deprecated struct UnzipAction
Base Hierarchy
UnzipActionBaseAction
Usage Restrictions
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