Searched refs:xTableRows (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLTableShapeResizer.cxx | 187 uno::Reference<table::XTableRows> xTableRows; in ResizeShapes() local 213 xTableRows = xColumnRowRange->getRows(); in ResizeShapes() 216 if (xTableRows.is()) in ResizeShapes() 221 xTableRows->getByIndex(nOldRow) >>= xTableRow; in ResizeShapes()
|
H A D | xmlexprt.cxx | 2248 uno::Reference<table::XTableRows> xTableRows(xColumnRowRange->getRows()); in _ExportAutoStyles() local 2249 …uno::Reference<beans::XPropertySet> xRowProperties(xTableRows->getByIndex( aPos.Row() ), uno::UNO_… in _ExportAutoStyles() 2547 uno::Reference<table::XTableRows> xTableRows(xColumnRowRange->getRows()); in _ExportAutoStyles() local 2548 if (xTableRows.is()) in _ExportAutoStyles() 2566 … uno::Reference <beans::XPropertySet> xRowProperties(xTableRows->getByIndex(nRow), uno::UNO_QUERY); in _ExportAutoStyles()
|
/aoo41x/main/odk/examples/CLI/VB.NET/WriterDemo/ |
H A D | WriterDemo.vb | 113 Dim xTableRows As unoidl.com.sun.star.table.XTableRows 114 xTableRows = xTextTable.getRows() 116 anyRow = DirectCast(xTableRows, unoidl.com.sun.star.container.XIndexAccess).getByIndex( 0)
|
/aoo41x/main/wizards/com/sun/star/wizards/report/ |
H A D | RecordTable.java | 48 public XTableRows xTableRows; field in RecordTable 80 xTableRows = xTextTable.getRows(); in RecordTable()
|
/aoo41x/main/oox/source/drawingml/table/ |
H A D | tableproperties.cxx | 64 void CreateTableRows( uno::Reference< XTableRows > xTableRows, const std::vector< TableRow >& rvTab… in CreateTableRows() argument 67 xTableRows->insertByIndex( 0, rvTableRows.size() - 1 ); in CreateTableRows() 69 uno::Reference< container::XIndexAccess > xIndexAccess( xTableRows, UNO_QUERY_THROW ); in CreateTableRows()
|
/aoo41x/main/odk/examples/java/ToDo/ |
H A D | ToDo.java | 522 XTableRows xTableRows = in recalc() local 524 xTableRows.insertByIndex( intRowToInsert, 1 ); in recalc()
|
/aoo41x/test/testuno/source/testlib/uno/ |
H A D | SCUtil.java | 176 XTableRows xTableRows = xColumnRowRange.getRows(); in getSCRows() local 178 return xTableRows; in getSCRows()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 7575 void CreateTableRows( Reference< XTableRows > xTableRows, const std::set< sal_Int32 >& rRows, sal_I… in CreateTableRows() argument 7578 xTableRows->insertByIndex( 0, rRows.size() - 1 ); in CreateTableRows() 7582 Reference< XIndexAccess > xIndexAccess( xTableRows, UNO_QUERY_THROW ); in CreateTableRows()
|
Completed in 92 milliseconds