Searched refs:setCellText (Results 1 – 5 of 5) sorted by relevance
/trunk/main/forms/qa/integration/forms/ |
H A D | CellBinding.java | 147 setCellText( col, row, yetAnotherText ); in checkTextFieldBinding() 217 setCellText( col, row, "no ref value" ); in checkStringRadioBinding() 220 setCellText( col, row, refValueA ); in checkStringRadioBinding() 223 setCellText( col, row, refValueB ); in checkStringRadioBinding() 306 setCellText( sourceCol, (short)( row - 1 ), "Apples" ); in checkListBoxBinding() 307 setCellText( sourceCol, (short)( row + 0 ), "Oranges" ); in checkListBoxBinding() 308 setCellText( sourceCol, (short)( row + 1 ), "Peaches" ); in checkListBoxBinding() 325 setCellText( col, row, "Peaches" ); in checkListBoxBinding() 349 setCellText( sourceCol, (short)( row - 1 ), "Pears" ); in checkListBoxIndexBinding() 350 setCellText( sourceCol, (short)( row + 0 ), "Bananas" ); in checkListBoxIndexBinding() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
|
/trunk/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 114 milliseconds