LibreOffice Module editeng (master) 1
Functions
editobj.cxx File Reference
#include <memory>
#include <o3tl/safeint.hxx>
#include <sal/log.hxx>
#include <editeng/macros.hxx>
#include <editeng/section.hxx>
#include "editobj2.hxx"
#include <editeng/editdata.hxx>
#include <editeng/editeng.hxx>
#include <editeng/flditem.hxx>
#include <svl/sharedstringpool.hxx>
#include <libxml/xmlwriter.h>
#include <algorithm>
#include <cassert>
Include dependency graph for editobj.cxx:

Go to the source code of this file.

Functions

static XEditAttribute MakeXEditAttribute (SfxItemPool &rPool, const SfxPoolItem &rItem, sal_Int32 nStart, sal_Int32 nEnd)
 
static rtl::Reference< SfxItemPoolgetEditEngineItemPool (SfxItemPool *pPool, MapUnit eDefaultMetric)
 

Function Documentation

◆ getEditEngineItemPool()

static rtl::Reference< SfxItemPool > getEditEngineItemPool ( SfxItemPool pPool,
MapUnit  eDefaultMetric 
)
static

Definition at line 259 of file editobj.cxx.

References EditEngine::CreatePool(), and SfxItemPool::GetSecondaryPool().

◆ MakeXEditAttribute()

static XEditAttribute MakeXEditAttribute ( SfxItemPool rPool,
const SfxPoolItem rItem,
sal_Int32  nStart,
sal_Int32  nEnd 
)
static

Definition at line 47 of file editobj.cxx.

References SfxItemPool::Put().

Referenced by ContentInfo::ContentInfo(), and EditTextObjectImpl::CreateAttrib().