|
LibreOffice Module editeng (master) 1
|
#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>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) | |
| IMPL_LINK | ( | Outliner | , |
| BeginPasteOrDropHdl | , | ||
| PasteOrDropInfos & | , | ||
| rInfos | , | ||
| void | |||
| ) |
Definition at line 1716 of file outliner.cxx.
References EDITUNDO_DRAGANDDROP.
Definition at line 1933 of file outliner.cxx.
| IMPL_LINK | ( | Outliner | , |
| EndMovingParagraphsHdl | , | ||
| MoveParagraphsInfo & | , | ||
| rInfos | , | ||
| void | |||
| ) |
Definition at line 1730 of file outliner.cxx.
References n.
| IMPL_LINK | ( | Outliner | , |
| EndPasteOrDropHdl | , | ||
| PasteOrDropInfos & | , | ||
| rInfos | , | ||
| void | |||
| ) |
Definition at line 1722 of file outliner.cxx.
Definition at line 1704 of file outliner.cxx.
| IMPL_LINK_NOARG | ( | Outliner | , |
| BeginMovingParagraphsHdl | , | ||
| MoveParagraphsInfo & | , | ||
| void | |||
| ) |
Definition at line 1710 of file outliner.cxx.
|
static |
Definition at line 1742 of file outliner.cxx.
References SvxNumberType::GetNumberingType(), SvxNumberType::GetNumStr(), SvxNumberFormat::GetPrefix(), and SvxNumberFormat::GetSuffix().
Referenced by Outliner::ImplGetNumbering().