diff options
Diffstat (limited to 'offapi')
5 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/chart2/DataSeries.idl b/offapi/com/sun/star/chart2/DataSeries.idl index fb44d145890a..ffcf8daeb7f0 100644 --- a/offapi/com/sun/star/chart2/DataSeries.idl +++ b/offapi/com/sun/star/chart2/DataSeries.idl @@ -184,7 +184,7 @@ service DataSeries /** A sequence of indexes denoting which data points shouldn't be shown in the legend. - @since LibreOffice 6.5 + @since LibreOffice 7.0 */ [optional, property] sequence<long> DeletedLegendEntries; }; diff --git a/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl b/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl index 541d1d822121..1eb26277534a 100644 --- a/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl +++ b/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl @@ -210,7 +210,7 @@ interface XDocumentDigitalSignatures : com::sun::star::uno::XInterface <p>The rest of document content will not be signed.</p> - @since LibreOffice 6.5 + @since LibreOffice 7.0 */ boolean signScriptingContentWithCertificate([in] ::com::sun::star::security::XCertificate xCertificate, [in] ::com::sun::star::embed::XStorage xStorage, @@ -218,7 +218,7 @@ interface XDocumentDigitalSignatures : com::sun::star::uno::XInterface /** signs the full Package, which means everything in the storage except the content of META-INF with the provided certificate. - @since LibreOffice 6.5 + @since LibreOffice 7.0 */ boolean signPackageWithCertificate([in] ::com::sun::star::security::XCertificate xCertificate, [in] ::com::sun::star::embed::XStorage xStorage, diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl index f213bf0c4f12..2f8a87448a33 100644 --- a/offapi/com/sun/star/style/CharacterProperties.idl +++ b/offapi/com/sun/star/style/CharacterProperties.idl @@ -462,7 +462,7 @@ published service CharacterProperties /** This is the transparency of the character text. - @since LibreOffice 6.5 + @since LibreOffice 7.0 <p>The value 100 means entirely transparent, while 0 means not transparent at all.</p> */ diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl index 6aca55d1b40f..0d668058fdc0 100644 --- a/offapi/com/sun/star/style/ParagraphProperties.idl +++ b/offapi/com/sun/star/style/ParagraphProperties.idl @@ -412,7 +412,7 @@ published service ParagraphProperties /** Specifies whether words written in CAPS will be hyphenated. Setting to `true` will disable hyphenation of words written in CAPS for this paragraph. - @since LibreOffice 6.5 + @since LibreOffice 7.0 */ [optional, property] boolean ParaHyphenationNoCaps; diff --git a/offapi/com/sun/star/style/XStyleLoader.idl b/offapi/com/sun/star/style/XStyleLoader.idl index 2899f23d61b2..566f6fb263db 100644 --- a/offapi/com/sun/star/style/XStyleLoader.idl +++ b/offapi/com/sun/star/style/XStyleLoader.idl @@ -50,7 +50,7 @@ published interface XStyleLoader: com::sun::star::uno::XInterface <li> boolean LoadPageStyles </li> <li> boolean LoadNumberingStyles </li> <li> boolean OverwriteStyles</li> - <li> com::sun::star::io::XInputStream InputStream (since LibreOffice 6.5)</li> + <li> com::sun::star::io::XInputStream InputStream (since LibreOffice 7.0)</li> </ul> <p>As the default, all supported style families are loaded and existing styles are overwritten.</p> */ |