diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/UnoApi_offapi.mk | 1 | ||||
-rw-r--r-- | offapi/com/sun/star/text/DocumentSettings.idl | 3 | ||||
-rw-r--r-- | offapi/com/sun/star/text/PrintPreviewSettings.idl | 71 | ||||
-rw-r--r-- | offapi/type_reference/types.rdb | bin | 7458816 -> 7453696 bytes |
4 files changed, 0 insertions, 75 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index d156531a99e5..a16febeb05c1 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -1265,7 +1265,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/text,\ PagePrintSettings \ Paragraph \ ParagraphEnumeration \ - PrintPreviewSettings \ PrintSettings \ RedlinePortion \ ReferenceMark \ diff --git a/offapi/com/sun/star/text/DocumentSettings.idl b/offapi/com/sun/star/text/DocumentSettings.idl index 382397342076..0ba792962f4f 100644 --- a/offapi/com/sun/star/text/DocumentSettings.idl +++ b/offapi/com/sun/star/text/DocumentSettings.idl @@ -22,7 +22,6 @@ #include <com/sun/star/beans/XPropertySet.idl> #include <com/sun/star/document/Settings.idl> #include <com/sun/star/text/PrintSettings.idl> -#include <com/sun/star/text/PrintPreviewSettings.idl> module com { module sun { module star { module text { @@ -36,8 +35,6 @@ published service DocumentSettings [optional] service com::sun::star::text::PrintSettings; - [optional] service com::sun::star::text::PrintPreviewSettings; - /** gives access to the properties implemented by this service. */ interface com::sun::star::beans::XPropertySet; diff --git a/offapi/com/sun/star/text/PrintPreviewSettings.idl b/offapi/com/sun/star/text/PrintPreviewSettings.idl deleted file mode 100644 index cd3ebe3b0b2e..000000000000 --- a/offapi/com/sun/star/text/PrintPreviewSettings.idl +++ /dev/null @@ -1,71 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ -#ifndef __com_sun_star_text_PrintPreviewSettings_idl__ -#define __com_sun_star_text_PrintPreviewSettings_idl__ - -#include <com/sun/star/text/NotePrintMode.idl> - - - - module com { module sun { module star { module text { - - -/** These properties describe the printing of the content of a text document. - * - * @deprecated since OOo 3.3 - */ -published service PrintPreviewSettings -{ - /** All properties have the property attribute "maybevoid" - meaning: if none of them have been set, they all will return a void value, if any - one of them has been set, then none of them will be void any longer */ - - /** Size of the left margin */ - [property, maybevoid] long PreviewPrintLeftMargin; - - /** Size of the right margin */ - [property, maybevoid] long PreviewPrintRightMargin; - - /** Size of the top margin */ - [property, maybevoid] long PreviewPrintTopMargin; - - /** Size of the bottom margin */ - [property, maybevoid] long PreviewPrintBottomMargin; - - /** Size of the horizontal spacing */ - [property, maybevoid] long PreviewPrintHorizontalSpacing; - - [property, maybevoid] long PreviewPrintVerticalSpacing; - - /** Number of Rows */ - [property, maybevoid] byte PreviewPrintNumRows; - - /** Number of Columns */ - [property, maybevoid] byte PreviewPrintNumColumns; - - /** If the format is landscape (if false then the format is portrait */ - [property, maybevoid] boolean PreviewPrintLandscape; -}; - - -}; }; }; }; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb Binary files differindex 86a4ced62566..ab70f6772650 100644 --- a/offapi/type_reference/types.rdb +++ b/offapi/type_reference/types.rdb |