LibreOffice Module editeng (master) 1
Functions
outliner.cxx File Reference
#include <comphelper/string.hxx>
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
#include <editeng/editeng.hxx>
#include <editeng/editview.hxx>
#include <editeng/editdata.hxx>
#include <editeng/lrspitem.hxx>
#include <math.h>
#include <svl/style.hxx>
#include <editeng/outliner.hxx>
#include "paralist.hxx"
#include <editeng/outlobj.hxx>
#include <outleeng.hxx>
#include "outlundo.hxx"
#include <editeng/eeitem.hxx>
#include <editeng/editstat.hxx>
#include <editeng/overflowingtxt.hxx>
#include <editeng/editobj.hxx>
#include <svl/itemset.hxx>
#include <vcl/metric.hxx>
#include <editeng/numitem.hxx>
#include <editeng/adjustitem.hxx>
#include <vcl/GraphicObject.hxx>
#include <editeng/svxfont.hxx>
#include <editeng/brushitem.hxx>
#include <svl/itempool.hxx>
#include <libxml/xmlwriter.h>
#include <sal/log.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/string_view.hxx>
#include <o3tl/temporary.hxx>
#include <osl/diagnose.h>
#include <memory>
Include dependency graph for outliner.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK (Outliner, ParaVisibleStateChangedHdl, Paragraph &, rPara, void)
 
 IMPL_LINK_NOARG (Outliner, BeginMovingParagraphsHdl, MoveParagraphsInfo &, void)
 
 IMPL_LINK (Outliner, BeginPasteOrDropHdl, PasteOrDropInfos &, rInfos, void)
 
 IMPL_LINK (Outliner, EndPasteOrDropHdl, PasteOrDropInfos &, rInfos, void)
 
 IMPL_LINK (Outliner, EndMovingParagraphsHdl, MoveParagraphsInfo &, rInfos, void)
 
static bool isSameNumbering (const SvxNumberFormat &rN1, const SvxNumberFormat &rN2)
 
 IMPL_LINK (Outliner, EditEngineNotifyHdl, EENotify &, rNotify, void)
 

Function Documentation

◆ IMPL_LINK() [1/5]

IMPL_LINK ( Outliner  ,
BeginPasteOrDropHdl  ,
PasteOrDropInfos ,
rInfos  ,
void   
)

Definition at line 1716 of file outliner.cxx.

References EDITUNDO_DRAGANDDROP.

◆ IMPL_LINK() [2/5]

IMPL_LINK ( Outliner  ,
EditEngineNotifyHdl  ,
EENotify ,
rNotify  ,
void   
)

Definition at line 1933 of file outliner.cxx.

◆ IMPL_LINK() [3/5]

IMPL_LINK ( Outliner  ,
EndMovingParagraphsHdl  ,
MoveParagraphsInfo ,
rInfos  ,
void   
)

Definition at line 1730 of file outliner.cxx.

References n.

◆ IMPL_LINK() [4/5]

IMPL_LINK ( Outliner  ,
EndPasteOrDropHdl  ,
PasteOrDropInfos ,
rInfos  ,
void   
)

Definition at line 1722 of file outliner.cxx.

◆ IMPL_LINK() [5/5]

IMPL_LINK ( Outliner  ,
ParaVisibleStateChangedHdl  ,
Paragraph ,
rPara  ,
void   
)

Definition at line 1704 of file outliner.cxx.

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( Outliner  ,
BeginMovingParagraphsHdl  ,
MoveParagraphsInfo ,
void   
)

Definition at line 1710 of file outliner.cxx.

◆ isSameNumbering()

static bool isSameNumbering ( const SvxNumberFormat rN1,
const SvxNumberFormat rN2 
)
static