LibreOffice Module editeng (master) 1
Functions
editdbg.cxx File Reference
#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>
Include dependency graph for editdbg.cxx:

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)
 

Function Documentation

◆ CheckOrderedList()

void CheckOrderedList ( const CharAttribList::AttribsType rAttribs)

Definition at line 519 of file editdbg.cxx.

Referenced by CharAttribList::DbgCheckAttribs().

◆ DbgOutItem()

static OString DbgOutItem ( const SfxItemPool rPool,
const SfxPoolItem rItem 
)
static

◆ DbgOutItemSet()

static void DbgOutItemSet ( FILE *  fp,
const SfxItemSet rSet,
bool  bSearchInParent,
bool  bShowALL 
)
static