Kaydet (Commit) 5ce80c97 authored tarafından Noel Grandin's avatar Noel Grandin

remove dead java constants

found by UCDetector

Change-Id: I1f8f5ba4f3ab1a1ef134dd0988f913dab7501351
üst 4a4127d2
......@@ -31,20 +31,6 @@ package complex.loadAllDocuments;
public class StatusIndicator implements com.sun.star.task.XStatusIndicator
{
/**
* @const SHOWSTATUS_NO don't show the status - but save information about using of this indicator object
* @const SHOWSTATUS_LOG the possible set protocol object will be used (it covers STDOUT, STDERR automatically too)
* @const SHOWSTATUS_DIALOG the status will be shown inside a java dialog
* @const SHOWSTATUS_LINK the status will be notified to interested listener (one listener only!)
*/
public static final int SHOWSTATUS_NO = 0;
public static final int SHOWSTATUS_LOG = 1;
public static final int SHOWSTATUS_DIALOG = 4;
public static final int SHOWSTATUS_LINK = 8;
private boolean m_bWasUsed ;
......
......@@ -16,5 +16,4 @@ public class CompareValue {
public static final int LARGER_THAN = 2;
public static final int EQUAL_TO = 1;
public static final int LESS_THAN = 0;
public static final int INVALID = -1;
}
......@@ -33,13 +33,6 @@ public interface PropertyName
final public static String DOC_COMPARATOR_HTML_OUTPUT_PREFIX = "DOC_COMPARATOR_HTML_OUTPUT_PREFIX";
final public static String DOC_CONVERTER_EXPORT_FILTER_NAME = "DOC_CONVERTER_EXPORT_FILTER_NAME";
final public static String OFFICE_VIEWABLE = "OFFICE_VIEWABLE";
final public static String NO_SMALL_PICTURES = "NoSmallPictures";
......
......@@ -27,9 +27,7 @@ public interface UIConsts
public static final int RID_QUERY = 2300;
public static final int RID_REPORT = 2400;
public static final int RID_TABLE = 2600;
public static final int RID_IMG_REPORT = 1000;
public static final int RID_IMG_FORM = 1100;
public static final int RID_IMG_WEB = 1200;
public static final Integer INVISIBLESTEP = 99;
public static final String INFOIMAGEURL = "private:resource/dbu/image/19205";
public static final String INFOIMAGEURL_HC = "private:resource/dbu/image/19230";
......@@ -38,23 +36,13 @@ public interface UIConsts
* high tabindex because on every step their taborder must appear at the end
*/
public static final short SOFIRSTWIZARDNAVITABINDEX = 30000;
public static final Integer INTEGER_8 = 8;
public static final Integer INTEGER_12 = 12;
public static final Integer INTEGER_14 = 14;
public static final Integer INTEGER_16 = 16;
public static final Integer INTEGER_40 = 40;
public static final Integer INTEGER_50 = 50;
/**Steps of the QueryWizard
*
*/
public static final int SOFIELDSELECTIONPAGE = 1;
public static final int SOSORTINGPAGE = 2;
public static final int SOFILTERPAGE = 3;
public static final int SOAGGREGATEPAGE = 4;
public static final int SOGROUPSELECTIONPAGE = 5;
public static final int SOGROUPFILTERPAGE = 6;
public static final int SOTITLESPAGE = 7;
public static final int SOSUMMARYPAGE = 8;
public static final Integer[] INTEGERS = new Integer[]
{
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
......@@ -71,11 +59,9 @@ public interface UIConsts
public static final int RADIOBUTTON = 6;
public static final int DATEFIELD = 7;
public static final int EDITCONTROL = 8;
public static final int FILECONTROL = 9;
public static final int FIXEDLINE = 10;
public static final int FIXEDTEXT = 11;
public static final int FORMATTEDFIELD = 12;
public static final int GROUPBOX = 13;
public static final int HYPERTEXT = 14;
public static final int NUMERICFIELD = 15;
public static final int PATTERNFIELD = 16;
......
......@@ -72,42 +72,6 @@ public interface OfficeConstants {
/** Element tag for <i>office:settings</i>. */
public final static String TAG_OFFICE_SETTINGS = "office:settings";
//Adding
/** Element tag for <i>text:variable-set</i>. */
public final static String TAG_TEXT_VARIABLE_SET = "text:variable-set";
/** Element tag for <i>text:variable-get</i>. */
public final static String TAG_TEXT_VARIABLE_GET = "text:variable-get";
/** Element tag for <i>text:expression</i>. */
public final static String TAG_TEXT_EXPRESSION = "text:expression";
/** Element tag for <i>text:page-variable-get</i>. */
public final static String TAG_TEXT_PAGE_VARIABLE_GET = "text:page-variable-get";
/** Element tag for <i>text:sequence</i>. */
public final static String TAG_TEXT_SEQUENCE = "text:sequence";
/** Element tag for <i>text:text-input</i>. */
public final static String TAG_TEXT_VARIABLE_INPUT = "text:variable-input";
/** Element tag for <i>text:time</i>. */
public final static String TAG_TEXT_TIME = "text:time";
/** Element tag for <i>text:subject</i>. */
public final static String TAG_TEXT_SUBJECT = "text:subject";
//end adding
/** Element tag for <i>office:font-decls</i>. */
public final static String TAG_OFFICE_FONT_DECLS = "office:font-decls";
......@@ -138,9 +102,6 @@ public interface OfficeConstants {
/** Element tag for <i>text:p</i>. */
public final static String TAG_PARAGRAPH = "text:p";
/** Element tag for <i>text:</i>. */
public final static String TAG_TEXT = "text:";
/** Element tag for <i>text:h</i>. */
public final static String TAG_HEADING = "text:h";
......@@ -159,12 +120,6 @@ public interface OfficeConstants {
/** Element tag for <i>text:a</i>. */
public final static String TAG_HYPERLINK = "text:a";
/** Element tag for <i>text:bookmark</i>. */
public final static String TAG_BOOKMARK = "text:bookmark";
/** Element tag for <i>text:bookmark-start</i>. */
public final static String TAG_BOOKMARK_START = "text:bookmark-start";
/** Element tag for <i>text:unordered-list</i>. */
public final static String TAG_UNORDERED_LIST = "text:unordered-list";
......@@ -180,12 +135,6 @@ public interface OfficeConstants {
/** Attribute tag for <i>text:c</i> of element <i>text:s</i>. */
public final static String ATTRIBUTE_SPACE_COUNT = "text:c";
/**
* Attribute tag for <i>text:style-name</i> of element
* <i>text:style-name</i>.
*/
public final static String ATTRIBUTE_TEXT_STYLE_NAME = "text:style-name";
/** Element tag for <i>table:table</i>. */
public final static String TAG_TABLE = "table:table";
......@@ -391,26 +340,7 @@ public interface OfficeConstants {
/** StarWriter XML MIME type. */
public final static String SXW_MIME_TYPE = "application/vnd.sun.xml.writer";
/** StarWriter XML Template MIME type. */
public final static String STW_MIME_TYPE = "application/vnd.sun.xml.writer.template";
/** StarCalc XML MIME type. */
public final static String SXC_MIME_TYPE = "application/vnd.sun.xml.calc";
/** StarCalc XML Template MIME type. */
public final static String STC_MIME_TYPE = "application/vnd.sun.xml.calc.template";
/** StarImpress XML MIME type. */
public final static String SXI_MIME_TYPE = "application/vnd.sun.xml.impress";
/** StarImpress XML Template MIME type. */
public final static String STI_MIME_TYPE = "application/vnd.sun.xml.impress.template";
/** StarDraw XML MIME type. */
public final static String SXD_MIME_TYPE = "application/vnd.sun.xml.draw";
/** StarMath XML MIME type. */
public final static String SXM_MIME_TYPE = "application/vnd.sun.xml.math";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment