ViewSettings.idl (d1766043) ViewSettings.idl (ef785786)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 311 unchanged lines hidden (view full) ---

320
321 //-------------------------------------------------------------------------
322 /** If this property is <TRUE/>, hidden characters are displayed
323
324 @since OOo 3.0
325 */
326 [optional, property] boolean ShowHiddenCharacters;
327 //-------------------------------------------------------------------------
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 311 unchanged lines hidden (view full) ---

320
321 //-------------------------------------------------------------------------
322 /** If this property is <TRUE/>, hidden characters are displayed
323
324 @since OOo 3.0
325 */
326 [optional, property] boolean ShowHiddenCharacters;
327 //-------------------------------------------------------------------------
328 /** If this proeperty is <TRUE/>, the settings of nonprinting characters are applied.
328 /** If this property is <TRUE/>, the settings of nonprinting characters are applied.
329
330 <p>This option controls the use of the settings ShowHiddenCharacters,
331 ShowTabstops, ShowSpaces, ShowBreaks and ShowParaBreaks </p>
332
333 @since OOo 3.0
334 */
335 [optional, property] boolean ShowNonprintingCharacters;
336 //-------------------------------------------------------------------------

--- 7 unchanged lines hidden (view full) ---

344 //-------------------------------------------------------------------------
345 /** metric unit of the vertical ruler
346
347 <p>Uses values from <type scope="com::sun::star::awt">FieldUnit</type></p>
348
349 @since OOo 3.1
350 */
351 [optional, property] long VerticalRulerMetric;
329
330 <p>This option controls the use of the settings ShowHiddenCharacters,
331 ShowTabstops, ShowSpaces, ShowBreaks and ShowParaBreaks </p>
332
333 @since OOo 3.0
334 */
335 [optional, property] boolean ShowNonprintingCharacters;
336 //-------------------------------------------------------------------------

--- 7 unchanged lines hidden (view full) ---

344 //-------------------------------------------------------------------------
345 /** metric unit of the vertical ruler
346
347 <p>Uses values from <type scope="com::sun::star::awt">FieldUnit</type></p>
348
349 @since OOo 3.1
350 */
351 [optional, property] long VerticalRulerMetric;
352 //-------------------------------------------------------------------------
353 /** If this property is <TRUE/>, tips for document content are shown,
354 typically in a help balloon when the mouse is over the content.
355
356 @since Apache OpenOffice 3.5
357 */
358 [optional, property] boolean ShowContentTips;
352};
353
354//=============================================================================
355
356}; }; }; };
357
358#endif
359};
360
361//=============================================================================
362
363}; }; }; };
364
365#endif