summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TemplateDisplayFormat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TemplateDisplayFormat.idl')
-rw-r--r--offapi/com/sun/star/text/TemplateDisplayFormat.idl96
1 files changed, 48 insertions, 48 deletions
diff --git a/offapi/com/sun/star/text/TemplateDisplayFormat.idl b/offapi/com/sun/star/text/TemplateDisplayFormat.idl
index 00733c721010..9469ceb3518b 100644
--- a/offapi/com/sun/star/text/TemplateDisplayFormat.idl
+++ b/offapi/com/sun/star/text/TemplateDisplayFormat.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,68 +24,68 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_text_TemplateDisplayFormat_idl__
-#define __com_sun_star_text_TemplateDisplayFormat_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module text {
-
-//=============================================================================
-
+#ifndef __com_sun_star_text_TemplateDisplayFormat_idl__
+#define __com_sun_star_text_TemplateDisplayFormat_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module text {
+
+//=============================================================================
+
// DocMerge from idl: constants com::sun::star::text::TemplateDisplayFormat
-/** These constants are used to specify which information about a template is
+/** These constants are used to specify which information about a template is
displayed in a field.
*/
published constants TemplateDisplayFormat
-{
- //-------------------------------------------------------------------------
- // The complete path of the file will be displayed.
-
+{
+ //-------------------------------------------------------------------------
+ // The complete path of the file will be displayed.
+
// DocMerge: empty anyway
- const short FULL = 0;
-
- //-------------------------------------------------------------------------
- // Only the path of the template file will be displayed.
-
+ const short FULL = 0;
+
+ //-------------------------------------------------------------------------
+ // Only the path of the template file will be displayed.
+
// DocMerge: empty anyway
- const short PATH = 1;
-
- //-------------------------------------------------------------------------
-
+ const short PATH = 1;
+
+ //-------------------------------------------------------------------------
+
// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::NAME
- /** Only the file name, without file extension, of the template
+ /** Only the file name, without file extension, of the template
file will be displayed.
*/
- const short NAME = 2;
-
- //-------------------------------------------------------------------------
-
+ const short NAME = 2;
+
+ //-------------------------------------------------------------------------
+
// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::NAME_AND_EXT
- /** The file name and the file extension of the template
+ /** The file name and the file extension of the template
file will be displayed.
*/
- const short NAME_AND_EXT = 3;
-
- //-------------------------------------------------------------------------
-
+ const short NAME_AND_EXT = 3;
+
+ //-------------------------------------------------------------------------
+
// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::AREA
/** The name of the template area is displayed.
*/
- const short AREA = 4;
-
- //-------------------------------------------------------------------------
-
+ const short AREA = 4;
+
+ //-------------------------------------------------------------------------
+
// DocMerge from idl: value com::sun::star::text::TemplateDisplayFormat::TITLE
/** The title of the template file is displayed.
*/
- const short TITLE = 5;
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ const short TITLE = 5;
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif