Home
last modified time | relevance | path

Searched refs:cellName_assert_doc (Results 1 – 3 of 3) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableVerticalAlignment.java127 String[] cellName_assert_doc=xTable_Assert_doc.getCellNames(); in testtableVerticalAlignment_Bottom() local
129 while(cellName_assert_doc[k] != null) in testtableVerticalAlignment_Bottom()
131 …Runtime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByName(cellName_assert_doc[k])); in testtableVerticalAlignment_Bottom()
200 String[] cellName_assert_doc=xTable_Assert_doc.getCellNames(); in testtableVerticalAlignment_Center() local
202 while(cellName_assert_doc[k] != null) in testtableVerticalAlignment_Center()
204 …Runtime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByName(cellName_assert_doc[k])); in testtableVerticalAlignment_Center()
273 String[] cellName_assert_doc=xTable_Assert_doc.getCellNames(); in testtableVerticalAlignment_Top() local
275 while(cellName_assert_doc[k] != null) in testtableVerticalAlignment_Top()
277 …Runtime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByName(cellName_assert_doc[k])); in testtableVerticalAlignment_Top()
H A DTableCellProtect.java128 String[] cellName_assert_doc=xTable_Assert_doc.getCellNames(); in testtableBorderSpacingtoContent() local
130 while(cellName_assert_doc[k] != null) in testtableBorderSpacingtoContent()
132 …Runtime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByName(cellName_assert_doc[k])); in testtableBorderSpacingtoContent()
H A DTableBorderSpacingtoContent.java133 String[] cellName_assert_doc=xTable_Assert_doc.getCellNames(); in testtableBorderSpacingtoContent() local
135 while(cellName_assert_doc[k] != null) in testtableBorderSpacingtoContent()
137 …Runtime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByName(cellName_assert_doc[k])); in testtableBorderSpacingtoContent()

Completed in 45 milliseconds