Home
last modified time | relevance | path

Searched refs:createCursorByCellName (Results 1 – 11 of 11) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1012 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XTextTable.java108 oObj.createCursorByCellName( cellNamesList[0] ) != null ); in _createCursorByCellName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextTableCursor.java105 oObj = oTable.createCursorByCellName("A1"); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextTable.csv17 "SwXTextTable";"com::sun::star::text::XTextTable";"createCursorByCellName()"
H A Dcom.sun.star.comp.office.SwXParagraph.csv91 "SwXParagraph";"com::sun::star::text::XTextTable#optional";"createCursorByCellName()"
/trunk/main/offapi/com/sun/star/text/
H A DXTextTable.idl131 com::sun::star::text::XTextTableCursor createCursorByCellName( [in] string aCellName );
/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx206 …uno::Reference< text::XTextTableCursor > xTextTableCursor = xTextTable->createCursorByCellName( aC… in NextCell()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoTextContent.csv91 "SvxUnoTextContent";"com::sun::star::text::XTextTable#optional";"createCursorByCellName()"
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java924 XTextTableCursor xTableCursor = xTable.createCursorByCellName("A2"); in AutoTextExample()
/trunk/main/sw/inc/
H A Dunotbl.hxx350 …::Reference< ::com::sun::star::text::XTextTableCursor > SAL_CALL createCursorByCellName( const ::r…
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2221 uno::Reference< text::XTextTableCursor > SwXTextTable::createCursorByCellName(const OUString& Cell… in createCursorByCellName() function in SwXTextTable

Completed in 103 milliseconds