diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2018-01-06 17:41:42 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2018-02-11 15:42:54 +0100 |
commit | d0216f56862d2c8d35a8a174262f3e5a1dc58d45 (patch) | |
tree | 0d8dbb328678232fb06da0c5090fb9f0072ea9aa /include | |
parent | dbc3c4eda146fe1132fb35911a4d0656ce0e68e2 (diff) |
SdrMarkView: provide OUString as return value
Change-Id: I2d45f4ada683da4f69df6d81a072d2f3ba813dae
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdmrkv.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx index 0f725547033c..981b1e29e5d1 100644 --- a/include/svx/svdmrkv.hxx +++ b/include/svx/svdmrkv.hxx @@ -79,8 +79,8 @@ enum class SdrViewEditMode { GluePointEdit // Glue point editing mode }; -/** options for ImpTakeDescriptionStr() */ -enum class ImpTakeDescriptionOptions +/** options for ImpGetDescriptionString() */ +enum class ImpGetDescriptionOptions { NONE = 0, POINTS = 1, @@ -154,7 +154,7 @@ protected: SdrObject* CheckSingleSdrObjectHit(const Point& rPnt, sal_uInt16 nTol, SdrObjList const * pOL, SdrPageView* pPV, SdrSearchOptions nOptions, const SdrLayerIDSet* pMVisLay, SdrObject*& rpRootObj) const; SdrObject* CheckSingleSdrObjectHit(const Point& rPnt, sal_uInt16 nTol, SdrObjList const * pOL, SdrPageView* pPV, SdrSearchOptions nOptions, const SdrLayerIDSet* pMVisLay, SdrObject*& rpRootObj,const SdrMarkList * pMarkList) const; bool ImpIsFrameHandles() const; - void ImpTakeDescriptionStr(const char* pStrCacheID, OUString& rStr, ImpTakeDescriptionOptions nOpt=ImpTakeDescriptionOptions::NONE) const; + OUString ImpGetDescriptionString(const char* pStrCacheID, ImpGetDescriptionOptions nOpt=ImpGetDescriptionOptions::NONE) const; // Generates a string including degrees symbol, from an angel specification in 1/100deg bool ImpMarkPoint(SdrHdl* pHdl, SdrMark* pMark, bool bUnmark); |