diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 18:33:02 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:05 +0200 |
commit | b7ba598ced9708da45372a6c3f8e1a17c306be8f (patch) | |
tree | 8f7bef1c06944e35828dfec635abd626ca402cec /offapi/com/sun/star/sdbc | |
parent | ae7595a7553c61cab3cc9014bb12239e02fd8c6a (diff) |
*api: clean up multi-line and mal-formed XML tags
It is amazing what some people believe autodoc supports.
Also, com::sun::star::uno::Any does not exist in IDL, that is part of
the C++ language binding.
Change-Id: I1f1f5cf5d27663ace6ff618ecbecb41fd2dfa1fc
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-rw-r--r-- | offapi/com/sun/star/sdbc/ColumnSearch.idl | 8 | ||||
-rw-r--r-- | offapi/com/sun/star/sdbc/ColumnType.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl | 5 | ||||
-rw-r--r-- | offapi/com/sun/star/sdbc/KeyRule.idl | 30 | ||||
-rw-r--r-- | offapi/com/sun/star/sdbc/PreparedStatement.idl | 14 | ||||
-rw-r--r-- | offapi/com/sun/star/sdbc/RowSet.idl | 12 | ||||
-rw-r--r-- | offapi/com/sun/star/sdbc/Statement.idl | 14 | ||||
-rw-r--r-- | offapi/com/sun/star/sdbc/XArray.idl | 2 |
8 files changed, 44 insertions, 45 deletions
diff --git a/offapi/com/sun/star/sdbc/ColumnSearch.idl b/offapi/com/sun/star/sdbc/ColumnSearch.idl index 513c184b0b4f..27fd9772d559 100644 --- a/offapi/com/sun/star/sdbc/ColumnSearch.idl +++ b/offapi/com/sun/star/sdbc/ColumnSearch.idl @@ -30,7 +30,7 @@ published constants ColumnSearch /** A possible value for column <code>SEARCHABLE</code> in the com::sun::star::sdbc::XResultSet object returned by the method - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member> + com::sun::star::sdbc::XDatabaseMetaData::getTypeInfo() . <p> Indicates that @@ -43,7 +43,7 @@ published constants ColumnSearch /** A possible value for column <code>SEARCHABLE</code> in the com::sun::star::sdbc::XResultSet object returned by the method - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member> + com::sun::star::sdbc::XDatabaseMetaData::getTypeInfo() . <p> Indicates that the only @@ -58,7 +58,7 @@ published constants ColumnSearch /** A possible value for column <code>SEARCHABLE</code> in the com::sun::star::sdbc::XResultSet object returned by the method - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member> + com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo() . <p> Indicates that one can base all @@ -75,7 +75,7 @@ published constants ColumnSearch in the com::sun::star::sdbc::XResultSet object returned by the method - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo()</member> + com::sun::star::sdbc">XDatabaseMetaData::getTypeInfo() . <p> Indicates that all diff --git a/offapi/com/sun/star/sdbc/ColumnType.idl b/offapi/com/sun/star/sdbc/ColumnType.idl index 03228ac173e2..7dfd8dc6b419 100644 --- a/offapi/com/sun/star/sdbc/ColumnType.idl +++ b/offapi/com/sun/star/sdbc/ColumnType.idl @@ -34,7 +34,7 @@ published constants ColumnType com::sun::star::sdbc::XResultSet object returned by the method - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getVersionColumns()</member> + com::sun::star::sdbc::XDatabaseMetaData::getVersionColumns() . */ const long UNKNOWN = 0; @@ -58,7 +58,7 @@ published constants ColumnType com::sun::star::sdbc::XResultSet object returned by the method - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getVersionColumns()</member> + com::sun::star::sdbc::XDatabaseMetaData::getVersionColumns() . */ const long PSEUDO = 2; diff --git a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl index 0bf18a2524ef..2b94cb5e1356 100644 --- a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl +++ b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl @@ -48,9 +48,8 @@ service JDBCConnectionProperties */ [optional, property] string JavaDriverClass; - /** an optional class path to locate the <member - scope="com::sun::star::sdbc">JDBCConnectionProperties::JavaDriverClass - </member>. + /** an optional class path to locate the + com::sun::star::sdbc::JDBCConnectionProperties::JavaDriverClass <p>The class path is a list of zero or more internal (see the com::sun::star::uri::ExternalUriReferenceTranslator diff --git a/offapi/com/sun/star/sdbc/KeyRule.idl b/offapi/com/sun/star/sdbc/KeyRule.idl index 1c6529f13281..3e886bb5a6eb 100644 --- a/offapi/com/sun/star/sdbc/KeyRule.idl +++ b/offapi/com/sun/star/sdbc/KeyRule.idl @@ -34,12 +34,12 @@ published constants KeyRule in the com::sun::star::sdbc::XResultSet objects returned by the methods - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member> + com::sun::star::sdbc::XDatabaseMetaData::getImportedKeys() , - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member> + com::sun::star::sdbc::XDatabaseMetaData::getExportedKeys() , and - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getCrossReference()</member> + com::sun::star::sdbc::XDatabaseMetaData::getCrossReference() . <P> For the column @@ -67,12 +67,12 @@ published constants KeyRule in the com::sun::star::sdbc::XResultSet objects returned by the methods - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member> + com::sun::star::sdbc::XDatabaseMetaData::getImportedKeys() , - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member> + com::sun::star::sdbc::XDatabaseMetaData::getExportedKeys() , and - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getCrossReference()</member> + com::sun::star::sdbc::XDatabaseMetaData::getCrossReference() . <P> For the column @@ -98,12 +98,12 @@ published constants KeyRule in the com::sun::star::sdbc::XResultSet objects returned by the methods - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member> + com::sun::star::sdbc::XDatabaseMetaData::getImportedKeys() , - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member> + com::sun::star::sdbc::XDatabaseMetaData::getExportedKeys() , and - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getCrossReference()</member> + com::sun::star::sdbc::XDatabaseMetaData::getCrossReference() . <P> For the columns @@ -125,12 +125,12 @@ published constants KeyRule in the com::sun::star::sdbc::XResultSet objects returned by the methods - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member> + com::sun::star::sdbc::XDatabaseMetaData::getImportedKeys() , - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member> + com::sun::star::sdbc::XDatabaseMetaData::getExportedKeys() , and - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getCrossReference()</member> + com::sun::star::sdbc::XDatabaseMetaData::getCrossReference() . <P> For the columns @@ -150,12 +150,12 @@ published constants KeyRule in the com::sun::star::sdbc::XResultSet objects returned by the methods - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getImportedKeys()</member> + com::sun::star::sdbc::XDatabaseMetaData::getImportedKeys() , - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getExportedKeys()</member> + com::sun::star::sdbc::XDatabaseMetaData::getExportedKeys() , and - <member scope="com::sun::star::sdbc">XDatabaseMetaData::getCrossReference()</member> + com::sun::star::sdbc::XDatabaseMetaData::getCrossReference() . <P> For the columns diff --git a/offapi/com/sun/star/sdbc/PreparedStatement.idl b/offapi/com/sun/star/sdbc/PreparedStatement.idl index 57bcc5f204e3..d35d0bbfedd0 100644 --- a/offapi/com/sun/star/sdbc/PreparedStatement.idl +++ b/offapi/com/sun/star/sdbc/PreparedStatement.idl @@ -128,7 +128,7 @@ published service PreparedStatement A driver implementing batch execution must return `TRUE` for - <member scope= "com::sun::star::sdbc">XDatabaseMetaData::supportsBatchUpdates()</member> + com::sun::star::sdbc::XDatabaseMetaData::supportsBatchUpdates() </p> */ [optional] interface XPreparedBatchExecution; @@ -157,18 +157,18 @@ published service PreparedStatement <p> This limit is the maximum number of bytes that can be returned for any column value. The limit applies only to - <member scope= "com::sun::star::sdbc">DataType::BINARY</member> + com::sun::star::sdbc::DataType::BINARY , - <member scope= "com::sun::star::sdbc">DataType::VARBINARY</member> + com::sun::star::sdbc::DataType::VARBINARY , - <member scope= "com::sun::star::sdbc">DataType::LONGVARBINARY</member> + com::sun::star::sdbc::DataType::LONGVARBINARY , - <member scope= "com::sun::star::sdbc">DataType::CHAR</member> + com::sun::star::sdbc::DataType::CHAR , - <member scope= "com::sun::star::sdbc">DataType::VARCHAR</member> + com::sun::star::sdbc::DataType::VARCHAR , and - <member scope= "com::sun::star::sdbc">DataType::LONGVARCHAR</member> + com::sun::star::sdbc::DataType::LONGVARCHAR columns. If the limit is exceeded, the excess data is silently discarded. </p> diff --git a/offapi/com/sun/star/sdbc/RowSet.idl b/offapi/com/sun/star/sdbc/RowSet.idl index 309c1bda42c7..f8b9183688e9 100644 --- a/offapi/com/sun/star/sdbc/RowSet.idl +++ b/offapi/com/sun/star/sdbc/RowSet.idl @@ -121,18 +121,18 @@ published service RowSet <p> This limit is the maximum number of bytes that can be returned for any column value. The limit applies only to - <member scope= "com::sun::star::sdbc">DataType::BINARY</member> + com::sun::star::sdbc::DataType::BINARY , - <member scope= "com::sun::star::sdbc">DataType::VARBINARY</member> + com::sun::star::sdbc::DataType::VARBINARY , - <member scope= "com::sun::star::sdbc">DataType::LONGVARBINARY</member> + com::sun::star::sdbc::DataType::LONGVARBINARY , - <member scope= "com::sun::star::sdbc">DataType::CHAR</member> + com::sun::star::sdbc::DataType::CHAR , - <member scope= "com::sun::star::sdbc">DataType::VARCHAR</member> + com::sun::star::sdbc::DataType::VARCHAR , and - <member scope= "com::sun::star::sdbc">DataType::LONGVARCHAR</member> + com::sun::star::sdbc::DataType::LONGVARCHAR columns. If the limit is exceeded, the excess data is silently discarded. <br/> diff --git a/offapi/com/sun/star/sdbc/Statement.idl b/offapi/com/sun/star/sdbc/Statement.idl index e49728cae380..77e598dfb7df 100644 --- a/offapi/com/sun/star/sdbc/Statement.idl +++ b/offapi/com/sun/star/sdbc/Statement.idl @@ -79,7 +79,7 @@ published service Statement A driver implementing batch execution must return `TRUE` for - <member scope= "com::sun::star::sdbc"> XDatabaseMetaData::supportsBatchUpdates()</member> + com::sun::star::sdbc:: XDatabaseMetaData::supportsBatchUpdates() </p> */ [optional] interface XBatchExecution; @@ -110,18 +110,18 @@ published service Statement <p> This limit is the maximum number of bytes that can be returned for any column value. The limit applies only to - <member scope= "com::sun::star::sdbc">DataType::BINARY</member> + com::sun::star::sdbc::DataType::BINARY , - <member scope= "com::sun::star::sdbc">DataType::VARBINARY</member> + com::sun::star::sdbc::DataType::VARBINARY , - <member scope= "com::sun::star::sdbc">DataType::LONGVARBINARY</member> + com::sun::star::sdbc::DataType::LONGVARBINARY , - <member scope= "com::sun::star::sdbc">DataType::CHAR</member> + com::sun::star::sdbc::DataType::CHAR , - <member scope= "com::sun::star::sdbc">DataType::VARCHAR</member> + com::sun::star::sdbc::DataType::VARCHAR , and - <member scope= "com::sun::star::sdbc">DataType::LONGVARCHAR</member> + com::sun::star::sdbc::DataType::LONGVARCHAR columns. If the limit is exceeded, the excess data is silently discarded. <br/> diff --git a/offapi/com/sun/star/sdbc/XArray.idl b/offapi/com/sun/star/sdbc/XArray.idl index e6694dc3c5f3..f55faae9c13b 100644 --- a/offapi/com/sun/star/sdbc/XArray.idl +++ b/offapi/com/sun/star/sdbc/XArray.idl @@ -33,7 +33,7 @@ /** is used for mapping the SQL type - <member scope= "com::sun::star::sdbc">DataType::ARRAY</member> + com::sun::star::sdbc::DataType::ARRAY . By default, an <code>Array</code> |