Searched refs:crsr (Results 1 – 2 of 2) sorted by relevance
138 sw/source/core/crsr/annotationmark \139 sw/source/core/crsr/BlockCursor \140 sw/source/core/crsr/bookmrk \141 sw/source/core/crsr/callnk \142 sw/source/core/crsr/crbm \143 sw/source/core/crsr/crossrefbookmark \144 sw/source/core/crsr/crsrsh \145 sw/source/core/crsr/crstrvl \146 sw/source/core/crsr/crstrvl1 \147 sw/source/core/crsr/findattr \[all …]
216 private void insertBookmark(XTextCursor crsr, String name, String content) in insertBookmark() argument227 crsr.setString(content); in insertBookmark()232 m_xDoc.getText().insertTextContent(crsr, xBookmarkAsTextContent, true); in insertBookmark()