LibreOffice Module editeng (master) 1
|
#include <memory>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <vcl/window.hxx>
#include <editeng/lspcitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/contouritem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/adjustitem.hxx>
#include <editeng/wghtitem.hxx>
#include <editeng/postitem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/crossedoutitem.hxx>
#include <editeng/shdditem.hxx>
#include <editeng/escapementitem.hxx>
#include <editeng/kernitem.hxx>
#include <editeng/wrlmitem.hxx>
#include <editeng/autokernitem.hxx>
#include <editeng/langitem.hxx>
#include <editeng/emphasismarkitem.hxx>
#include <editeng/numitem.hxx>
#include <editeng/tstpitem.hxx>
#include <editeng/charscaleitem.hxx>
#include <editeng/charreliefitem.hxx>
#include <editeng/frmdiritem.hxx>
#include "impedit.hxx"
#include <editeng/editeng.hxx>
#include <editeng/editview.hxx>
#include <editdoc.hxx>
#include <rtl/strbuf.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
Functions | |
static OString | DbgOutItem (const SfxItemPool &rPool, const SfxPoolItem &rItem) |
static void | DbgOutItemSet (FILE *fp, const SfxItemSet &rSet, bool bSearchInParent, bool bShowALL) |
void | CheckOrderedList (const CharAttribList::AttribsType &rAttribs) |
void CheckOrderedList | ( | const CharAttribList::AttribsType & | rAttribs | ) |
Definition at line 519 of file editdbg.cxx.
Referenced by CharAttribList::DbgCheckAttribs().
|
static |
Definition at line 178 of file editdbg.cxx.
References EE_CHAR_BKGCOLOR(), EE_CHAR_COLOR(), EE_CHAR_EMPHASISMARK(), EE_CHAR_ESCAPEMENT(), EE_CHAR_FONTHEIGHT(), EE_CHAR_FONTHEIGHT_CJK(), EE_CHAR_FONTHEIGHT_CTL(), EE_CHAR_FONTINFO(), EE_CHAR_FONTINFO_CJK(), EE_CHAR_FONTINFO_CTL(), EE_CHAR_FONTWIDTH(), EE_CHAR_ITALIC(), EE_CHAR_ITALIC_CJK(), EE_CHAR_ITALIC_CTL(), EE_CHAR_KERNING(), EE_CHAR_LANGUAGE(), EE_CHAR_LANGUAGE_CJK(), EE_CHAR_LANGUAGE_CTL(), EE_CHAR_OUTLINE(), EE_CHAR_OVERLINE(), EE_CHAR_PAIRKERNING(), EE_CHAR_RELIEF(), EE_CHAR_SHADOW(), EE_CHAR_STRIKEOUT(), EE_CHAR_UNDERLINE(), EE_CHAR_WEIGHT(), EE_CHAR_WEIGHT_CJK(), EE_CHAR_WEIGHT_CTL(), EE_CHAR_WLM(), EE_CHAR_XMLATTRIBS(), EE_PARA_BULLETSTATE(), EE_PARA_HYPHENATE(), EE_PARA_JUST(), EE_PARA_LRSPACE(), EE_PARA_NUMBULLET(), EE_PARA_OUTLLEVEL(), EE_PARA_OUTLLRSPACE(), EE_PARA_SBL(), EE_PARA_TABS(), EE_PARA_ULSPACE(), EE_PARA_WRITINGDIR(), SfxPoolItem::StaticWhichCast(), and SfxPoolItem::Which().
Referenced by DbgOutItemSet(), and EditEngine::DumpData().
|
static |
Definition at line 310 of file editdbg.cxx.
References DbgOutItem(), EE_CHAR_END(), EE_PARA_START(), SfxItemSet::Get(), SfxItemSet::GetItemState(), SfxItemSet::GetPool(), and rSet.
Referenced by EditEngine::DumpData().