LibreOffice Module forms (master) 1
Namespaces | Macros | Functions
clickableimage.cxx File Reference
#include "clickableimage.hxx"
#include <controlfeatureinterception.hxx>
#include <urltransformer.hxx>
#include <componenttools.hxx>
#include <com/sun/star/form/XSubmit.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/FrameSearchFlag.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/awt/ActionEvent.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/graphic/GraphicObject.hpp>
#include <com/sun/star/util/VetoException.hpp>
#include <tools/urlobj.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <vcl/graph.hxx>
#include <vcl/svapp.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/objsh.hxx>
#include <osl/mutex.hxx>
#include <property.hxx>
#include <services.hxx>
#include <comphelper/interfacecontainer3.hxx>
#include <comphelper/property.hxx>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/types.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <svtools/imageresourceaccess.hxx>
Include dependency graph for clickableimage.cxx:

Go to the source code of this file.

Namespaces

namespace  frm
 ListBox is a bit confusing / different from other form components, so here are a few notes:
 

Macros

#define LOCAL_URL_PREFIX   '#'
 

Functions

 frm::IMPL_LINK_NOARG (OClickableImageBaseModel, DownloadDoneLink, void *, void)
 
 frm::IMPL_LINK (OClickableImageBaseModel, OnImageImportDone, Graphic *, i_pGraphic, void)
 

Macro Definition Documentation

◆ LOCAL_URL_PREFIX

#define LOCAL_URL_PREFIX   '#'

Definition at line 50 of file clickableimage.cxx.