#include <com/sun/star/awt/XControl.hpp>
#include <com/sun/star/awt/XControlContainer.hpp>
#include <com/sun/star/awt/FontWeight.hpp>
#include <com/sun/star/awt/FontSlant.hpp>
#include <com/sun/star/awt/FontStrikeout.hpp>
#include <com/sun/star/awt/FontUnderline.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/script/XInvocation.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include "vbacontrols.hxx"
#include "vbacontrol.hxx"
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/implbase.hxx>
#include <o3tl/safeint.hxx>
#include <unordered_map>
#include <utility>
Go to the source code of this file.
|
static uno::Reference< container::XIndexAccess > | lcl_controlsWrapper (const uno::Reference< awt::XControl > &xDlg) |
|
◆ ControlIndexMap
◆ lcl_controlsWrapper()
static uno::Reference< container::XIndexAccess > lcl_controlsWrapper |
( |
const uno::Reference< awt::XControl > & |
xDlg | ) |
|
|
static |