2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
21 public interface PropertyName
23 final public static String DOC_COMPARATOR_INPUT_PATH
= "DOC_COMPARATOR_INPUT_PATH";
24 final public static String DOC_COMPARATOR_OUTPUT_PATH
= "DOC_COMPARATOR_OUTPUT_PATH";
25 final public static String DOC_COMPARATOR_REFERENCE_TYPE
= "DOC_COMPARATOR_REFERENCE_CREATOR_TYPE";
26 final public static String DOC_COMPARATOR_PRINTER_NAME
= "DOC_COMPARATOR_PRINTER_NAME";
27 final public static String DOC_COMPARATOR_INCLUDE_SUBDIRS
= "DOC_COMPARATOR_INCLUDE_SUBDIRS";
28 final public static String DOC_COMPARATOR_PRINT_MAX_PAGE
= "DOC_COMPARATOR_PRINT_MAX_PAGE";
29 final public static String DOC_COMPARATOR_PRINT_ONLY_PAGE
= "DOC_COMPARATOR_PRINT_ONLY_PAGE";
30 final public static String DOC_COMPARATOR_GFX_OUTPUT_DPI_RESOLUTION
= "DOC_COMPARATOR_GFX_OUTPUT_DPI_RESOLUTION";
31 final public static String DOC_COMPARATOR_OVERWRITE_REFERENCE
= "DOC_COMPARATOR_OVERWRITE_REFERENCE";
33 final public static String DOC_COMPARATOR_HTML_OUTPUT_PREFIX
= "DOC_COMPARATOR_HTML_OUTPUT_PREFIX";
35 final public static String DOC_CONVERTER_IMPORT_FILTER_NAME
= "DOC_CONVERTER_IMPORT_FILTER_NAME";
36 final public static String DOC_CONVERTER_EXPORT_FILTER_NAME
= "DOC_CONVERTER_EXPORT_FILTER_NAME";
37 final public static String DOC_CONVERTER_OFFICE_PROGRAM
= "DOC_CONVERTER_OFFICE_PROGRAM";
39 final public static String DOC_COMPARATOR_LEAVE_OUT_FILES
= "DOC_COMPARATOR_LEAVE_OUT_FILES";
41 final public static String DOC_COMPARATOR_DB_INFO_STRING
= "DOC_COMPARATOR_DB_INFO_STRING";
43 final public static String OFFICE_VIEWABLE
= "OFFICE_VIEWABLE";
45 final public static String NO_SMALL_PICTURES
= "NoSmallPictures";