Home
last modified time | relevance | path

Searched refs:getCellByName (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/odk/examples/OLE/vbscript/
H A DWriterDemo.vbs86 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 Dswriter.py35 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 Dswritercomp.py36 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 DTableSample.py32 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 DWriterDemo.vb131 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 DSWriter.java171 (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 DTableVerticalAlignment.java78 …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 DTableCellProtect.java79 …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 DTableBorderSpacingtoContent.java78 …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 DSwXTextTable.java159 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 DSwXTableCellText.java143 XCell oCell = oTable.getCellByName("A1"); in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java705 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 DAgendaTemplate.java1066 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 DInsertCharacterToTable.java121 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.java130 oObj.getCellByName( cellNamesList[0] ) != null ); in _getCellByName()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DValueBinding.java68 XValueBinding cellBinding = new TableCellTextBinding( table.getCellByName( "A1" ) ); in prepareDocument()
/trunk/main/forms/qa/integration/forms/
H A DValueBinding.java106 XValueBinding cellBinding = new TableCellTextBinding( table.getCellByName( "A1" ) ); in prepareDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextTable.csv15 "SwXTextTable";"com::sun::star::text::XTextTable";"getCellByName()"
H A Dcom.sun.star.comp.office.SwXParagraph.csv89 "SwXParagraph";"com::sun::star::text::XTextTable#optional";"getCellByName()"
/trunk/main/offapi/com/sun/star/text/
H A DXTextTable.idl112 com::sun::star::table::XCell getCellByName( [in] string aCellName );
H A DCellProperties.idl77 /** contains the cell name, see SwXTextTable::getCellByName for more information
/trunk/main/odk/examples/OLE/delphi/InsertTables/
H A DSampleCode.pas250 oCellCursor := oTable.getCellByName(sCellName);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DSOfficeFactory.java321 com.sun.star.table.XCell oCell = ((XTextTable) oTable).getCellByName( in getFirstTableCell()
/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx237 xCell = xTextTable->getCellByName( xTextTableCursor->getRangeName() ); in NextCell()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoTextContent.csv89 "SvxUnoTextContent";"com::sun::star::text::XTextTable#optional";"getCellByName()"

Completed in 94 milliseconds

12