#include <sal/config.h>
#include <com/sun/star/awt/XVclWindowPeer.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/Frame.hpp>
#include <com/sun/star/frame/XFrame2.hpp>
#include <com/sun/star/frame/XSynchronousFrameLoader.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/util/XCloseable.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <comphelper/propertyvalue.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <officecfg/Office/Common.hxx>
#include <svl/itemprop.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/frmdescr.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/sfxdlg.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <utility>
#include <vcl/window.hxx>
#include <tools/debug.hxx>
#include <macroloader.hxx>
#include <eventsupplier.hxx>
Go to the source code of this file.
◆ PROPERTY_UNBOUND
#define PROPERTY_UNBOUND 0 |
◆ WID_FRAME_IS_AUTO_BORDER
#define WID_FRAME_IS_AUTO_BORDER 6 |
◆ WID_FRAME_IS_AUTO_SCROLL
#define WID_FRAME_IS_AUTO_SCROLL 3 |
◆ WID_FRAME_IS_BORDER
#define WID_FRAME_IS_BORDER 5 |
◆ WID_FRAME_IS_SCROLLING_MODE
#define WID_FRAME_IS_SCROLLING_MODE 4 |
◆ WID_FRAME_MARGIN_HEIGHT
#define WID_FRAME_MARGIN_HEIGHT 8 |
◆ WID_FRAME_MARGIN_WIDTH
#define WID_FRAME_MARGIN_WIDTH 7 |
◆ WID_FRAME_NAME
◆ WID_FRAME_URL
◆ com_sun_star_comp_sfx2_IFrameObject_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_sfx2_IFrameObject_get_implementation |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
arguments |
|
) |
| |