Searched refs:cellName (Results 1 – 8 of 8) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sw/table/ |
H A D | TableVerticalAlignment.java | 74 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 D | TableCellProtect.java | 75 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 D | TableBorderSpacingtoContent.java | 74 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()
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | AccessibilityTools.java | 285 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()
|
/aoo4110/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 1019 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()
|
/aoo4110/main/scripting/examples/python/pythonSamples/ |
H A D | TableSample.py | 31 def insertTextIntoCell( table, cellName, text, color ): argument 32 tableText = table.getCellByName( cellName )
|
/aoo4110/main/pyuno/demo/ |
H A D | swriter.py | 34 def insertTextIntoCell( table, cellName, text, color ): argument 35 tableText = table.getCellByName( cellName )
|
H A D | swritercomp.py | 35 def insertTextIntoCell( table, cellName, text, color ): argument 36 tableText = table.getCellByName( cellName )
|
Completed in 71 milliseconds