From 9241b739c78c5becad434ac8d381104d8dc243aa Mon Sep 17 00:00:00 2001 From: Luv Sharma Date: Mon, 12 Feb 2024 18:37:01 +0530 Subject: tdf#45904 Remove old SwXTextTable Java test Change-Id: I3670d01229a8f44691ac971196a6b0b929649896 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163248 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp> --- .../sw/com.sun.star.comp.office.SwXTextTable.csv | 58 ---------------------- 1 file changed, 58 deletions(-) delete mode 100644 qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextTable.csv (limited to 'qadevOOo/objdsc/sw') diff --git a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextTable.csv b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextTable.csv deleted file mode 100644 index 14049f6d83ea..000000000000 --- a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextTable.csv +++ /dev/null @@ -1,58 +0,0 @@ -"SwXTextTable";"com::sun::star::lang::XComponent";"dispose()" -"SwXTextTable";"com::sun::star::lang::XComponent";"addEventListener()" -"SwXTextTable";"com::sun::star::lang::XComponent";"removeEventListener()" -"SwXTextTable";"com::sun::star::chart::XChartData";"addChartDataChangeEventListener()" -"SwXTextTable";"com::sun::star::chart::XChartData";"removeChartDataChangeEventListener()" -"SwXTextTable";"com::sun::star::chart::XChartData";"getNotANumber()" -"SwXTextTable";"com::sun::star::chart::XChartData";"isNotANumber()" -"SwXTextTable";"com::sun::star::text::TextContent";"AnchorType#optional" -"SwXTextTable";"com::sun::star::text::TextContent";"AnchorTypes#optional" -"SwXTextTable";"com::sun::star::text::TextContent";"TextWrap#optional" -"SwXTextTable";"com::sun::star::table::XAutoFormattable";"autoFormat()" -"SwXTextTable";"com::sun::star::text::XTextTable";"initialize()" -"SwXTextTable";"com::sun::star::text::XTextTable";"getRows()" -"SwXTextTable";"com::sun::star::text::XTextTable";"getColumns()" -"SwXTextTable";"com::sun::star::text::XTextTable";"getCellByName()" -"SwXTextTable";"com::sun::star::text::XTextTable";"getCellNames()" -"SwXTextTable";"com::sun::star::text::XTextTable";"createCursorByCellName()" -"SwXTextTable";"com::sun::star::table::XCellRange";"getCellByPosition()" -"SwXTextTable";"com::sun::star::table::XCellRange";"getCellRangeByPosition()" -"SwXTextTable";"com::sun::star::table::XCellRange";"getCellRangeByName()" -"SwXTextTable";"com::sun::star::text::TextTable";"BreakType" -"SwXTextTable";"com::sun::star::text::TextTable";"LeftMargin" -"SwXTextTable";"com::sun::star::text::TextTable";"RightMargin" -"SwXTextTable";"com::sun::star::text::TextTable";"HoriOrient" -"SwXTextTable";"com::sun::star::text::TextTable";"KeepTogether" -"SwXTextTable";"com::sun::star::text::TextTable";"Split" -"SwXTextTable";"com::sun::star::text::TextTable";"PageNumberOffset" -"SwXTextTable";"com::sun::star::text::TextTable";"PageDescName" -"SwXTextTable";"com::sun::star::text::TextTable";"RelativeWidth" -"SwXTextTable";"com::sun::star::text::TextTable";"IsWidthRelative" -"SwXTextTable";"com::sun::star::text::TextTable";"RepeatHeadline" -"SwXTextTable";"com::sun::star::text::TextTable";"ShadowFormat" -"SwXTextTable";"com::sun::star::text::TextTable";"TopMargin" -"SwXTextTable";"com::sun::star::text::TextTable";"BottomMargin" -"SwXTextTable";"com::sun::star::text::TextTable";"BackTransparent" -"SwXTextTable";"com::sun::star::text::TextTable";"Width" -"SwXTextTable";"com::sun::star::text::TextTable";"ChartRowAsLabel" -"SwXTextTable";"com::sun::star::text::TextTable";"ChartColumnAsLabel" -"SwXTextTable";"com::sun::star::text::TextTable";"TableBorder" -"SwXTextTable";"com::sun::star::text::TextTable";"TableColumnSeparators" -"SwXTextTable";"com::sun::star::text::TextTable";"TableColumnRelativeSum" -"SwXTextTable";"com::sun::star::text::TextTable";"BackColor" -"SwXTextTable";"com::sun::star::text::TextTable";"BackGraphic" -"SwXTextTable";"com::sun::star::text::TextTable";"BackGraphicLocation" -"SwXTextTable";"com::sun::star::container::XNamed";"getName()" -"SwXTextTable";"com::sun::star::container::XNamed";"setName()" -"SwXTextTable";"com::sun::star::sheet::XCellRangeData#optional";"getDataArray()" -"SwXTextTable";"com::sun::star::sheet::XCellRangeData#optional";"setDataArray()" -"SwXTextTable";"com::sun::star::text::XTextContent";"attach()" -"SwXTextTable";"com::sun::star::text::XTextContent";"getAnchor()" -"SwXTextTable";"com::sun::star::chart::XChartDataArray";"getData()" -"SwXTextTable";"com::sun::star::chart::XChartDataArray";"setData()" -"SwXTextTable";"com::sun::star::chart::XChartDataArray";"getRowDescriptions()" -"SwXTextTable";"com::sun::star::chart::XChartDataArray";"setRowDescriptions()" -"SwXTextTable";"com::sun::star::chart::XChartDataArray";"getColumnDescriptions()" -"SwXTextTable";"com::sun::star::chart::XChartDataArray";"setColumnDescriptions()" -"SwXTextTable";"com::sun::star::util::XSortable";"createSortDescriptor()" -"SwXTextTable";"com::sun::star::util::XSortable";"sort()" -- cgit