Home
last modified time | relevance | path

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

/aoo41x/main/odk/examples/OLE/delphi/InsertTables/
H A DSampleCode.pas93 oTextCursor : Variant;
178 oTextCursor : Variant;
183 getCellContent := oTextCursor.Cell.Value;
240 oTextCursor : Variant;
252 oTextCursor := oCellCursor.getEnd();
255 oTextCursor,
272 oTextCursor : Variant;
277 oTextCursor.Cell.Value := dValue;
345 oTextCursor : Variant;
353 oTextCursor.gotoStart( true );
[all …]
/aoo41x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXTextDocument.java227 XTextCursor oTextCursor = oText.createTextCursor(); in createTestEnvironment() local
230 oText.insertString(oTextCursor, "xTextDoc ", false); in createTestEnvironment()

Completed in 41 milliseconds