summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/registry
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/registry')
-rw-r--r--udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl3
-rw-r--r--udkapi/com/sun/star/registry/DefaultRegistry.idl3
-rw-r--r--udkapi/com/sun/star/registry/ImplementationRegistration.idl3
-rw-r--r--udkapi/com/sun/star/registry/InvalidRegistryException.idl3
-rw-r--r--udkapi/com/sun/star/registry/InvalidValueException.idl3
-rw-r--r--udkapi/com/sun/star/registry/MergeConflictException.idl3
-rw-r--r--udkapi/com/sun/star/registry/NestedRegistry.idl3
-rw-r--r--udkapi/com/sun/star/registry/RegistryKeyType.idl5
-rw-r--r--udkapi/com/sun/star/registry/RegistryValueType.idl11
-rw-r--r--udkapi/com/sun/star/registry/SimpleRegistry.idl3
-rw-r--r--udkapi/com/sun/star/registry/XImplementationRegistration.idl7
-rw-r--r--udkapi/com/sun/star/registry/XImplementationRegistration2.idl4
-rw-r--r--udkapi/com/sun/star/registry/XRegistryKey.idl32
-rw-r--r--udkapi/com/sun/star/registry/XSimpleRegistry.idl11
14 files changed, 0 insertions, 94 deletions
diff --git a/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl b/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
index 8eade2a67fef..2f8677462340 100644
--- a/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
+++ b/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::registry::CannotRegisterImplementationException
/** is thrown when an application tries to register a new component (implementation) using the
@@ -44,7 +42,6 @@ published exception CannotRegisterImplementationException: com::sun::star::uno::
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/DefaultRegistry.idl b/udkapi/com/sun/star/registry/DefaultRegistry.idl
index 9b14774a92fa..ad0972659b0f 100644
--- a/udkapi/com/sun/star/registry/DefaultRegistry.idl
+++ b/udkapi/com/sun/star/registry/DefaultRegistry.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/registry/XSimpleRegistry.idl>
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
// DocMerge from xml: service com::sun::star::registry::DefaultRegistry
/** implicitly supports a local registry and a read-only
@@ -143,7 +141,6 @@ published service DefaultRegistry
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/ImplementationRegistration.idl b/udkapi/com/sun/star/registry/ImplementationRegistration.idl
index a99b6c290f65..bc2446c06f2f 100644
--- a/udkapi/com/sun/star/registry/ImplementationRegistration.idl
+++ b/udkapi/com/sun/star/registry/ImplementationRegistration.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/registry/XImplementationRegistration.idl>
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
// DocMerge from xml: service com::sun::star::registry::ImplementationRegistration
/** is the implementation of the interface <type>XImplementationRegistration</type>.
@@ -42,7 +40,6 @@
published service ImplementationRegistration
: com::sun::star::registry::XImplementationRegistration;
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/InvalidRegistryException.idl b/udkapi/com/sun/star/registry/InvalidRegistryException.idl
index 45aa82c2de04..141ea2c8e665 100644
--- a/udkapi/com/sun/star/registry/InvalidRegistryException.idl
+++ b/udkapi/com/sun/star/registry/InvalidRegistryException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::registry::InvalidRegistryException
/** signals that the registry is invalid or an operation on the registry
@@ -36,7 +34,6 @@ published exception InvalidRegistryException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/InvalidValueException.idl b/udkapi/com/sun/star/registry/InvalidValueException.idl
index c3a891ea6d36..1b3919ca7523 100644
--- a/udkapi/com/sun/star/registry/InvalidValueException.idl
+++ b/udkapi/com/sun/star/registry/InvalidValueException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::registry::InvalidValueException
/** signals that the value of the key is invalid or does not have the
@@ -36,7 +34,6 @@ published exception InvalidValueException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/MergeConflictException.idl b/udkapi/com/sun/star/registry/MergeConflictException.idl
index 08c8d91c5f86..6c77b4ffae11 100644
--- a/udkapi/com/sun/star/registry/MergeConflictException.idl
+++ b/udkapi/com/sun/star/registry/MergeConflictException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
// DocMerge from xml: exception com::sun::star::registry::MergeConflictException
/** is thrown if entries of two registries are contradictory in the context of
@@ -36,7 +34,6 @@ published exception MergeConflictException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/NestedRegistry.idl b/udkapi/com/sun/star/registry/NestedRegistry.idl
index e6fe72de41ec..b3870650209d 100644
--- a/udkapi/com/sun/star/registry/NestedRegistry.idl
+++ b/udkapi/com/sun/star/registry/NestedRegistry.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/XInitialization.idl>
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
// DocMerge from xml: service com::sun::star::registry::NestedRegistry
/** supports a shared view on two different registries. The registry
@@ -139,7 +137,6 @@ published service NestedRegistry
interface com::sun::star::lang::XInitialization;
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/RegistryKeyType.idl b/udkapi/com/sun/star/registry/RegistryKeyType.idl
index 10b29081e344..f1c85e1ee7d4 100644
--- a/udkapi/com/sun/star/registry/RegistryKeyType.idl
+++ b/udkapi/com/sun/star/registry/RegistryKeyType.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_registry_RegistryKeyType_idl__
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::registry::RegistryKeyType
/** represents all possible types of a key.
@@ -34,13 +32,11 @@
*/
published enum RegistryKeyType
{
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR RegistryKeyType:: KEY,
// DocMerge: empty anyway
KEY,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR RegistryKeyType:: LINK
// DocMerge: empty anyway
@@ -48,7 +44,6 @@ published enum RegistryKeyType
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/RegistryValueType.idl b/udkapi/com/sun/star/registry/RegistryValueType.idl
index 053bf3f4d02b..6abcc2c07b43 100644
--- a/udkapi/com/sun/star/registry/RegistryValueType.idl
+++ b/udkapi/com/sun/star/registry/RegistryValueType.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_registry_RegistryValueType_idl__
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::registry::RegistryValueType
/** represents all possible types of a key value.
@@ -35,7 +33,6 @@
*/
published enum RegistryValueType
{
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR RegistryValueType:: NOT_DEFINED,
// DocMerge from xml: value com::sun::star::registry::RegistryValueType::NOT_DEFINED
@@ -43,7 +40,6 @@ published enum RegistryValueType
*/
NOT_DEFINED,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR RegistryValueType:: LONG,
// DocMerge from xml: value com::sun::star::registry::RegistryValueType::LONG
@@ -51,7 +47,6 @@ published enum RegistryValueType
*/
LONG,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR RegistryValueType:: ASCII,
// DocMerge from xml: value com::sun::star::registry::RegistryValueType::ASCII
@@ -59,7 +54,6 @@ published enum RegistryValueType
*/
ASCII,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR RegistryValueType:: STRING,
// DocMerge from xml: value com::sun::star::registry::RegistryValueType::STRING
@@ -67,7 +61,6 @@ published enum RegistryValueType
*/
STRING,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR RegistryValueType:: BINARY,
// DocMerge from xml: value com::sun::star::registry::RegistryValueType::BINARY
@@ -75,7 +68,6 @@ published enum RegistryValueType
*/
BINARY,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR RegistryValueType:: LONGLIST,
// DocMerge from xml: value com::sun::star::registry::RegistryValueType::LONGLIST
@@ -83,7 +75,6 @@ published enum RegistryValueType
*/
LONGLIST,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR RegistryValueType:: ASCIILIST,
// DocMerge from xml: value com::sun::star::registry::RegistryValueType::ASCIILIST
@@ -91,7 +82,6 @@ published enum RegistryValueType
*/
ASCIILIST,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR RegistryValueType:: STRINGLIST
// DocMerge from xml: value com::sun::star::registry::RegistryValueType::STRINGLIST
@@ -101,7 +91,6 @@ published enum RegistryValueType
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/SimpleRegistry.idl b/udkapi/com/sun/star/registry/SimpleRegistry.idl
index 1d876cca2509..161d4719a6a3 100644
--- a/udkapi/com/sun/star/registry/SimpleRegistry.idl
+++ b/udkapi/com/sun/star/registry/SimpleRegistry.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/registry/XSimpleRegistry.idl>
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
// DocMerge from xml: service com::sun::star::registry::SimpleRegistry
/** makes it possible to create, open, or close a registry. Further, it is
@@ -39,7 +37,6 @@
*/
published service SimpleRegistry : com::sun::star::registry::XSimpleRegistry;
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/XImplementationRegistration.idl b/udkapi/com/sun/star/registry/XImplementationRegistration.idl
index eddeb827348b..df6822a26eb8 100644
--- a/udkapi/com/sun/star/registry/XImplementationRegistration.idl
+++ b/udkapi/com/sun/star/registry/XImplementationRegistration.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/registry/CannotRegisterImplementationException.idl>
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::registry::XImplementationRegistration
/** offers a registry for implementation objects and provides information
@@ -38,7 +36,6 @@
*/
published interface XImplementationRegistration: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::registry::XImplementationRegistration::registerImplementation
/** registers a component which provides one or more implementations.
@@ -56,7 +53,6 @@ published interface XImplementationRegistration: com::sun::star::uno::XInterface
[in] com::sun::star::registry::XSimpleRegistry xReg )
raises( com::sun::star::registry::CannotRegisterImplementationException );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::registry::XImplementationRegistration::revokeImplementation
/** revokes a component and all their provided implementations from the registry.
@@ -72,7 +68,6 @@ published interface XImplementationRegistration: com::sun::star::uno::XInterface
boolean revokeImplementation( [in] string aLocation,
[in] com::sun::star::registry::XSimpleRegistry xReg );
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XImplementationRegistration::getImplementations
// DocMerge from idl: method com::sun::star::registry::XImplementationRegistration::getImplementations
@@ -90,7 +85,6 @@ published interface XImplementationRegistration: com::sun::star::uno::XInterface
sequence<string> getImplementations( [in] string aImplementationLoader,
[in] string aLocation );
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XImplementationRegistration::checkInstantiation
// DocMerge from idl: method com::sun::star::registry::XImplementationRegistration::checkInstantiation
@@ -104,7 +98,6 @@ published interface XImplementationRegistration: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/XImplementationRegistration2.idl b/udkapi/com/sun/star/registry/XImplementationRegistration2.idl
index 6b0d531f4728..1b3bf9f8fcba 100644
--- a/udkapi/com/sun/star/registry/XImplementationRegistration2.idl
+++ b/udkapi/com/sun/star/registry/XImplementationRegistration2.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_registry_XImplementationRegistration2_idl__
#include <com/sun/star/registry/XImplementationRegistration.idl>
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
/** extends the functionality of <type scope="com::sun::star::registry">XImplementationRegistration</type>. It can be useful to specify a complete Url to a component but register the components name only (library or jar name).
@@ -32,7 +30,6 @@
*/
interface XImplementationRegistration2: com::sun::star::registry::XImplementationRegistration
{
- //-------------------------------------------------------------------------
/** registers a component which provides one or more implementations.
@@ -54,7 +51,6 @@ interface XImplementationRegistration2: com::sun::star::registry::XImplementatio
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/XRegistryKey.idl b/udkapi/com/sun/star/registry/XRegistryKey.idl
index 8121f0fbf26a..f9456e797653 100644
--- a/udkapi/com/sun/star/registry/XRegistryKey.idl
+++ b/udkapi/com/sun/star/registry/XRegistryKey.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/registry/InvalidValueException.idl>
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
/** makes structural information (except regarding tree structures)
of a single registry key accessible.
@@ -40,7 +38,6 @@ module com { module sun { module star { module registry {
*/
published interface XRegistryKey: com::sun::star::uno::XInterface
{
- //---------------------------------------------------------------------
/** This is the key of the entry relative to its parent.<p>
<p>The access path starts with the root "/" and all parent
@@ -51,7 +48,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
*/
[readonly, attribute] string KeyName;
- //-------------------------------------------------------------------------
/** checks if the key can be overwritten.
@throws InvalidRegistryException
@@ -60,12 +56,10 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
boolean isReadOnly()
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** checks if the key points to an open valid key in the data-source.
*/
boolean isValid();
- //-------------------------------------------------------------------------
/** @returns
the type of the specified key.
@@ -79,7 +73,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
com::sun::star::registry::RegistryKeyType getKeyType( [in] string rKeyName )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** @returns
the type of the key value or NOT_DEFINED if the key has no value.
@@ -89,7 +82,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
com::sun::star::registry::RegistryValueType getValueType()
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** @returns
a long value if the key contains one.
@@ -103,7 +95,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
raises( com::sun::star::registry::InvalidRegistryException,
com::sun::star::registry::InvalidValueException );
- //-------------------------------------------------------------------------
/** sets a long value to the key.
<p>If the key already has a value, the value will be
@@ -115,7 +106,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
void setLongValue( [in] long value )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XRegistryKey::getLongListValue
/** @returns
a sequence of longs if the key contains a long list value.
@@ -130,7 +120,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
raises( com::sun::star::registry::InvalidRegistryException,
com::sun::star::registry::InvalidValueException );
- //-------------------------------------------------------------------------
/** sets a long list value to the key.
<p>If the key already has a value, the value will be
@@ -142,7 +131,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
void setLongListValue( [in] sequence<long> seqValue )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XRegistryKey::getAsciiValue
/** @returns
an ascii string value if the key contains one.
@@ -157,7 +145,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
raises( com::sun::star::registry::InvalidRegistryException,
com::sun::star::registry::InvalidValueException );
- //-------------------------------------------------------------------------
/** sets an ASCII string value to the key.
<p>The high byte of the string should be NULL. If not, there
@@ -170,7 +157,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
void setAsciiValue( [in] string value )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XRegistryKey::getAsciiListValue
/** @returns
a sequence of ascii strings if the key contains an asci list value.
@@ -185,7 +171,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
raises( com::sun::star::registry::InvalidRegistryException,
com::sun::star::registry::InvalidValueException );
- //-------------------------------------------------------------------------
/** sets an ASCII string list value to the key.
<p>The high byte of the string should be NULL. If not, there
@@ -198,7 +183,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
void setAsciiListValue( [in] sequence<string> seqValue )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XRegistryKey::getStringValue
/** @returns
a unicode string value if the key contains one.
@@ -213,7 +197,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
raises( com::sun::star::registry::InvalidRegistryException,
com::sun::star::registry::InvalidValueException );
- //-------------------------------------------------------------------------
/** sets a unicode string value to the key.
<p> If the key already has a value, the value will be
@@ -225,7 +208,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
void setStringValue( [in] string value )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XRegistryKey::getStringListValue
/** @returns
a sequence of unicode strings if the key contains an unicode string list value.
@@ -240,7 +222,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
raises( com::sun::star::registry::InvalidRegistryException,
com::sun::star::registry::InvalidValueException );
- //-------------------------------------------------------------------------
/** sets a unicode string value to the key.
<p>If the key already has a value, the value will be overridden.
@@ -251,7 +232,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
void setStringListValue( [in] sequence<string> seqValue )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XRegistryKey::getBinaryValue
/** @returns
a binary value if the key contains one.
@@ -266,7 +246,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
raises( com::sun::star::registry::InvalidRegistryException,
com::sun::star::registry::InvalidValueException );
- //-------------------------------------------------------------------------
/** sets a binary value to the key.
<p>If the key already has a value, the value will be
@@ -278,7 +257,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
void setBinaryValue( [in] sequence<byte> value )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** opens a sub key of the key.
<p>If the sub key does not exist, the function returns a
@@ -297,7 +275,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
com::sun::star::registry::XRegistryKey openKey( [in] string aKeyName )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** creates a new key in the registry.<p>
<p>If the key already exists, the function will open the key.
@@ -316,7 +293,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
com::sun::star::registry::XRegistryKey createKey( [in] string aKeyName )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** closes a key in the registry.
@throws InvalidRegistryException
@@ -325,7 +301,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
void closeKey()
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** deletes a key from the registry.
@param aKeyName
@@ -339,7 +314,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
void deleteKey( [in] string rKeyName )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XRegistryKey::openKeys
/** opens all subkeys of the key. If a subkey is a link, the link will be
resolved and the appropriate key will be opened.
@@ -353,7 +327,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
sequence<com::sun::star::registry::XRegistryKey> openKeys()
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XRegistryKey::getKeyNames
/** @returns a sequence with the names of all subkeys of the key.
If the key has no subkeys, the function returns an empty sequence. If a subkey is
@@ -365,7 +338,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
sequence<string> getKeyNames()
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** creates a new link in the registry.
@returns
@@ -390,7 +362,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
[in] string aLinkTarget )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** deletes a link from the registry.
@param aLinkName
@@ -404,7 +375,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
void deleteLink( [in] string rLinkName )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XRegistryKey::getLinkTarget
/** @returns
the target (complete path of a key) of the link specified by rLinkName.
@@ -419,7 +389,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
string getLinkTarget( [in] string rLinkName )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR XRegistryKey::getResolvedName
/** @returns
the resolved name of a key. The function resolve the complete name of the key.
@@ -437,7 +406,6 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/registry/XSimpleRegistry.idl b/udkapi/com/sun/star/registry/XSimpleRegistry.idl
index 088b3464f4a9..5cf60eed4eca 100644
--- a/udkapi/com/sun/star/registry/XSimpleRegistry.idl
+++ b/udkapi/com/sun/star/registry/XSimpleRegistry.idl
@@ -25,11 +25,9 @@
#include <com/sun/star/registry/MergeConflictException.idl>
-//=============================================================================
module com { module sun { module star { module registry {
-//=============================================================================
/** allows access to a registry (a persistent data source).
The data is stored in a hierarchical key structure beginning with a root key.
Each key can store a value and can have multiple subkeys.
@@ -38,12 +36,10 @@ module com { module sun { module star { module registry {
*/
published interface XSimpleRegistry: com::sun::star::uno::XInterface
{
- //---------------------------------------------------------------------
/** returns the URL of the current data source of the registry.
*/
string getURL();
- //-------------------------------------------------------------------------
/** connects the registry to a persistent data source represented by
an URL.
@@ -69,12 +65,10 @@ published interface XSimpleRegistry: com::sun::star::uno::XInterface
[in] boolean bCreate )
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** checks if the registry points to a valid data-source.
*/
boolean isValid();
- //-------------------------------------------------------------------------
/** disconnects the registry from the data-source.
@throws InvalidRegistryException
@@ -83,7 +77,6 @@ published interface XSimpleRegistry: com::sun::star::uno::XInterface
void close()
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** destroys the registry and the data source.
@throws InvalidRegistryException
@@ -92,7 +85,6 @@ published interface XSimpleRegistry: com::sun::star::uno::XInterface
void destroy()
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** @returns
the root key of the registry.
@@ -102,7 +94,6 @@ published interface XSimpleRegistry: com::sun::star::uno::XInterface
com::sun::star::registry::XRegistryKey getRootKey()
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** checks if the registry is readonly.
@throws InvalidRegistryException
@@ -111,7 +102,6 @@ published interface XSimpleRegistry: com::sun::star::uno::XInterface
boolean isReadOnly()
raises( com::sun::star::registry::InvalidRegistryException );
- //-------------------------------------------------------------------------
/** DEPRECATED: this method lacks a registry key (better than a URL).
merges a registry under the specified key.
@@ -133,7 +123,6 @@ published interface XSimpleRegistry: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };