/trunk/main/odk/examples/OLE/vbscript/ |
H A D | WriterDemo.vbs | 86 objTable.getCellByName("A2").setValue 22.5 87 objTable.getCellByName("B2").setValue 5615.3 88 objTable.getCellByName("C2").setValue -2315.7 89 objTable.getCellByName("D2").setFormula"sum <A2:C2>" 91 objTable.getCellByName("A3").setValue 21.5 92 objTable.getCellByName("B3").setValue 615.3 93 objTable.getCellByName("C3").setValue -315.7 94 objTable.getCellByName("D3").setFormula "sum <A3:C3>" 96 objTable.getCellByName("A4").setValue 121.5 97 objTable.getCellByName("B4").setValue -615.3 [all …]
|
/trunk/main/pyuno/demo/ |
H A D | swriter.py | 35 tableText = table.getCellByName( cellName ) 86 table.getCellByName("A2").setValue(22.5) 87 table.getCellByName("B2").setValue(5615.3) 88 table.getCellByName("C2").setValue(-2315.7) 89 table.getCellByName("D2").setFormula("sum <A2:C2>") 91 table.getCellByName("A3").setValue(21.5) 92 table.getCellByName("B3").setValue(615.3) 93 table.getCellByName("C3").setValue(-315.7) 96 table.getCellByName("A4").setValue(121.5) 97 table.getCellByName("B4").setValue(-615.3) [all …]
|
H A D | swritercomp.py | 36 tableText = table.getCellByName( cellName ) 88 table.getCellByName("A2").setValue(22.5) 89 table.getCellByName("B2").setValue(5615.3) 90 table.getCellByName("C2").setValue(-2315.7) 91 table.getCellByName("D2").setFormula("sum <A2:C2>") 93 table.getCellByName("A3").setValue(21.5) 94 table.getCellByName("B3").setValue(615.3) 95 table.getCellByName("C3").setValue(-315.7) 98 table.getCellByName("A4").setValue(121.5) 99 table.getCellByName("B4").setValue(-615.3) [all …]
|
/trunk/main/scripting/examples/python/pythonSamples/ |
H A D | TableSample.py | 32 tableText = table.getCellByName( cellName ) 77 table.getCellByName("A2").setValue(22.5) 78 table.getCellByName("B2").setValue(5615.3) 79 table.getCellByName("C2").setValue(-2315.7) 80 table.getCellByName("D2").setFormula("sum <A2:C2>") 82 table.getCellByName("A3").setValue(21.5) 83 table.getCellByName("B3").setValue(615.3) 84 table.getCellByName("C3").setValue(-315.7) 87 table.getCellByName("A4").setValue(121.5) 88 table.getCellByName("B4").setValue(-615.3) [all …]
|
/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/ |
H A D | WriterDemo.vb | 131 xTextTable.getCellByName("A2").setValue(22.5) 132 xTextTable.getCellByName("B2").setValue(5615.3) 133 xTextTable.getCellByName("C2").setValue(-2315.7) 134 xTextTable.getCellByName("D2").setFormula("sum <A2:C2>") 136 xTextTable.getCellByName("A3").setValue(21.5) 137 xTextTable.getCellByName("B3").setValue (615.3) 138 xTextTable.getCellByName("C3").setValue( -315.7) 141 xTextTable.getCellByName("A4").setValue( 121.5) 142 xTextTable.getCellByName("B4").setValue( -615.3) 143 xTextTable.getCellByName("C4").setValue( 415.7) [all …]
|
/trunk/main/odk/examples/java/Text/ |
H A D | SWriter.java | 171 (xTT.getCellByName("A2")).setValue(22.5); in main() 172 (xTT.getCellByName("B2")).setValue(5615.3); in main() 173 (xTT.getCellByName("C2")).setValue(-2315.7); in main() 174 (xTT.getCellByName("D2")).setFormula("sum <A2:C2>"); in main() 176 (xTT.getCellByName("A3")).setValue(21.5); in main() 177 (xTT.getCellByName("B3")).setValue(615.3); in main() 178 (xTT.getCellByName("C3")).setValue(-315.7); in main() 179 (xTT.getCellByName("D3")).setFormula("sum <A3:C3>"); in main() 181 (xTT.getCellByName("A4")).setValue(121.5); in main() 182 (xTT.getCellByName("B4")).setValue(-615.3); in main() [all …]
|
/trunk/test/testuno/source/fvt/uno/sw/table/ |
H A D | TableVerticalAlignment.java | 78 …ps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getCellByName(cellName[i])); in testtableVerticalAlignment_Bottom() 115 …rtySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_odt.getCellByName(cellName_asser… in testtableVerticalAlignment_Bottom() 131 …rtySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByName(cellName_asser… in testtableVerticalAlignment_Bottom() 151 …ps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getCellByName(cellName[i])); in testtableVerticalAlignment_Center() 188 …rtySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_odt.getCellByName(cellName_asser… in testtableVerticalAlignment_Center() 204 …rtySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByName(cellName_asser… in testtableVerticalAlignment_Center() 224 …ps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getCellByName(cellName[i])); in testtableVerticalAlignment_Top() 261 …rtySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_odt.getCellByName(cellName_asser… in testtableVerticalAlignment_Top() 277 …rtySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByName(cellName_asser… in testtableVerticalAlignment_Top()
|
H A D | TableCellProtect.java | 79 …ps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getCellByName(cellName[i])); in testtableBorderSpacingtoContent() 116 …rtySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_odt.getCellByName(cellName_asser… in testtableBorderSpacingtoContent() 132 …rtySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByName(cellName_asser… in testtableBorderSpacingtoContent()
|
H A D | TableBorderSpacingtoContent.java | 78 …ps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getCellByName(cellName[i])); in testtableBorderSpacingtoContent() 118 …rtySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_odt.getCellByName(cellName_asser… in testtableBorderSpacingtoContent() 137 …rtySet)UnoRuntime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByName(cellName_asser… in testtableBorderSpacingtoContent()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/ |
H A D | SwXTextTable.java | 159 oTable.getCellByName("A1").setValue(4); in createTestEnvironment() 163 oTable.getCellByName("A2")); in createTestEnvironment() 165 oTable.getCellByName("A3").setValue(3); in createTestEnvironment() 168 oTable.getCellByName("A4")); in createTestEnvironment() 170 oTable.getCellByName("A5").setValue(23); in createTestEnvironment() 173 oTable.getCellByName("A6")); in createTestEnvironment() 186 XCell cell = oTable.getCellByName("A" + (i + 1)); in createTestEnvironment()
|
H A D | SwXTableCellText.java | 143 XCell oCell = oTable.getCellByName("A1"); in createTestEnvironment()
|
/trunk/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 705 XText.class, xTable.getCellByName ( sCellName ) ); in insertIntoCell() 772 xTable.getCellByName( "A2" ).setValue( getRandomDouble() ); in TextTableExample() 773 xTable.getCellByName( "B2" ).setValue( getRandomDouble() ); in TextTableExample() 774 xTable.getCellByName( "C2" ).setValue( getRandomDouble() ); in TextTableExample() 776 xTable.getCellByName( "A3" ).setValue( getRandomDouble() ); in TextTableExample() 777 xTable.getCellByName( "B3" ).setValue( getRandomDouble() ); in TextTableExample() 786 xTable.getCellByName( "D2" ).setFormula( "sum <A2:C2>" ); in TextTableExample() 787 xTable.getCellByName( "D3" ).setFormula( "sum <A3:C3>" ); in TextTableExample() 788 xTable.getCellByName( "D4" ).setFormula( "sum <A4:C4>" ); in TextTableExample() 969 XText.class, xTable.getCellByName ( in AutoTextExample() [all …]
|
/trunk/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 1066 cell = xTextTable.getCellByName(cursor.getRangeName()); in write() 1240 cell = table.getCellByName(cursor.getRangeName()); in Topics() 1256 … topicCellFormats.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics() 1280 … firstRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics() 1289 … lastRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics() 1293 lastRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics() 1332 … ((AgendaElement) topicCells.get(i)).write(table.getCellByName(cursor.getRangeName())); in write2() 1411 XCell xc = table.getCellByName(cursor.getRangeName()); in writeCell() 1561 … ((TableCellFormatter) formats.get(i)).format(table.getCellByName(cursor.getRangeName())); in formatTable() 1896 Object cell = xTextTable.getCellByName(cellname); in write() [all …]
|
/trunk/test/testuno/source/fvt/uno/sw/puretext/ |
H A D | InsertCharacterToTable.java | 121 XText xCellText = (XText) UnoRuntime.queryInterface(XText.class, xTable.getCellByName(sCellName)); in insertIntoCell() 128 XText xCellText = (XText) UnoRuntime.queryInterface(XText.class, xTable.getCellByName(sCellName)); in getFromCell()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/ |
H A D | _XTextTable.java | 130 oObj.getCellByName( cellNamesList[0] ) != null ); in _getCellByName()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | ValueBinding.java | 68 XValueBinding cellBinding = new TableCellTextBinding( table.getCellByName( "A1" ) ); in prepareDocument()
|
/trunk/main/forms/qa/integration/forms/ |
H A D | ValueBinding.java | 114 XValueBinding cellBinding = new TableCellTextBinding( table.getCellByName( "A1" ) ); in prepareDocument()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXTextTable.csv | 15 "SwXTextTable";"com::sun::star::text::XTextTable";"getCellByName()"
|
H A D | com.sun.star.comp.office.SwXParagraph.csv | 89 "SwXParagraph";"com::sun::star::text::XTextTable#optional";"getCellByName()"
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | XTextTable.idl | 112 com::sun::star::table::XCell getCellByName( [in] string aCellName );
|
H A D | CellProperties.idl | 77 /** contains the cell name, see SwXTextTable::getCellByName for more information
|
/trunk/main/odk/examples/OLE/delphi/InsertTables/ |
H A D | SampleCode.pas | 250 oCellCursor := oTable.getCellByName(sCellName);
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | SOfficeFactory.java | 321 com.sun.star.table.XCell oCell = ((XTextTable) oTable).getCellByName( in getFirstTableCell()
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbaselection.cxx | 237 xCell = xTextTable->getCellByName( xTextTableCursor->getRangeName() ); in NextCell()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/ |
H A D | com.sun.star.comp.office.SvxUnoTextContent.csv | 89 "SvxUnoTextContent";"com::sun::star::text::XTextTable#optional";"getCellByName()"
|