LibreOffice Module sc (master) 1
Variables
vbadialog.cxx File Reference
#include <sal/config.h>
#include <string_view>
#include "vbadialog.hxx"
#include <sal/macros.h>
Include dependency graph for vbadialog.cxx:

Go to the source code of this file.

Variables

const std::u16string_view aStringList []
 
const sal_Int32 nDialogSize = SAL_N_ELEMENTS(aStringList)
 

Variable Documentation

◆ aStringList

const std::u16string_view aStringList[]
Initial value:
=
{
u".uno:Open",
u".uno:FormatCellDialog",
u".uno:InsertCell",
u".uno:Print",
u".uno:PasteSpecial",
u".uno:ToolProtectionDocument",
u".uno:ColumnWidth",
u".uno:DefineName",
u".uno:ConfigureDialog",
u".uno:HyperlinkDialog",
u".uno:InsertGraphic",
u".uno:InsertObject",
u".uno:PageFormatDialog",
u".uno:DataSort",
u".uno:RowHeight",
u".uno:AutoCorrectDlg",
u".uno:ConditionalFormatDialog",
u".uno:DataConsolidate",
u".uno:CreateNames",
u".uno:FillSeries",
u".uno:Validation",
u".uno:DefineLabelRange",
u".uno:DataFilterAutoFilter",
u".uno:DataFilterSpecialFilter",
u".uno:AutoFormat"
}
float u

Definition at line 31 of file vbadialog.cxx.

Referenced by ScVbaDialog::mapIndexToName(), ScTPValidationValue::SetFirstFormula(), and XclExpTbxControlObj::XclExpTbxControlObj().

◆ nDialogSize

const sal_Int32 nDialogSize = SAL_N_ELEMENTS(aStringList)

Definition at line 60 of file vbadialog.cxx.

Referenced by ScVbaDialog::mapIndexToName().