summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshape.cxx
AgeCommit message (Expand)Author
2021-11-28use more OInterfaceContainerHelper3 in svxNoel Grandin
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-07return XShape from SdrObject::getUnoShapeNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-25use SfxItemSetFixed in svxNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin
2021-09-09tdf#144052 speedup inserting large chartsNoel Grandin
2021-09-08simplify static_cast after dynamic_castNoel Grandin
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-04Log unhandled exceptionsMike Kaganski
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-17drop sal_uInt16* constructor in SfxItemSetNoel Grandin
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski
2021-06-08Remove SfxItemState::READONLYArmin Le Grand
2021-06-06Fix and unify the two methods that get scaled text sizeMike Kaganski
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29rename ECKEN -> CORNERNoel Grandin
2021-04-20tdf#86321: Revert "Resolves: #i123539# some optimizations for 3D chart..."Xisco Fauli
2021-04-18reduce allocation cost in SvxShape::SetPropertyNoel Grandin
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin
2021-04-10tdf#130326 speed up opening XLSXNoel Grandin
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-02-22svx: fix unexpected large bezier shapes when created via the UNO APIMiklos Vajna
2021-02-19Some more unit conversion unificationMike Kaganski
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski
2021-02-04have one set of twips<->mm conversionsNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-23dynamic_cast followed by static_castCaolán McNamara
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-09-09svx UNO API for shapes: allow setting a max factor for autofit text scaleMiklos Vajna
2020-09-08svx UNO API for shapes: expose what scaling factor is used for autofit scalingMiklos Vajna
2020-08-06loplugin:flatten in svxNoel Grandin
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen
2020-02-18reduce log noise a littleNoel Grandin
2020-02-17inline some acquire/release callsNoel Grandin
2020-02-12move some svx/ headers inside the moduleNoel Grandin
2020-02-09Fix typoAndrea Gelmini
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz
2020-01-10use more std::make_sharedNoel Grandin