|
LibreOffice Module vcl (master) 1
|
#include <vcl/dllapi.h>#include <vcl/uitest/uiobject.hxx>#include <vcl/weld.hxx>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | LOKTrigger |
Namespaces | |
| namespace | jsdialog |
Typedefs | |
| typedef std::unordered_map< OString, OUString > | jsdialog::ActionDataMap |
Functions | |
| VCL_DLLPUBLIC bool | jsdialog::ExecuteAction (const OUString &nWindowId, const OUString &rWidget, StringMap &rData) |
| execute action on a widget More... | |
| VCL_DLLPUBLIC void | jsdialog::SendFullUpdate (const OUString &nWindowId, const OUString &rWidget) |
| send full update message to the client More... | |
| VCL_DLLPUBLIC void | jsdialog::SendAction (const OUString &nWindowId, const OUString &rWidget, std::unique_ptr< ActionDataMap > pData) |
| send action message to the client More... | |
| VCL_DLLPUBLIC StringMap | jsdialog::jsonToStringMap (const char *pJSON) |