/trunk/test/testgui/source/fvt/gui/sc/validity/ |
H A D | ValidityDialogSetting.java | 90 assertEquals("", SCTool.getCellText("A3")); in testAllowDateNotBetween() 98 assertEquals("", SCTool.getCellText("A4")); in testAllowDateNotBetween() 106 assertEquals("", SCTool.getCellText("A5")); in testAllowDateNotBetween() 114 assertEquals("", SCTool.getCellText("B1")); in testAllowDateNotBetween() 122 assertEquals("", SCTool.getCellText("B2")); in testAllowDateNotBetween() 130 assertEquals("", SCTool.getCellText("B3")); in testAllowDateNotBetween() 161 assertEquals("", SCTool.getCellText("A2")); in testAllowDecimalEqual() 169 assertEquals("", SCTool.getCellText("A3")); in testAllowDecimalEqual() 177 assertEquals("", SCTool.getCellText("A4")); in testAllowDecimalEqual() 185 assertEquals("", SCTool.getCellText("B2")); in testAllowDecimalEqual() [all …]
|
H A D | ValidityDateSupport1024Columns.java | 75 assertEquals("Cell text in ALM1001 is not 02/01/08","02/01/08", SCTool.getCellText("ALM1001")); in testValidityDateSupport1024Columns() 80 assertEquals("Cell text in ALM1002 is not 01/02/08","01/02/08", SCTool.getCellText("ALM1002")); in testValidityDateSupport1024Columns() 87 assertEquals("Validity have not filter invalid value","", SCTool.getCellText("ALM1003")); in testValidityDateSupport1024Columns() 94 assertEquals("Validity have not filter invalid value","", SCTool.getCellText("AML1003")); in testValidityDateSupport1024Columns()
|
H A D | ValiditySampleFile.java | 71 assertEquals("", SCTool.getCellText("D5")); in testFFCIgnoreBlank() 91 assertEquals("8", SCTool.getCellText("F5")); in testFFCNotIgnoreBlank() 109 assertEquals("Test", SCTool.getCellText("F17")); in testNotLockCellFromValidityCell()
|
/trunk/test/testgui/source/fvt/gui/sc/subtotals/ |
H A D | SubtotalsFunctions.java | 329 assertEquals("B5's cell text is not 30","30", SCTool.getCellText("B5")); in testRecalculateWhenDataChanged() 330 assertEquals("B11's cell text is not 23.33333333","23.33333333", SCTool.getCellText("B11")); in testRecalculateWhenDataChanged() 335 assertEquals("B8's cell text is not 35","35", SCTool.getCellText("B8")); in testRecalculateWhenDataChanged() 336 assertEquals("B11's cell text is not 30","30", SCTool.getCellText("B11")); in testRecalculateWhenDataChanged() 341 assertEquals("B10's cell text is not 30","30", SCTool.getCellText("B10")); in testRecalculateWhenDataChanged() 342 assertEquals("B11's cell text is not 31.66666667","31.66666667", SCTool.getCellText("B11")); in testRecalculateWhenDataChanged()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/ |
H A D | _XTableColumns.java | 317 private String getCellText(XCell cell) { in getCellText() method in _XTableColumns 359 String c1 = getCellText(xCellRange.getCellByPosition(col, 0)); in checkColumn() 360 String c2 = getCellText(xCellRange.getCellByPosition(col, 1)); in checkColumn() 384 String c1 = getCellText(xCellRange.getCellByPosition(col, 0)); in checkColumnEmpty() 385 String c2 = getCellText(xCellRange.getCellByPosition(col, 1)); in checkColumnEmpty()
|
/trunk/test/testgui/source/bvt/gui/ |
H A D | BasicFunctionTest.java | 181 assertEquals("A3 should be =1+3", "4", SCTool.getCellText("A3")); in testRunMacro() 660 assertEquals("The calculated result", expectedResult, SCTool.getCellText("C1")); in testSumInFormulaBar() 687 String result = SCTool.getCellText("D1"); in testInsertFunctionViaFormulaBar() 721 String result = SCTool.getCellText("B1"); in testFunctionWizardInFormulaBar()
|
H A D | FileTypeTest.java | 181 Assert.assertEquals("The typed text is saved!", text, SCTool.getCellText("A65536")); in saveNewSpreadsheet()
|
/trunk/main/svx/source/sdr/primitive2d/ |
H A D | sdrtextprimitive2d.cxx | 410 && getCellText() == rCompare.getCellText() in operator ==() 428 getCellText(), in createTransformedClone()
|
/trunk/test/testgui/source/fvt/gui/sc/sort/ |
H A D | SortDialogSetting.java | 128 assertEquals("Undo sorted result", "", SCTool.getCellText("$Sheet3.$A4")); in testSortOptionsCopyResultTo() 152 assertEquals("Undo sorted result", "", SCTool.getCellText("$Sheet2.$A1")); in testSortOptionsCopyResultTo()
|
/trunk/test/testgui/source/fvt/gui/sc/filter/ |
H A D | Fitler.java | 70 assertEquals("expect 2+ not display correctly",expect, SCTool.getCellText("A1")); in testAutoFilterWithPlusSign()
|
/trunk/main/svx/inc/svx/sdr/primitive2d/ |
H A D | sdrtextprimitive2d.hxx | 239 bool getCellText() const { return mbCellText; } in getCellText() function in drawinglayer::primitive2d::SdrBlockTextPrimitive2D
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DataBrowserModel.hxx | 87 ::rtl::OUString getCellText( sal_Int32 nAtColumn, sal_Int32 nAtRow );
|
H A D | DataBrowserModel.cxx | 639 OUString DataBrowserModel::getCellText( sal_Int32 nAtColumn, sal_Int32 nAtRow ) in getCellText() function in chart::DataBrowserModel
|
H A D | DataBrowser.cxx | 716 aResult = m_apDataBrowserModel->getCellText( nColIndex, nRow ); in GetCellText()
|
/trunk/test/testgui/source/testlib/gui/ |
H A D | SCTool.java | 72 public static String getCellText(String cell) { in getCellText() method in SCTool
|
/trunk/main/svx/source/svdraw/ |
H A D | svdotextdecomposition.cxx | 741 const bool bIsCell(rSdrBlockTextPrimitive.getCellText()); in impDecomposeBlockTextPrimitive()
|