Searched refs:crsr (Results 1 – 2 of 2) sorted by relevance
133 sw/source/core/crsr/annotationmark \134 sw/source/core/crsr/BlockCursor \135 sw/source/core/crsr/bookmrk \136 sw/source/core/crsr/callnk \137 sw/source/core/crsr/crbm \138 sw/source/core/crsr/crossrefbookmark \139 sw/source/core/crsr/crsrsh \140 sw/source/core/crsr/crstrvl \141 sw/source/core/crsr/crstrvl1 \142 sw/source/core/crsr/findattr \[all …]
217 private void insertBookmark(XTextCursor crsr, String name, String content) in insertBookmark() argument228 crsr.setString(content); in insertBookmark()233 m_xDoc.getText().insertTextContent(crsr, xBookmarkAsTextContent, true); in insertBookmark()