summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/ViewSettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/ViewSettings.idl')
-rw-r--r--offapi/com/sun/star/text/ViewSettings.idl20
1 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl
index 007a8f1e617d..102ab0c1dc1c 100644
--- a/offapi/com/sun/star/text/ViewSettings.idl
+++ b/offapi/com/sun/star/text/ViewSettings.idl
@@ -260,7 +260,7 @@ published service ViewSettings
//-------------------------------------------------------------------------
/** Specifies whether to display the grid or not
- @since OOo 2.0.0
+ @since OOo 2.0
*/
[optional, property] boolean IsRasterVisible;
@@ -268,7 +268,7 @@ published service ViewSettings
/** Specifies whether to move frames, drawing elements, and form
functions only between grid points.
- @since OOo 2.0.0
+ @since OOo 2.0
*/
[optional, property] boolean IsSnapToRaster;
@@ -278,7 +278,7 @@ published service ViewSettings
<p>The value must be greater or equal to 0, and the application
may enforce an upper bound for the value.</p>
- @since OOo 2.0.0
+ @since OOo 2.0
@throws com::sun::star::lang::IllegalArgumentException
if the value is out of bounds.
*/
@@ -290,7 +290,7 @@ published service ViewSettings
<p>The value must be greater or equal to 0, and the application
may enforce an upper bound for the value.</p>
- @since OOo 2.0.0
+ @since OOo 2.0
@throws com::sun::star::lang::IllegalArgumentException
if the value is out of bounds.
*/
@@ -303,7 +303,7 @@ published service ViewSettings
<p>The value must be greater than 0. The application
may enforce more restricting bounds for the value.</p>
- @since OOo 2.0.0
+ @since OOo 2.0
@throws com::sun::star::lang::IllegalArgumentException
if the value is out of bounds.
*/
@@ -316,7 +316,7 @@ published service ViewSettings
<p>The value must be greater than 0. The application
may enforce more restricting bounds for the value.</p>
- @since OOo 2.0.0
+ @since OOo 2.0
@throws com::sun::star::lang::IllegalArgumentException
if the value is out of bounds.
*/
@@ -325,7 +325,7 @@ published service ViewSettings
//-------------------------------------------------------------------------
/** If this property is <TRUE/>, hidden characters are displayed
- @since OOo 3.0.0
+ @since OOo 3.0
*/
[optional, property] boolean ShowHiddenCharacters;
//-------------------------------------------------------------------------
@@ -334,7 +334,7 @@ published service ViewSettings
<p>This option controls the use of the settings ShowHiddenCharacters,
ShowTabstops, ShowSpaces, ShowBreaks and ShowParaBreaks </p>
- @since OOo 3.0.0
+ @since OOo 3.0
*/
[optional, property] boolean ShowNonprintingCharacters;
//-------------------------------------------------------------------------
@@ -342,7 +342,7 @@ published service ViewSettings
<p>Uses values <type scope="com::sun::star::awt">FieldUnit</type></p>
- @since OOo 3.1.0
+ @since OOo 3.1
*/
[optional, property] long HorizontalRulerMetric;
//-------------------------------------------------------------------------
@@ -350,7 +350,7 @@ published service ViewSettings
<p>Uses values from <type scope="com::sun::star::awt">FieldUnit</type></p>
- @since OOo 3.1.0
+ @since OOo 3.1
*/
[optional, property] long VerticalRulerMetric;
};