INTEGRATION: CWS os113 (1.16.404); FILE MERGED

2008/05/09 15:40:20 os 1.16.404.2: RESYNC: (1.16-1.17); FILE MERGED
2008/04/28 13:25:10 os 1.16.404.1: #i71258# ViewSettings added: ShowNonprintingCharacters and ShowHiddenCharacters
This commit is contained in:
Rüdiger Timm 2008-06-06 12:48:26 +00:00
parent bd0803145f
commit bd8f81bfb1

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ViewSettings.idl,v $
* $Revision: 1.17 $
* $Revision: 1.18 $
*
* This file is part of OpenOffice.org.
*
@ -325,6 +325,21 @@ published service ViewSettings
*/
[optional, property] long RasterResolutionY;
//-------------------------------------------------------------------------
/** If this property is <TRUE/>, hidden characters are displayed
@since OOo 3.0.0
*/
[optional, property] boolean ShowHiddenCharacters;
//-------------------------------------------------------------------------
/** If this proeperty is <TRUE/>, the settings of nonprinting characters are applied.
<p>This option controls the use of the settings ShowHiddenCharacters,
ShowTabstops, ShowSpaces, ShowBreaks and ShowParaBreaks </p>
@since OOo 3.0.0
*/
[optional, property] boolean ShowNonprintingCharacters;
};
//=============================================================================