LibreOffice Module sfx2 (master) 1
Macros | Functions
iframe.cxx File Reference
#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>
Include dependency graph for iframe.cxx:

Go to the source code of this file.

Macros

#define PROPERTY_UNBOUND   0
 
#define WID_FRAME_URL   1
 
#define WID_FRAME_NAME   2
 
#define WID_FRAME_IS_AUTO_SCROLL   3
 
#define WID_FRAME_IS_SCROLLING_MODE   4
 
#define WID_FRAME_IS_BORDER   5
 
#define WID_FRAME_IS_AUTO_BORDER   6
 
#define WID_FRAME_MARGIN_WIDTH   7
 
#define WID_FRAME_MARGIN_HEIGHT   8
 

Functions

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)
 

Macro Definition Documentation

◆ PROPERTY_UNBOUND

#define PROPERTY_UNBOUND   0

Definition at line 125 of file iframe.cxx.

◆ WID_FRAME_IS_AUTO_BORDER

#define WID_FRAME_IS_AUTO_BORDER   6

Definition at line 132 of file iframe.cxx.

◆ WID_FRAME_IS_AUTO_SCROLL

#define WID_FRAME_IS_AUTO_SCROLL   3

Definition at line 129 of file iframe.cxx.

◆ WID_FRAME_IS_BORDER

#define WID_FRAME_IS_BORDER   5

Definition at line 131 of file iframe.cxx.

◆ WID_FRAME_IS_SCROLLING_MODE

#define WID_FRAME_IS_SCROLLING_MODE   4

Definition at line 130 of file iframe.cxx.

◆ WID_FRAME_MARGIN_HEIGHT

#define WID_FRAME_MARGIN_HEIGHT   8

Definition at line 134 of file iframe.cxx.

◆ WID_FRAME_MARGIN_WIDTH

#define WID_FRAME_MARGIN_WIDTH   7

Definition at line 133 of file iframe.cxx.

◆ WID_FRAME_NAME

#define WID_FRAME_NAME   2

Definition at line 128 of file iframe.cxx.

◆ WID_FRAME_URL

#define WID_FRAME_URL   1

Definition at line 127 of file iframe.cxx.

Function Documentation

◆ 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 
)

Definition at line 444 of file iframe.cxx.