diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-01-09 03:57:02 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-09 06:22:27 +0100 |
commit | 95307f2ca73480176634e5cc46d96a19b735e87b (patch) | |
tree | 99cf8fcba206a072183c81eaefea79d52a5e1cda /qadevOOo | |
parent | c29828daa32f3dee503e4db2b5b55d3d12f1fd39 (diff) |
tdf#45904 Move _SpreadsheetViewSettings Java tests to C++
Change-Id: I68dcabd15b4b318a833a893b4de96c64ffd2a164
Reviewed-on: https://gerrit.libreoffice.org/47625
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/Jar_OOoRunner.mk | 1 | ||||
-rw-r--r-- | qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv | 20 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java | 66 |
3 files changed, 0 insertions, 87 deletions
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk index 2e855eca6e1e..227ede99d893 100644 --- a/qadevOOo/Jar_OOoRunner.mk +++ b/qadevOOo/Jar_OOoRunner.mk @@ -575,7 +575,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/tests/java/ifc/sheet/_Spreadsheet \ qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocument \ qadevOOo/tests/java/ifc/sheet/_SpreadsheetDocumentSettings \ - qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings \ qadevOOo/tests/java/ifc/sheet/_TableAutoFormatField \ qadevOOo/tests/java/ifc/sheet/_XActivationBroadcaster \ qadevOOo/tests/java/ifc/sheet/_XArrayFormulaRange \ diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv index bd00af8e020d..e13c05bfda4e 100644 --- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv +++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv @@ -15,26 +15,6 @@ "ScTabViewObj";"com::sun::star::sheet::XCellRangeReferrer";"getReferredCells()" "ScTabViewObj";"com::sun::star::container::XElementAccess";"getElementType()" "ScTabViewObj";"com::sun::star::container::XElementAccess";"hasElements()" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ShowFormulas" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ShowZeroValues" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"IsValueHighlightingEnabled" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ShowNotes" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"HasVerticalScrollBar" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"HasHorizontalScrollBar" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"HasSheetTabs" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"IsOutlineSymbolsSet" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"HasColumnRowHeaders" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ShowGrid" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"GridColor" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ShowHelpLines" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ShowAnchor" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ShowPageBreaks" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ShowObjects" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ShowCharts" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ShowDrawing" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"HideSpellMarks" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ZoomType" -"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ZoomValue" "ScTabViewObj";"com::sun::star::sheet::XActivationBroadcaster#optional";"addActivationEventListener()" "ScTabViewObj";"com::sun::star::sheet::XActivationBroadcaster#optional";"removeActivationEventListener()" "ScTabViewObj";"com::sun::star::sheet::XRangeSelection";"startRangeSelection()" diff --git a/qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java b/qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java deleted file mode 100644 index 2e90a1f666c2..000000000000 --- a/qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * 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 . - */ -package ifc.sheet; - -import com.sun.star.view.DocumentZoomType; - -import lib.MultiPropertyTest; - - -/** -* Testing <code>com.sun.star.sheet.SpreadsheetViewSettings</code> -* service properties : -* <ul> -* <li><code> ShowFormulas</code></li> -* <li><code> ShowZeroValues</code></li> -* <li><code> IsValueHighlightingEnabled</code></li> -* <li><code> ShowNotes</code></li> -* <li><code> HasVerticalScrollBar</code></li> -* <li><code> HasHorizontalScrollBar</code></li> -* <li><code> HasSheetTabs</code></li> -* <li><code> IsOutlineSymbolsSet</code></li> -* <li><code> HasColumnRowHeaders</code></li> -* <li><code> ShowGrid</code></li> -* <li><code> GridColor</code></li> -* <li><code> ShowHelpLines</code></li> -* <li><code> ShowAnchor</code></li> -* <li><code> ShowPageBreaks</code></li> -* <li><code> ShowObjects</code></li> -* <li><code> ShowCharts</code></li> -* <li><code> ShowDrawing</code></li> -* <li><code> HideSpellMarks</code></li> -* <li><code> ZoomType</code></li> -* <li><code> ZoomValue</code></li> -* </ul> <p> -* Properties testing is automated by <code>lib.MultiPropertyTest</code>. -* @see com.sun.star.sheet.SpreadsheetViewSettings -*/ -public class _SpreadsheetViewSettings extends MultiPropertyTest { - public void _ZoomType() { - testProperty("ZoomType", Short.valueOf(DocumentZoomType.PAGE_WIDTH), - Short.valueOf(DocumentZoomType.BY_VALUE)); - } - - /** - * Forces environment recreation. - */ - @Override - protected void after() { - disposeEnvironment(); - } -} // finish class _SpreadsheetViewSettings |