Home
last modified time | relevance | path

Searched refs:getCellText (Results 1 – 16 of 16) sorted by relevance

/trunk/test/testgui/source/fvt/gui/sc/validity/
H A DValidityDialogSetting.java90 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 DValidityDateSupport1024Columns.java75 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 DValiditySampleFile.java71 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 DSubtotalsFunctions.java329 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.java317 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 DBasicFunctionTest.java181 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 DFileTypeTest.java181 Assert.assertEquals("The typed text is saved!", text, SCTool.getCellText("A65536")); in saveNewSpreadsheet()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrtextprimitive2d.cxx410 && getCellText() == rCompare.getCellText() in operator ==()
428 getCellText(), in createTransformedClone()
/trunk/test/testgui/source/fvt/gui/sc/sort/
H A DSortDialogSetting.java128 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 DFitler.java70 assertEquals("expect 2+ not display correctly",expect, SCTool.getCellText("A1")); in testAutoFilterWithPlusSign()
/trunk/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrtextprimitive2d.hxx239 bool getCellText() const { return mbCellText; } in getCellText() function in drawinglayer::primitive2d::SdrBlockTextPrimitive2D
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.hxx87 ::rtl::OUString getCellText( sal_Int32 nAtColumn, sal_Int32 nAtRow );
H A DDataBrowserModel.cxx639 OUString DataBrowserModel::getCellText( sal_Int32 nAtColumn, sal_Int32 nAtRow ) in getCellText() function in chart::DataBrowserModel
H A DDataBrowser.cxx716 aResult = m_apDataBrowserModel->getCellText( nColIndex, nRow ); in GetCellText()
/trunk/test/testgui/source/testlib/gui/
H A DSCTool.java72 public static String getCellText(String cell) { in getCellText() method in SCTool
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx741 const bool bIsCell(rSdrBlockTextPrimitive.getCellText()); in impDecomposeBlockTextPrimitive()

Completed in 69 milliseconds