summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2010-10-06 10:16:45 +0100
committerNoel Power <noel.power@novell.com>2010-10-13 13:32:25 +0100
commit0a98f874a63ce2018824530a4947bb0a4bc2e8e2 (patch)
tree5f6b93f8ccfb3c4d49c71adb4b00e7a03a4eeb51 /offapi
parent9f761a1f2490db5f98260b340fc98ee6187ea1c7 (diff)
initial commit for vba blob ( not including container_control stuff )
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/document/makefile.mk4
-rw-r--r--offapi/com/sun/star/drawing/Shape.idl4
-rw-r--r--offapi/com/sun/star/script/makefile.mk1
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 48394a650..7932c6ef3 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 360352a91..92fbdff71 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 da8e9110d..8c46453df 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