LibreOffice Module oox (master) 1
Namespaces
vbacontrol.cxx File Reference
#include <oox/ole/vbacontrol.hxx>
#include <algorithm>
#include <set>
#include <com/sun/star/awt/XControlModel.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/io/XInputStreamProvider.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <osl/diagnose.h>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <tools/UnitConversion.hxx>
#include <xmlscript/xmldlg_imexp.hxx>
#include <oox/helper/attributelist.hxx>
#include <oox/helper/binaryinputstream.hxx>
#include <oox/helper/containerhelper.hxx>
#include <oox/helper/propertymap.hxx>
#include <oox/helper/propertyset.hxx>
#include <oox/helper/storagebase.hxx>
#include <oox/helper/textinputstream.hxx>
#include <oox/ole/vbahelper.hxx>
#include <oox/token/properties.hxx>
#include <oox/token/tokens.hxx>
#include <unordered_map>
Include dependency graph for vbacontrol.cxx:

Go to the source code of this file.

Namespaces

namespace  oox
 
namespace  oox::ole
 

Variable Documentation

◆ maCtrlNames

::std::set< OUString > maCtrlNames
private

Definition at line 100 of file vbacontrol.cxx.

◆ mnIndex

sal_Int32 mnIndex
private

Definition at line 101 of file vbacontrol.cxx.

◆ mrCtrlNames

VbaControlNamesSet& mrCtrlNames

Definition at line 134 of file vbacontrol.cxx.