summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XPatternField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XPatternField.idl')
-rw-r--r--offapi/com/sun/star/awt/XPatternField.idl100
1 files changed, 50 insertions, 50 deletions
diff --git a/offapi/com/sun/star/awt/XPatternField.idl b/offapi/com/sun/star/awt/XPatternField.idl
index 2db8433f8e57..b34e0c25a268 100644
--- a/offapi/com/sun/star/awt/XPatternField.idl
+++ b/offapi/com/sun/star/awt/XPatternField.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,66 +24,66 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XPatternField_idl__
-#define __com_sun_star_awt_XPatternField_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_XPatternField_idl__
+#define __com_sun_star_awt_XPatternField_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** gives access to the value and formatting of a pattern field.
*/
published interface XPatternField: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** sets the pattern mask.
*/
- [oneway] void setMasks( [in] string EditMask,
- [in] string LiteralMask );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void setMasks( [in] string EditMask,
+ [in] string LiteralMask );
+
+ //-------------------------------------------------------------------------
+
/** returns the currently set pattern mask.
*/
- void getMasks( [out] string EditMask,
- [out] string LiteralMask );
-
- //-------------------------------------------------------------------------
-
+ void getMasks( [out] string EditMask,
+ [out] string LiteralMask );
+
+ //-------------------------------------------------------------------------
+
/** sets the string value of the pattern field.
*/
- [oneway] void setString( [in] string Str );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void setString( [in] string Str );
+
+ //-------------------------------------------------------------------------
+
/** returns the currently set string value of the pattern field.
*/
- string getString();
-
- //-------------------------------------------------------------------------
-
+ string getString();
+
+ //-------------------------------------------------------------------------
+
/** determines if the format is checked during user input.
- */
- [oneway] void setStrictFormat( [in] boolean bStrict );
-
- //-------------------------------------------------------------------------
-
+ */
+ [oneway] void setStrictFormat( [in] boolean bStrict );
+
+ //-------------------------------------------------------------------------
+
/** returns whether the format is currently checked during user input.
- */
+ */
boolean isStrictFormat();
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif