I've found the function to display the search dialog (triggered by Ctrl+H), it's
- Code: Select all Expand viewCollapse view
.uno:SearchDialog
- Code: Select all Expand viewCollapse view
dispatcher.executeDispatch(document, ".uno:SearchDialog", "", 0, Array())
But I haven't found the function to display the search bar, at the bottom (triggered by Ctrl+F), Does it exist?
Thanks a lot in advance!