Searched refs:setCellText (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/forms/qa/integration/forms/ |
H A D | CellBinding.java | 141 setCellText( col, row, yetAnotherText ); in checkTextFieldBinding() 209 setCellText( col, row, "no ref value" ); in checkStringRadioBinding() 212 setCellText( col, row, refValueA ); in checkStringRadioBinding() 215 setCellText( col, row, refValueB ); in checkStringRadioBinding() 295 setCellText( sourceCol, (short)( row - 1 ), "Apples" ); in checkListBoxBinding() 296 setCellText( sourceCol, (short)( row + 0 ), "Oranges" ); in checkListBoxBinding() 297 setCellText( sourceCol, (short)( row + 1 ), "Peaches" ); in checkListBoxBinding() 314 setCellText( col, row, "Peaches" ); in checkListBoxBinding() 337 setCellText( sourceCol, (short)( row - 1 ), "Pears" ); in checkListBoxIndexBinding() 338 setCellText( sourceCol, (short)( row + 0 ), "Bananas" ); in checkListBoxIndexBinding() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/table/ |
H A D | _XTableColumns.java | 312 private void setCellText(XCell cell, String text) { in setCellText() method in _XTableColumns 334 setCellText(xRange.getCellByPosition(i, 0), "" + i + "a"); in fillRange() 335 setCellText(xRange.getCellByPosition(i, 1), "" + i + "b"); in fillRange() 339 setCellText(xRange.getCellByPosition(i, 0), ""); in fillRange() 340 setCellText(xRange.getCellByPosition(i, 1), ""); in fillRange()
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | DataBrowserModel.hxx | 94 bool setCellText( sal_Int32 nAtColumn, sal_Int32 nAtRow, const ::rtl::OUString & rText );
|
H A D | DataBrowserModel.cxx | 714 bool DataBrowserModel::setCellText( sal_Int32 nAtColumn, sal_Int32 nAtRow, const ::rtl::OUString & … in setCellText() function in chart::DataBrowserModel
|
H A D | DataBrowser.cxx | 1218 bChangeValid = m_apDataBrowserModel->setCellText( nCol, nRow, aText ); in SaveModified()
|
Completed in 112 milliseconds