Home
last modified time | relevance | path

Searched refs:xTextTable (Results 1 – 12 of 12) sorted by relevance

/trunk/main/odk/examples/CLI/VB.NET/WriterDemo/
H A DWriterDemo.vb103 xTextTable.initialize(4, 4)
114 xTableRows = xTextTable.getRows()
125 insertIntoCell("A1","FirstColumn", xTextTable)
126 insertIntoCell("B1","SecondColumn", xTextTable)
127 insertIntoCell("C1","ThirdColumn", xTextTable)
128 insertIntoCell("D1","SUM", xTextTable)
131 xTextTable.getCellByName("A2").setValue(22.5)
132 xTextTable.getCellByName("B2").setValue(5615.3)
136 xTextTable.getCellByName("A3").setValue(21.5)
137 xTextTable.getCellByName("B3").setValue (615.3)
[all …]
/trunk/main/wizards/com/sun/star/wizards/report/
H A DRecordTable.java45 public XTextTable xTextTable; field in RecordTable
68 xTextTable = UnoRuntime.queryInterface(XTextTable.class, oTable); in RecordTable()
69 xTableName = UnoRuntime.queryInterface(XNamed.class, xTextTable); in RecordTable()
76 xTextTable = UnoRuntime.queryInterface(XTextTable.class, x); in RecordTable()
77 xTableName = UnoRuntime.queryInterface(XNamed.class, xTextTable); in RecordTable()
80 xTableRows = xTextTable.getRows(); in RecordTable()
81 xTableColumns = xTextTable.getColumns(); in RecordTable()
82 xCellRange = UnoRuntime.queryInterface(XCellRange.class, xTextTable); in RecordTable()
92 oTextTableHandler.adjustOptimalTableWidths(_xMSF, xTextTable); in adjustOptimalTableWidths()
H A DReportTextImplementation.java190 XTextTable xTextTable = getDoc().oTextTableHandler.getlastTextTable(); in addLinkedTextSection() local
191 … XCellRange xCellRange = UnoRuntime.queryInterface( XCellRange.class, xTextTable ); in addLinkedTextSection()
205 XTextTable xTextTable = getDoc().oTextTableHandler.getlastTextTable(); in renameTableofLastSection() local
206 XNamed xNamedTable = UnoRuntime.queryInterface( XNamed.class, xTextTable ); in renameTableofLastSection()
403 XTextTable xTextTable = getDoc().oTextTableHandler.getlastTextTable(); in insertDatabaseDatatoReportDocument() local
404 OfficeDocument.ArraytoCellRange(RecordArray, xTextTable, 0, 1); in insertDatabaseDatatoReportDocument()
431 XTextTable xTextTable = getDoc().oTextTableHandler.getlastTextTable(); in insertDataToRecordTable() local
434 xTextTable.getRows().insertByIndex(xTextTable.getRows().getCount(), DataLength - 1); in insertDataToRecordTable()
436 OfficeDocument.ArraytoCellRange(RecordArray, xTextTable, 0, 1); in insertDataToRecordTable()
H A DDBColumn.java67 private XTextTable xTextTable; field in DBColumn
176 xRows = xTextTable.getRows(); in DBColumn()
219 xTextTable = UnoRuntime.queryInterface(XTextTable.class, oTextTable); in getTableColumns()
221 xTableColumns = xTextTable.getColumns(); in getTableColumns()
H A DReportTextDocument.java440 com.sun.star.table.XTableColumns xColumns = CurRecordTable.xTextTable.getColumns(); in insertColumnstoRecordTable()
451 CurRecordTable.xTextTable.getColumns().insertByIndex(ColCount, AddCount); in insertColumnstoRecordTable()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextTableHandler.java87 XTextTable xTextTable = null; in getByName() local
94 xTextTable = UnoRuntime.queryInterface(XTextTable.class, oTable); in getByName()
101 return xTextTable; in getByName()
124 …com.sun.star.uno.XInterface xTextTable = (XInterface) xMSFDoc.createInstance("com.sun.star.text.Te… in insertTextTable() local
125 … XTextContent xTextContentTable = UnoRuntime.queryInterface(XTextContent.class, xTextTable); in insertTextTable()
228 public void adjustOptimalTableWidths(XMultiServiceFactory _xMSF, XTextTable xTextTable) in adjustOptimalTableWidths() argument
233 int ColCount = xTextTable.getColumns().getCount(); in adjustOptimalTableWidths()
234 XCellRange xCellRange = UnoRuntime.queryInterface(XCellRange.class, xTextTable); in adjustOptimalTableWidths()
236 … short iHoriOrient = AnyConverter.toShort(Helper.getUnoPropertyValue(xTextTable, "HoriOrient")); in adjustOptimalTableWidths()
241 Helper.setUnoPropertyValue(xTextTable, "HoriOrient", new Short(iHoriOrient)); in adjustOptimalTableWidths()
H A DViewHandler.java76 …XTextContent xTextTable = UnoRuntime.queryInterface(XTextContent.class, xAllTextTables.getByIndex(… in selectFirstPage() local
77 … XTextRange xRange = UnoRuntime.queryInterface(XTextRange.class, xTextTable.getAnchor().getText()); in selectFirstPage()
/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx194 uno::Reference< text::XTextTable > xTextTable; in NextCell() local
196 …rops->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TextTable") ) ) >>= xTextTable; in NextCell()
198 if( !xTextTable.is() || !xCell.is() ) in NextCell()
206 …uno::Reference< text::XTextTableCursor > xTextTableCursor = xTextTable->createCursorByCellName( aC… in NextCell()
237 xCell = xTextTable->getCellByName( xTextTableCursor->getRangeName() ); in NextCell()
H A Dvbatable.cxx37 …Document >& rDocument, const uno::Reference< css::text::XTextTable >& xTextTable) throw ( uno::Ru… in SwVbaTable() argument
39 mxTextTable.set( xTextTable, uno::UNO_QUERY_THROW ); in SwVbaTable()
H A Dvbatables.cxx44 uno::Reference< text::XTextTable > xTextTable( aSource, uno::UNO_QUERY_THROW ); in lcl_createTable() local
46 …Reference< word::XTable > xTable( new SwVbaTable( xParent, xContext, xTextDocument, xTextTable ) ); in lcl_createTable()
H A Dvbatable.hxx37 …ment >& rDocument, const css::uno::Reference< css::text::XTextTable >& xTextTable) throw ( css::un…
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1011 XTextTable xTextTable = UnoRuntime.queryInterface(XTextTable.class, table); in write() local
1012 XTextTableCursor cursor = xTextTable.createCursorByCellName("A1"); in write()
1066 cell = xTextTable.getCellByName(cursor.getRangeName()); in write()
1893 XTextTable xTextTable = UnoRuntime.queryInterface(XTextTable.class, table); in write() local
1896 Object cell = xTextTable.getCellByName(cellname); in write()
1906 field.write(xTextTable.getCellByName(xTextTableCursor.getRangeName())); in write()

Completed in 71 milliseconds