ユーザー: oooパス: ooo
VBAでは、Range.DuplicateでRangeを複製できますが、 OOoでは、TextCursorのどのメソッドで複製できますか。 それともほかの方法が必要でしょうか。
oCursr := thisComponent.getText.createTextCursor; oCursr .gotoRange(oTextCursor, true);