|
LibreOffice Module toolkit (master) 1
|
#include <sal/config.h>#include <algorithm>#include <sal/types.h>#include <vcl/svapp.hxx>#include <controls/dialogcontrol.hxx>#include <controls/geometrycontrolmodel.hxx>#include <helper/property.hxx>#include <helper/servicenames.hxx>#include <com/sun/star/awt/PosSize.hpp>#include <com/sun/star/awt/WindowAttribute.hpp>#include <com/sun/star/uno/XComponentContext.hpp>#include <cppuhelper/supportsservice.hxx>#include <cppuhelper/typeprovider.hxx>#include <cppuhelper/queryinterface.hxx>#include <cppuhelper/weak.hxx>#include <tools/debug.hxx>#include <comphelper/sequence.hxx>#include <vcl/outdev.hxx>#include <vcl/image.hxx>#include <cppuhelper/implbase.hxx>#include <unordered_map>#include <vcl/tabctrl.hxx>#include <toolkit/controls/unocontrols.hxx>#include <awt/vclxwindows.hxx>#include <helper/unopropertyarrayhelper.hxx>#include "controlmodelcontainerbase_internal.hxx"#include <mutex>Go to the source code of this file.
Functions | |
| ::Size | ImplMapPixelToAppFont (OutputDevice const *pOutDev, const ::Size &aSize) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | stardiv_Toolkit_UnoControlDialogModel_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | stardiv_Toolkit_UnoDialogControl_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | stardiv_Toolkit_UnoMultiPageControl_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | stardiv_Toolkit_UnoMultiPageModel_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | stardiv_Toolkit_UnoPageControl_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | stardiv_Toolkit_UnoPageModel_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | stardiv_Toolkit_UnoFrameControl_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | stardiv_Toolkit_UnoFrameModel_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Variables | |
| constexpr OUStringLiteral | PROPERTY_DIALOGSOURCEURL = u"DialogSourceURL" |
| constexpr OUStringLiteral | PROPERTY_IMAGEURL = u"ImageURL" |
| constexpr OUStringLiteral | PROPERTY_GRAPHIC = u"Graphic" |
|
static |
Definition at line 479 of file dialogcontrol.cxx.
References OutputDevice::PixelToLogic().
Referenced by UnoDialogControl::windowMoved(), and UnoDialogControl::windowResized().
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * stardiv_Toolkit_UnoControlDialogModel_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1182 of file dialogcontrol.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * stardiv_Toolkit_UnoDialogControl_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1190 of file dialogcontrol.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * stardiv_Toolkit_UnoFrameControl_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1230 of file dialogcontrol.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * stardiv_Toolkit_UnoFrameModel_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1238 of file dialogcontrol.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * stardiv_Toolkit_UnoMultiPageControl_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1198 of file dialogcontrol.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * stardiv_Toolkit_UnoMultiPageModel_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1206 of file dialogcontrol.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * stardiv_Toolkit_UnoPageControl_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1214 of file dialogcontrol.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * stardiv_Toolkit_UnoPageModel_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 1222 of file dialogcontrol.cxx.
|
constexpr |
Definition at line 61 of file dialogcontrol.cxx.
Referenced by UnoDialogControl::PrepareWindowDescriptor().
|
constexpr |
Definition at line 63 of file dialogcontrol.cxx.
Referenced by UnoDialogControl::PrepareWindowDescriptor().
|
constexpr |
Definition at line 62 of file dialogcontrol.cxx.
Referenced by UnoDialogControl::PrepareWindowDescriptor().