#include <memory>
#include <svx/dialmgr.hxx>
#include <svx/fmshell.hxx>
#include <svx/fmmodel.hxx>
#include <svx/fmpage.hxx>
#include <svx/svdpagv.hxx>
#include <svx/svditer.hxx>
#include <helpids.h>
#include <fmexpl.hxx>
#include <fmshimp.hxx>
#include <fmservs.hxx>
#include <fmundo.hxx>
#include <fmpgeimp.hxx>
#include <fmobj.hxx>
#include <fmprop.hxx>
#include <sal/log.hxx>
#include <vcl/svapp.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/viewfrm.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/property.hxx>
#include <comphelper/types.hxx>
#include <com/sun/star/form/FormComponentType.hpp>
#include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/script/XEventAttacherManager.hpp>
#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <svx/sdrpaintwindow.hxx>
#include <svx/strings.hrc>
#include <comphelper/diagnose_ex.hxx>
#include <svx/svxids.hrc>
#include <bitmaps.hlst>
#include <vcl/commandevent.hxx>
Go to the source code of this file.
|
static void | svxform::collectShapeModelMapping (SdrPage const *_pPage, MapModelToShape &_rMapping) |
|
| svxform::IMPL_LINK (NavigatorTree, DragBeginHdl, bool &, rUnsetDragIcon, bool) |
|
| svxform::IMPL_LINK (NavigatorTree, PopupMenuHdl, const CommandEvent &, rEvt, bool) |
|
| svxform::IMPL_LINK (NavigatorTree, KeyInputHdl, const ::KeyEvent &, rKEvt, bool) |
|
| svxform::IMPL_LINK (NavigatorTree, EditingEntryHdl, const weld::TreeIter &, rIter, bool) |
|
| svxform::IMPL_LINK (NavigatorTree, EditedEntryHdl, const IterString &, rIterString, bool) |
|
| svxform::IMPL_LINK_NOARG (NavigatorTree, OnEdit, void *, void) |
|
| svxform::IMPL_LINK_NOARG (NavigatorTree, OnEntrySelDesel, weld::TreeView &, void) |
|
| svxform::IMPL_LINK_NOARG (NavigatorTree, OnSynchronizeTimer, Timer *, void) |
|
| svxform::IMPL_LINK_NOARG (NavigatorTree, OnClipboardAction, OLocalExchange &, void) |
|
◆ EXPLORER_SYNC_DELAY
#define EXPLORER_SYNC_DELAY 200 |