From c04f6ffeae4ba3c8baf4a6dc33669c3da00159c0 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Wed, 6 Oct 2010 10:16:45 +0100 Subject: initial commit for vba blob ( not including container_control stuff ) --- offapi/com/sun/star/document/makefile.mk | 4 +++- offapi/com/sun/star/drawing/Shape.idl | 4 ++++ offapi/com/sun/star/script/makefile.mk | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) (limited to 'offapi/com') 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 -- cgit