Home
last modified time | relevance | path

Searched refs:xTextTableCursor (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx206 …uno::Reference< text::XTextTableCursor > xTextTableCursor = xTextTable->createCursorByCellName( aC… in NextCell() local
212 xTextTableCursor->goLeft( nCount, sal_False ); in NextCell()
217 xTextTableCursor->goRight( nCount, sal_False ); in NextCell()
222 xTextTableCursor->goUp( nCount, sal_False ); in NextCell()
227 xTextTableCursor->goDown( nCount, sal_False ); in NextCell()
237 xCell = xTextTable->getCellByName( xTextTableCursor->getRangeName() ); in NextCell()
566 …uno::Reference< text::XTextTableCursor > xTextTableCursor( mxModel->getCurrentSelection(), uno::UN… in Tables() local
568 if ( !xTextTableCursor.is() ) in Tables()
578 SwXTextTableCursor* pTTCursor = dynamic_cast< SwXTextTableCursor* >( xTextTableCursor.get() ); in Tables()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1892 …XTextTableCursor xTextTableCursor = UnoRuntime.queryInterface(XTextTableCursor.class, tableCursor); in write() local
1895 String cellname = xTextTableCursor.getRangeName(); in write()
1900 xTextTableCursor.goRight((short) 1, false); in write()
1906 field.write(xTextTable.getCellByName(xTextTableCursor.getRangeName())); in write()

Completed in 26 milliseconds