LibreOffice Module svx (master) 1
|
#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>
Go to the source code of this file.
Functions | |
static SdrObject * | ImpGetObjByName (SdrObjList const *pObjList, std::u16string_view aObjName) |
static void | ImpUpdateChainLinks (SdrTextObj *pTextObj, std::u16string_view aNextLinkName) |
|
static |
Definition at line 1985 of file svdotext.cxx.
References SdrObject::GetName(), SdrObjList::GetObj(), SdrObjList::GetObjCount(), and i.
Referenced by ImpUpdateChainLinks().
|
static |
Definition at line 2001 of file svdotext.cxx.
References DynCastSdrTextObj(), SdrObject::getSdrPageFromSdrObject(), ImpGetObjByName(), SAL_INFO, and SdrTextObj::SetNextLinkInChain().
Referenced by SdrTextObj::IsChainable().