LibreOffice Module svx (master) 1
Functions
svdotext.cxx File Reference
#include <comphelper/string.hxx>
#include <svl/stritem.hxx>
#include <svx/svdotext.hxx>
#include <svx/svdpage.hxx>
#include <svx/svdoutl.hxx>
#include <svx/svdmodel.hxx>
#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
#include <editeng/writingmodeitem.hxx>
#include <svx/sdtfchim.hxx>
#include <editeng/editdata.hxx>
#include <editeng/editstat.hxx>
#include <editeng/outlobj.hxx>
#include <editeng/editobj.hxx>
#include <editeng/outliner.hxx>
#include <textchain.hxx>
#include <textchainflow.hxx>
#include <tools/helpers.hxx>
#include <svx/sderitm.hxx>
#include <svx/sdooitm.hxx>
#include <svx/sdshitm.hxx>
#include <svx/sdtagitm.hxx>
#include <svx/sdtfsitm.hxx>
#include <svx/sdtmfitm.hxx>
#include <svx/xtextit0.hxx>
#include <svx/compatflags.hxx>
#include <sdr/properties/textproperties.hxx>
#include <sdr/contact/viewcontactoftextobj.hxx>
#include <basegfx/tuple/b2dtuple.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <vcl/gdimtf.hxx>
#include <vcl/virdev.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <sal/log.hxx>
#include <o3tl/unit_conversion.hxx>
#include <o3tl/temporary.hxx>
#include <unotools/configmgr.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/fhgtitem.hxx>
Include dependency graph for svdotext.cxx:

Go to the source code of this file.

Functions

static SdrObjectImpGetObjByName (SdrObjList const *pObjList, std::u16string_view aObjName)
 
static void ImpUpdateChainLinks (SdrTextObj *pTextObj, std::u16string_view aNextLinkName)
 

Function Documentation

◆ ImpGetObjByName()

static SdrObject * ImpGetObjByName ( SdrObjList const *  pObjList,
std::u16string_view  aObjName 
)
static

Definition at line 1985 of file svdotext.cxx.

References SdrObject::GetName(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), and i.

Referenced by ImpUpdateChainLinks().

◆ ImpUpdateChainLinks()

static void ImpUpdateChainLinks ( SdrTextObj pTextObj,
std::u16string_view  aNextLinkName 
)
static