Home
last modified time | relevance | path

Searched refs:setCellText (Results 1 – 5 of 5) sorted by relevance

/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java141 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XTableColumns.java312 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 DDataBrowserModel.hxx94 bool setCellText( sal_Int32 nAtColumn, sal_Int32 nAtRow, const ::rtl::OUString & rText );
H A DDataBrowserModel.cxx714 bool DataBrowserModel::setCellText( sal_Int32 nAtColumn, sal_Int32 nAtRow, const ::rtl::OUString & … in setCellText() function in chart::DataBrowserModel
H A DDataBrowser.cxx1218 bChangeValid = m_apDataBrowserModel->setCellText( nCol, nRow, aText ); in SaveModified()

Completed in 35 milliseconds