LibreOffice Module sd (master) 1
Namespaces | Macros | Functions
outlview.cxx File Reference
#include <OutlineView.hxx>
#include <sfx2/progress.hxx>
#include <vcl/commandinfoprovider.hxx>
#include <vcl/svapp.hxx>
#include <svx/svxids.hrc>
#include <editeng/outliner.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/editstat.hxx>
#include <editeng/lrspitem.hxx>
#include <svx/svdotext.hxx>
#include <sfx2/viewfrm.hxx>
#include <svl/style.hxx>
#include <svx/svdundo.hxx>
#include <editeng/numitem.hxx>
#include <editeng/outlobj.hxx>
#include <editeng/editeng.hxx>
#include <xmloff/autolayout.hxx>
#include <tools/debug.hxx>
#include <editeng/editobj.hxx>
#include <editeng/editund2.hxx>
#include <editeng/editview.hxx>
#include <com/sun/star/frame/XFrame.hpp>
#include <DrawDocShell.hxx>
#include <drawdoc.hxx>
#include <Window.hxx>
#include <sdpage.hxx>
#include <pres.hxx>
#include <OutlineViewShell.hxx>
#include <app.hrc>
#include <strings.hrc>
#include <sdmod.hxx>
#include <sdresid.hxx>
#include <Outliner.hxx>
#include <EventMultiplexer.hxx>
#include <ViewShellBase.hxx>
#include <ViewShellManager.hxx>
#include <undo/undomanager.hxx>
#include <stlsheet.hxx>
Include dependency graph for outlview.cxx:

Go to the source code of this file.

Namespaces

namespace  sd
 

Macros

#define PROCESS_WITH_PROGRESS_THRESHOLD   5
 

Functions

 sd::IMPL_LINK (OutlineView, ParagraphInsertedHdl, Outliner::ParagraphHdlParam, aParam, void)
 Handler for inserting pages (paragraphs) More...
 
 sd::IMPL_LINK (OutlineView, ParagraphRemovingHdl, ::Outliner::ParagraphHdlParam, aParam, void)
 Handler for deleting pages (paragraphs) More...
 
 sd::IMPL_LINK (OutlineView, DepthChangedHdl, ::Outliner::DepthChangeHdlParam, aParam, void)
 Handler for changing the indentation depth of paragraphs (requires inserting or deleting of pages in some cases) More...
 
 sd::IMPL_LINK_NOARG (OutlineView, StatusEventHdl, EditStatus &, void)
 Handler for StatusEvents. More...
 
 sd::IMPL_LINK_NOARG (OutlineView, BeginDropHdl, EditView *, void)
 
 sd::IMPL_LINK_NOARG (OutlineView, EndDropHdl, EditView *, void)
 
 sd::IMPL_LINK (OutlineView, BeginMovingHdl, ::Outliner *, pOutliner, void)
 Handler for the start of a paragraph movement. More...
 
 sd::IMPL_LINK (OutlineView, EndMovingHdl, ::Outliner *, pOutliner, void)
 Handler for the end of a paragraph movement. More...
 
 sd::IMPL_LINK_NOARG (OutlineView, RemovingPagesHdl, OutlinerView *, bool)
 Handler for deleting of level 0 paragraphs (pages): Warning. More...
 
 sd::IMPL_LINK (OutlineView, IndentingPagesHdl, OutlinerView *, pOutlinerView, bool)
 Handler for indenting level 0 paragraphs (pages): Warning. More...
 
 sd::IMPL_LINK_NOARG (OutlineView, AppEventListenerHdl, VclSimpleEvent &, void)
 
 sd::IMPL_LINK (OutlineView, EventMultiplexerListener, ::sd::tools::EventMultiplexerEvent &, rEvent, void)
 
 sd::IMPL_LINK (OutlineView, PaintingFirstLineHdl, PaintFirstLineInfo *, pInfo, void)
 

Macro Definition Documentation

◆ PROCESS_WITH_PROGRESS_THRESHOLD

#define PROCESS_WITH_PROGRESS_THRESHOLD   5

Definition at line 70 of file outlview.cxx.