summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshape.cxx
AgeCommit message (Expand)Author
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-06replace svx::PropertyValueProvider with simpler implementationNoel Grandin
2023-08-31improve debug warning messageNoel Grandin
2023-08-31ignore UnknownPropertyException in SvxShape::setPropertyValuesNoel Grandin
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl
2023-07-12simplifyNoel Grandin
2023-07-05tdf#138504 svx,etc.: decorative flag on SdrObject shapesMichael Stahl
2023-06-29Use getXWeak in svxMike Kaganski
2023-05-23avoid some ref-counting traffic in SvxShape::NotifyNoel Grandin
2023-05-18improved B2DHomMatrixNoel Grandin
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl
2023-02-15osl::Mutex->std::mutex in SvxShapeNoel Grandin
2023-01-13support theme color for lines + oox support + testsTomaž Vajngerl
2023-01-13introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski
2022-11-04SplineLine and SplineFill have never been implementedNoel Grandin
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-26simplify SvxShape::Notify a littleNoel Grandin
2022-08-25regression in SvxShape::NotifyNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-25use more o3tl::spanNoel Grandin
2022-07-14elide some temporary OUStringsNoel Grandin
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-07-04tdf#137544 avoid some dynamic_cast costNoel Grandin
2022-06-16Add property name to IllegalArgumentException in SvxShape::setPropertyValueImplSamuel Mehrbrodt
2022-05-25elide some OUString allocationNoel Grandin
2022-05-19svx: fix double-free if SvxShape of SwDrawVirtObj is disposedMichael Stahl
2022-05-05tdf#148921 Smartart: Incorrect Text positionNoel Grandin
2022-05-05sd theme: add ODP import/export for shape fill color effectsMiklos Vajna
2022-03-18sd theme: add ODP import/export for shape fill colorMiklos Vajna
2022-03-03assert more in SvxShapeNoel Grandin
2022-03-03no need to have two weak references to SdrObject in SvxShapeNoel Grandin
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2022-03-01use SfxItemSet::GetItemIfSet in svxNoel Grandin
2022-02-23SdrLayerID must be based on sal_Int16Mike Kaganski
2022-02-21speed up SvxShape::_setPropertyValueNoel Grandin
2022-02-11mrAntiImpl field in SvxShapeImpl is unnecessaryNoel Grandin
2022-02-11svx::PropertyChangeNotifier improvementsNoel Grandin
2022-02-10no need to use shared_ptr in PropertyChangeNotifierNoel Grandin
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2022-01-06bypass SvxShape when creating rectangles in chart2Noel Grandin
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin
2021-12-18use more cppu::BaseMutexNoel Grandin
2021-12-04use visitor in getViewIndependentPrimitive2DContainerNoel Grandin
2021-11-28use more OInterfaceContainerHelper3 in svxNoel Grandin
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski