Searched refs:createCursorByCellName (Results 1 – 11 of 11) sorted by relevance
1012 XTextTableCursor cursor = xTextTable.createCursorByCellName("A1"); in write()1234 XTextTableCursor cursor = table.createCursorByCellName(firstCell); in Topics()1328 XTextTableCursor cursor = table.createCursorByCellName("A" + firstRow); in write2()1383 XTextTableCursor cursor = table.createCursorByCellName("A" + firstRow); in writeCell()1511 XTextTableCursor cursor = table.createCursorByCellName("A1"); in formatFirstRow()1520 XTextTableCursor cursor = table.createCursorByCellName("A1"); in formatLastRow()
108 oObj.createCursorByCellName( cellNamesList[0] ) != null ); in _createCursorByCellName()
105 oObj = oTable.createCursorByCellName("A1"); in createTestEnvironment()
17 "SwXTextTable";"com::sun::star::text::XTextTable";"createCursorByCellName()"
91 "SwXParagraph";"com::sun::star::text::XTextTable#optional";"createCursorByCellName()"
131 com::sun::star::text::XTextTableCursor createCursorByCellName( [in] string aCellName );
206 …uno::Reference< text::XTextTableCursor > xTextTableCursor = xTextTable->createCursorByCellName( aC… in NextCell()
91 "SvxUnoTextContent";"com::sun::star::text::XTextTable#optional";"createCursorByCellName()"
924 XTextTableCursor xTableCursor = xTable.createCursorByCellName("A2"); in AutoTextExample()
350 …::Reference< ::com::sun::star::text::XTextTableCursor > SAL_CALL createCursorByCellName( const ::r…
2221 uno::Reference< text::XTextTableCursor > SwXTextTable::createCursorByCellName(const OUString& Cell… in createCursorByCellName() function in SwXTextTable
Completed in 103 milliseconds