Kaydet (Commit) c04f6ffe authored tarafından Noel Power's avatar Noel Power

initial commit for vba blob ( not including container_control stuff )

üst bda7aaeb
...@@ -114,7 +114,9 @@ IDLFILES=\ ...@@ -114,7 +114,9 @@ IDLFILES=\
XDocumentRevisionListPersistence.idl\ XDocumentRevisionListPersistence.idl\
DocumentRevisionListPersistence.idl \ DocumentRevisionListPersistence.idl \
XDocumentLanguages.idl \ XDocumentLanguages.idl \
XCodeNameQuery.idl XCodeNameQuery.idl \
XCompatWriterDocProperties.idl \
XVbaMethodParameter.idl \
# ------------------------------------------------------------------ # ------------------------------------------------------------------
......
...@@ -200,6 +200,10 @@ published service Shape ...@@ -200,6 +200,10 @@ published service Shape
the z-order. the z-order.
*/ */
[optional, property] long NavigationOrder; [optional, property] long NavigationOrder;
/** this property lets you get and set a hyperlink for this shape.
*/
[optional, property] string Hyperlink;
}; };
//============================================================================= //=============================================================================
......
...@@ -48,6 +48,7 @@ IDLFILES=\ ...@@ -48,6 +48,7 @@ IDLFILES=\
XLibraryContainerExport.idl\ XLibraryContainerExport.idl\
XPersistentLibraryContainer.idl\ XPersistentLibraryContainer.idl\
XStorageBasedLibraryContainer.idl\ XStorageBasedLibraryContainer.idl\
XLibraryQueryExecutable.idl \
ModuleSizeExceededRequest.idl\ ModuleSizeExceededRequest.idl\
ModuleInfo.idl\ ModuleInfo.idl\
ModuleType.idl ModuleType.idl
......
...@@ -81,6 +81,8 @@ IDLFILES=\ ...@@ -81,6 +81,8 @@ IDLFILES=\
XScriptEventsAttacher.idl\ XScriptEventsAttacher.idl\
XDefaultMethod.idl\ XDefaultMethod.idl\
XDefaultProperty.idl\ XDefaultProperty.idl\
XAutomationInvocation.idl\
XErrorQuery.idl\
# ------------------------------------------------------------------ # ------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment