Home
last modified time | relevance | path

Searched refs:cellName (Results 1 – 8 of 8) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableVerticalAlignment.java74 String[] cellName=xTable.getCellNames(); in testtableVerticalAlignment_Bottom() local
76 while(cellName[i] != null) in testtableVerticalAlignment_Bottom()
78 …ps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getCellByName(cellName[i])); in testtableVerticalAlignment_Bottom()
147 String[] cellName=xTable.getCellNames(); in testtableVerticalAlignment_Center() local
149 while(cellName[i] != null) in testtableVerticalAlignment_Center()
151 …ps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getCellByName(cellName[i])); in testtableVerticalAlignment_Center()
220 String[] cellName=xTable.getCellNames(); in testtableVerticalAlignment_Top() local
222 while(cellName[i] != null) in testtableVerticalAlignment_Top()
224 …ps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getCellByName(cellName[i])); in testtableVerticalAlignment_Top()
H A DTableCellProtect.java75 String[] cellName=xTable.getCellNames(); in testtableBorderSpacingtoContent() local
77 while(cellName[i] != null) in testtableBorderSpacingtoContent()
79 …ps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getCellByName(cellName[i])); in testtableBorderSpacingtoContent()
H A DTableBorderSpacingtoContent.java74 String[] cellName=xTable.getCellNames(); in testtableBorderSpacingtoContent() local
76 while(cellName[i] != null) in testtableBorderSpacingtoContent()
78 …ps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getCellByName(cellName[i])); in testtableBorderSpacingtoContent()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DAccessibilityTools.java285 public static XAccessibleContext getSheetCell(XAccessibleContext xSheetAcc, String cellName){ in getSheetCell() argument
290 for (int n=0; n<cellName.length(); n++){ in getSheetCell()
291 String cha = cellName.substring(n,n+1); in getSheetCell()
304 String sNumb = cellName.substring(n, cellName.length()); in getSheetCell()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1019 String cellName = PropertyNames.EMPTY_STRING; in write() local
1037 cellName = cursor.getRangeName(); in write()
1056 if (cellName.equals(cursor.getRangeName())) in write()
1064 … while ((!cellName.equals(cursor.getRangeName()) && (!cursor.getRangeName().startsWith("A")))) in write()
1068 cellName = cursor.getRangeName(); in write()
1075 if (cellName.equals(cursor.getRangeName())) in write()
1644 public static int getRowIndex(String cellName) in getRowIndex() argument
1646 return Integer.parseInt(cellName.substring(1)); in getRowIndex()
/trunk/main/pyuno/demo/
H A Dswriter.py34 def insertTextIntoCell( table, cellName, text, color ): argument
35 tableText = table.getCellByName( cellName )
H A Dswritercomp.py35 def insertTextIntoCell( table, cellName, text, color ): argument
36 tableText = table.getCellByName( cellName )
/trunk/main/scripting/examples/python/pythonSamples/
H A DTableSample.py31 def insertTextIntoCell( table, cellName, text, color ): argument
32 tableText = table.getCellByName( cellName )

Completed in 47 milliseconds