:: ooo :: vba ::

interface XDocumentBase
Base Interfaces
XDocumentBaseXHelperInterface
   ┗ ::com::sun::star::lang::XServiceInfo

XHelperInterface

Methods' Summary
Close  
Save  
Activate  
Protect  
Unprotect  
Attributes' Summary
Name  
Path  
FullName  
Saved  
VBProject  
Methods' Details
Close
void
Close( [in] any  SaveChanges,
[in] any  FileName,
[in] any  RouteWorkBook );

Save
void
Save();

Activate
void
Activate();

Protect
void
Protect( [in] any  Password );

Unprotect
void
Unprotect( [in] any  Password );

Attributes' Details
Name
[ readonly ] string Name;
Path
[ readonly ] string Path;
FullName
[ readonly ] string FullName;
Saved
boolean Saved;
VBProject
[ readonly ] any VBProject;
Top of Page