As someone fairly new to LO Basic, there is so much I don’t yet know. I’m looking for documentation on DispatchHelper’s executeDispatch method that goes beyond what’s found at OO’s API reference of execute Dispatch or LO’s API reference for the same. I need to know what are the possile values for that URL parameter.
For example, these are a few I’ve run into over the past few months :
oDispH.executeDispatch(document, ".uno:SetHyperlink", "", 0, args())
oDispH.executeDispatch(document.getCurrentController().getFrame(), .uno:Delete, , 0, args())
oDispH.executeDispatch(document.getCurrentController().getFrame(), .uno:MergeTable, , 0, args())|
Is there a document that holds a list of possible values for URL? I assume it is linked to which DispatchProvider is being exectued, I just need help finding the documentation, if that exists.