summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XPrinterServer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XPrinterServer.idl')
-rw-r--r--offapi/com/sun/star/awt/XPrinterServer.idl94
1 files changed, 47 insertions, 47 deletions
diff --git a/offapi/com/sun/star/awt/XPrinterServer.idl b/offapi/com/sun/star/awt/XPrinterServer.idl
index 275590e3e665..78e550e7b1c7 100644
--- a/offapi/com/sun/star/awt/XPrinterServer.idl
+++ b/offapi/com/sun/star/awt/XPrinterServer.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,61 +24,61 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XPrinterServer_idl__
-#define __com_sun_star_awt_XPrinterServer_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_awt_XPrinter_idl__
-#include <com/sun/star/awt/XPrinter.idl>
-#endif
-
-#ifndef __com_sun_star_awt_XInfoPrinter_idl__
-#include <com/sun/star/awt/XInfoPrinter.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_XPrinterServer_idl__
+#define __com_sun_star_awt_XPrinterServer_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XPrinter_idl__
+#include <com/sun/star/awt/XPrinter.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XInfoPrinter_idl__
+#include <com/sun/star/awt/XInfoPrinter.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** manages several printers on one machine.
*/
published interface XPrinterServer: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** returns a list of all available printer names.
*/
- sequence<string> getPrinterNames();
-
- //-------------------------------------------------------------------------
-
- /** creates a new virtual printer.
-
+ sequence<string> getPrinterNames();
+
+ //-------------------------------------------------------------------------
+
+ /** creates a new virtual printer.
+
<p>You must call
<member scope="com::sun::star::awt">XPrinter::start</member>
to put the job into the printer spooler.</p>
*/
- com::sun::star::awt::XPrinter createPrinter( [in] string printerName );
-
- //-------------------------------------------------------------------------
-
- /** creates a new information printer.
-
+ com::sun::star::awt::XPrinter createPrinter( [in] string printerName );
+
+ //-------------------------------------------------------------------------
+
+ /** creates a new information printer.
+
<p>You can get all information from this printer,
but the printer cannot really print.</p>
*/
- com::sun::star::awt::XInfoPrinter createInfoPrinter( [in] string printerName );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ com::sun::star::awt::XInfoPrinter createInfoPrinter( [in] string printerName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif