summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TextFrame.idl
diff options
context:
space:
mode:
authorJean-Tiare LE BIGOT <admin@jtlebi.fr>2012-08-11 13:22:07 -0400
committerDavid Tardon <dtardon@redhat.com>2012-08-12 19:29:16 +0200
commitfc2998738538a8e8abc4b8ab5b84a12aa7365dd0 (patch)
tree8026ad5e9a05948f882f790675c0813c72cd42bf /offapi/com/sun/star/text/TextFrame.idl
parentfix typo (diff)
downloadcore-fc2998738538a8e8abc4b8ab5b84a12aa7365dd0.tar.gz
core-fc2998738538a8e8abc4b8ab5b84a12aa7365dd0.zip
Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
Diffstat (limited to 'offapi/com/sun/star/text/TextFrame.idl')
-rw-r--r--offapi/com/sun/star/text/TextFrame.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/offapi/com/sun/star/text/TextFrame.idl b/offapi/com/sun/star/text/TextFrame.idl
index 15b8ce259a2b..35a1dc15c7d4 100644
--- a/offapi/com/sun/star/text/TextFrame.idl
+++ b/offapi/com/sun/star/text/TextFrame.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/text/XTextFrame.idl>
#include <com/sun/star/text/BaseFrame.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** specifies a rectangular shape which contains a <type>Text</type> object
and is attached to a piece of surrounding <type>Text</type>.
@@ -68,17 +66,14 @@ published service TextFrame
text frame.
*/
interface com::sun::star::text::XTextFrame;
- //-------------------------------------------------------------------------
/** contains the metric height value of the frame.
*/
[property] long FrameHeightAbsolute;
- //-------------------------------------------------------------------------
/** contains the metric width value of the frame.
*/
[property] long FrameWidthAbsolute;
- //-------------------------------------------------------------------------
/** specifies a width relative to the width of the
surrounding text.
@@ -87,7 +82,6 @@ published service TextFrame
*/
[property] byte FrameWidthPercent;
- //-------------------------------------------------------------------------
/** specifies a width relative to the width of the
surrounding text.
@@ -95,26 +89,22 @@ published service TextFrame
is used.</p>
*/
[property] byte FrameHeightPercent;
- //-------------------------------------------------------------------------
/** If "AutomaticHeight" is set, then the object grows if it is required
by the frame content.
*/
[property] boolean FrameIsAutomaticHeight;
- //-------------------------------------------------------------------------
/** determines the interpretation of the height and relative
height properties.
@see SizeType
*/
[property] short SizeType;
- //-------------------------------------------------------------------------
/** determines if the text frame should be editable in a read-only document.
(This is usually used in forms.)
*/
[optional, property] boolean EditInReadonly;
- //-------------------------------------------------------------------------
/** determines the interpretation of the width and relative
width properties.
@@ -123,13 +113,11 @@ published service TextFrame
*/
[optional, property] short WidthType;
- //-----------------------------------------------------------------------------
/** contains the writing direction, as represented by the
<type scope="com::sun::star::text">WritingMode2</type> constants
*/
[optional, property] short WritingMode;
- //-----------------------------------------------------------------------------
/** controls, if the frame follows the text flow or can leave its layout environment
<p>If set, the frame follows the text flow and doesn't leaves the layout
@@ -161,7 +149,6 @@ published service TextFrame
};
-//=============================================================================
}; }; }; };