https://bugs.documentfoundation.org/show_bug.cgi?id=104485
tommy27 <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #1 from tommy27 <[email protected]> ---
I use a macro to do this. and I've assigned a custom toolbar button to it.
Sub AlphabeticOrder
oDoc = ThisComponent
oTxtRange = oDoc.CurrentSelection(0)
oTxtCursor = oDoc.Text.createTextCursorByRange(oTxtRange)
mDesc = oTxtCursor.createSortDescriptor
oTxtCursor.sort(mDesc)
End Sub
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs