summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-01 00:26:55 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commit392706b5f743b2f989ba5a120bbb31c2296bf902 (patch)
tree6d37555b819fb1c482106f29c0aede2a121ae819 /offapi/com/sun/star/embed
parented993aafc928717ead4fae6b6dac8845771d8661 (diff)
*api: fix loads of badly documented parameters
Change-Id: Ifcfdcc1aee5f45745ab17d83f69c2cf293b58196
Diffstat (limited to 'offapi/com/sun/star/embed')
-rw-r--r--offapi/com/sun/star/embed/InstanceLocker.idl2
-rw-r--r--offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl2
-rw-r--r--offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl2
-rw-r--r--offapi/com/sun/star/embed/XLinkFactory.idl4
-rw-r--r--offapi/com/sun/star/embed/XStorage.idl4
-rw-r--r--offapi/com/sun/star/embed/XStorageRawAccess.idl5
6 files changed, 8 insertions, 11 deletions
diff --git a/offapi/com/sun/star/embed/InstanceLocker.idl b/offapi/com/sun/star/embed/InstanceLocker.idl
index 7e2614cf9609..f46435ef9dd1 100644
--- a/offapi/com/sun/star/embed/InstanceLocker.idl
+++ b/offapi/com/sun/star/embed/InstanceLocker.idl
@@ -82,7 +82,7 @@ published service InstanceLocker : com::sun::star::lang::XComponent
values in this case: "PreventClose", "PreventTermination" ).
*/
InstanceLockerCtor2( [in] com::sun::star::uno::XInterface xInstance,
- [in] long aActions,
+ [in] long nActions,
[in] XActionsApproval xApprove )
raises( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::frame::DoubleInitializationException,
diff --git a/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl b/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
index 31e24aa8cfe0..b61c5cc62505 100644
--- a/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
+++ b/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
@@ -107,7 +107,7 @@ published interface XHierarchicalStorageAccess
method will return an empty reference.
</p>
- @param sStreamPath
+ @param sStreamName
the path to the substream that should be open
@param nOpenMode
diff --git a/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl b/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl
index 99f043dc7693..35413a73173a 100644
--- a/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl
+++ b/offapi/com/sun/star/embed/XHierarchicalStorageAccess2.idl
@@ -43,7 +43,7 @@ interface XHierarchicalStorageAccess2 : XHierarchicalStorageAccess
method will return an empty reference.
</p>
- @param sStreamPath
+ @param sStreamName
the path to the substream that should be open
@param nOpenMode
diff --git a/offapi/com/sun/star/embed/XLinkFactory.idl b/offapi/com/sun/star/embed/XLinkFactory.idl
index 72c2553ad2d8..b28137ced5ae 100644
--- a/offapi/com/sun/star/embed/XLinkFactory.idl
+++ b/offapi/com/sun/star/embed/XLinkFactory.idl
@@ -44,7 +44,7 @@ published interface XLinkFactory: com::sun::star::uno::XInterface
@param aClassID
the class id of the new object
- @param aClassName
+ @param ClassName
the class name of the new object
@param xStorage
@@ -73,7 +73,7 @@ published interface XLinkFactory: com::sun::star::uno::XInterface
*/
::com::sun::star::uno::XInterface createInstanceLinkUserInit(
[in] sequence< byte > aClassID,
- [in] string sClassName,
+ [in] string ClassName,
[in] ::com::sun::star::embed::XStorage xStorage,
[in] string sEntryName,
[in] sequence< ::com::sun::star::beans::PropertyValue > aArgs,
diff --git a/offapi/com/sun/star/embed/XStorage.idl b/offapi/com/sun/star/embed/XStorage.idl
index 22bf6a7a39b8..838b79d6d559 100644
--- a/offapi/com/sun/star/embed/XStorage.idl
+++ b/offapi/com/sun/star/embed/XStorage.idl
@@ -318,7 +318,7 @@ published interface XStorage
transaction in the storage.
</p>
- @param xStorage
+ @param xTargetStorage
the target storage that will be filled in with copy.
@throws ::com::sun::star::embed::InvalidStorageException
@@ -350,7 +350,7 @@ published interface XStorage
@param sStorName
the name of the storage that should be copied
- @param xStorage
+ @param xTargetStorage
the target storage that will be filled in with copy
@throws ::com::sun::star::embed::InvalidStorageException
diff --git a/offapi/com/sun/star/embed/XStorageRawAccess.idl b/offapi/com/sun/star/embed/XStorageRawAccess.idl
index 3bc8ecaed23f..c9c27a844efe 100644
--- a/offapi/com/sun/star/embed/XStorageRawAccess.idl
+++ b/offapi/com/sun/star/embed/XStorageRawAccess.idl
@@ -100,9 +100,6 @@ published interface XStorageRawAccess
@param sStreamName
the name of the substream that should be open
- @param xInputStream
- a raw stream representing encrypted stream
-
@throws ::com::sun::star::embed::InvalidStorageException
this storage is in invalid state for any reason
@@ -150,7 +147,7 @@ published interface XStorageRawAccess
@param sStreamName
the name of the substream that should be open
- @param xInputStream
+ @param xInStream
a raw stream representing encrypted stream
@throws ::com::sun::star::embed::InvalidStorageException