diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-28 00:06:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:03 +0200 |
commit | f3db7d1abb1d010a331b26793c3a3788eb8ba2cf (patch) | |
tree | 69ee020d169f253bd7a14d75185357515db4cce0 /udkapi | |
parent | 4718949d417dd5297073997546e04ecf300b0479 (diff) |
*api: convert <method scope="foo">
sed -i 's,<method scope="\([^"]*\)">\([^<][^)]\+\)</method>,\1::\2(),g'
Change-Id: I7ceb805d67a79c297fb5f044a8fb226ec2fb366c
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/beans/MethodConcept.idl | 4 | ||||
-rw-r--r-- | udkapi/com/sun/star/bridge/oleautomation/Factory.idl | 4 | ||||
-rw-r--r-- | udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/lang/Locale.idl | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/beans/MethodConcept.idl b/udkapi/com/sun/star/beans/MethodConcept.idl index 06db2ec3e802..613c87593df4 100644 --- a/udkapi/com/sun/star/beans/MethodConcept.idl +++ b/udkapi/com/sun/star/beans/MethodConcept.idl @@ -69,7 +69,7 @@ published constants MethodConcept <code>create...Enumeration</code> and return an interface that is derived from <type scope="com::sun::star::container"> XEnumeration</type> Additionally, the method - <method scope="com::sun::star::container">XEnumerationAccess::getElementType</method> + com::sun::star::container::XEnumerationAccess::getElementType() belongs to this concept.</p> */ const long ENUMERATION = 8; @@ -83,7 +83,7 @@ published constants MethodConcept <code>remove...ByName()</code>, <code>has...ByName()</code>, or <code>get...Names</code>. In addition, the method - <method scope="com::sun::star::container">XEnumerationAccess::getElementType</method> + com::sun::star::container::XEnumerationAccess::getElementType() belongs to this concept. </p> */ const long NAMECONTAINER = 16; diff --git a/udkapi/com/sun/star/bridge/oleautomation/Factory.idl b/udkapi/com/sun/star/bridge/oleautomation/Factory.idl index a8a50337e570..47a58746c855 100644 --- a/udkapi/com/sun/star/bridge/oleautomation/Factory.idl +++ b/udkapi/com/sun/star/bridge/oleautomation/Factory.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module bridge { module oleautomation <p> A COM object must have a ProgId since the ProgId is used as argument for - <method scope="com::sun::star::lang">XMultiServiceFactory::createInstance</method>. + com::sun::star::lang::XMultiServiceFactory::createInstance(). The only interfaces which are mapped are <code>IUnknown</code> and <code>IDispatch</code>. The created UNO objects support com::sun::star::script::XInvocation if the original COM @@ -38,7 +38,7 @@ module com { module sun { module star { module bridge { module oleautomation </p> <p> The optional parameters of the method - <method scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments</method> + com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments() are reserved for future use; at this time they are ignored. </p> */ diff --git a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl index 6f81091f4ce0..0abc343ef2dd 100644 --- a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl +++ b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module bridge { module oleautomation <p> The Automation bridge accepts values of NamedArgument when a call to an Automation object is made. The call is done through the - <method scope="com::sun::star::script">XInvocation::invoke</method> + com::sun::star::script::XInvocation::invoke() method, which takes all arguments in a sequence of anys. Usually the order of the arguments must correspond to the order of arguments in the Automation method. By using instances of NamedArgument the arguments in the diff --git a/udkapi/com/sun/star/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl index 0a0959ce7e42..8be2fe8462de 100644 --- a/udkapi/com/sun/star/lang/Locale.idl +++ b/udkapi/com/sun/star/lang/Locale.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module lang { <p> Because a <code>Locale</code> object is just an identifier for a region, no validity check is performed. If you want to see whether particular resources are available for the <code>Locale</code>, use - the <method scope="com::sun::star::resource">XLocale::getAvailableLocales</method> method to ask for the + the com::sun::star::resource::XLocale::getAvailableLocales() method to ask for the locales it supports.</p> <p> <strong>Note:</strong> When you ask for a resource for a |