diff options
author | Noel Power <noel.power@novell.com> | 2010-10-06 10:16:45 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2010-10-13 13:32:25 +0100 |
commit | c04f6ffeae4ba3c8baf4a6dc33669c3da00159c0 (patch) | |
tree | 3cb513b392d79be0f903e0c74355baa91aa4938e /offapi/com | |
parent | bda7aaeb74713f423aa1c80aee982f056007db2e (diff) |
initial commit for vba blob ( not including container_control stuff )
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/document/makefile.mk | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/Shape.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/script/makefile.mk | 1 |
3 files changed, 8 insertions, 1 deletions
diff --git a/offapi/com/sun/star/document/makefile.mk b/offapi/com/sun/star/document/makefile.mk index 48394a65008c..7932c6ef34e2 100644 --- a/offapi/com/sun/star/document/makefile.mk +++ b/offapi/com/sun/star/document/makefile.mk @@ -114,7 +114,9 @@ IDLFILES=\ XDocumentRevisionListPersistence.idl\ DocumentRevisionListPersistence.idl \ XDocumentLanguages.idl \ - XCodeNameQuery.idl + XCodeNameQuery.idl \ + XCompatWriterDocProperties.idl \ + XVbaMethodParameter.idl \ # ------------------------------------------------------------------ diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl index 3bf1c6fa15cc..a85576aafb86 100644 --- a/offapi/com/sun/star/drawing/Shape.idl +++ b/offapi/com/sun/star/drawing/Shape.idl @@ -200,6 +200,10 @@ published service Shape the z-order. */ [optional, property] long NavigationOrder; + + /** this property lets you get and set a hyperlink for this shape. + */ + [optional, property] string Hyperlink; }; //============================================================================= diff --git a/offapi/com/sun/star/script/makefile.mk b/offapi/com/sun/star/script/makefile.mk index da8e9110d1fa..8c46453df552 100644 --- a/offapi/com/sun/star/script/makefile.mk +++ b/offapi/com/sun/star/script/makefile.mk @@ -48,6 +48,7 @@ IDLFILES=\ XLibraryContainerExport.idl\ XPersistentLibraryContainer.idl\ XStorageBasedLibraryContainer.idl\ + XLibraryQueryExecutable.idl \ ModuleSizeExceededRequest.idl\ ModuleInfo.idl\ ModuleType.idl |