LibreOffice Module editeng (master) 1
|
#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>
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< SfxItemPool > | getEditEngineItemPool (SfxItemPool *pPool, MapUnit eDefaultMetric) |
|
static |
Definition at line 259 of file editobj.cxx.
References EditEngine::CreatePool(), and SfxItemPool::GetSecondaryPool().
|
static |
Definition at line 47 of file editobj.cxx.
References SfxItemPool::Put().
Referenced by ContentInfo::ContentInfo(), and EditTextObjectImpl::CreateAttrib().