LibreOffice Module sw (master) 1
Variables
vbadialog.cxx File Reference
#include "vbadialog.hxx"
#include <ooo/vba/word/WdWordDialog.hpp>
Include dependency graph for vbadialog.cxx:

Go to the source code of this file.

Variables

const WordDialogTable aWordDialogTable []
 

Variable Documentation

◆ aWordDialogTable

const WordDialogTable aWordDialogTable[]
Initial value:
=
{
{ word::WdWordDialog::wdDialogFileNew, ".uno:NewDoc" },
{ word::WdWordDialog::wdDialogFileOpen, ".uno:Open" },
{ word::WdWordDialog::wdDialogFilePrint, ".uno:Print" },
{ word::WdWordDialog::wdDialogFileSaveAs, ".uno:SaveAs" },
{ 0, nullptr }
}

Definition at line 35 of file vbadialog.cxx.

Referenced by SwVbaDialog::mapIndexToName().