summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshape.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Make replacement graphic management more atomicMike Kaganski1-1/+1
2024-09-12use more concrete UNO type in editengNoel Grandin1-1/+1
2024-07-31tdf#161846 use more GetItemSurrogatesForItemNoel Grandin1-1/+13
2024-07-29tdf#161846 use unordered_map in SfxItemPropertyMapNoel Grandin1-2/+4
2024-06-28reduce number of SvxUnoShape listeners on SdrModelNoel Grandin1-22/+9
2024-06-11annot: new Annotation sdr object, replacing annotation tagsTomaž Vajngerl1-0/+24
2024-05-11loplugin:ostr in svxNoel Grandin1-8/+8
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski1-4/+4
2024-04-03Base scale on 1.0, not on 100.0Mike Kaganski1-4/+4
2024-04-03Fix typoAndrea Gelmini1-1/+1
2024-04-03tdf#146619 Drop unused 'using namespace' in: svx/Gabor Kelemen1-1/+0
2024-04-03svx: read font and spacing scaling from oox, add bot as UNO prop.Tomaž Vajngerl1-11/+37
2024-02-07these casts are no longer necessaryNoel Grandin1-2/+1
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-4/+4
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)1-1/+3
2024-01-10cid#1546141 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen1-3/+1
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara1-6/+6
2023-10-30rename mxItemSet->moItemSet in SvxShapeImplNoel Grandin1-7/+7
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svxStephan Bergmann1-43/+43
2023-10-20remove SAL_WARN in _setPropertyValueNoel Grandin1-5/+0
2023-10-16Related: tdf#157726 restore try/catch blockCaolán McNamara1-9/+17
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-2/+2
2023-09-06replace svx::PropertyValueProvider with simpler implementationNoel Grandin1-54/+25
2023-08-31improve debug warning messageNoel Grandin1-1/+1
2023-08-31ignore UnknownPropertyException in SvxShape::setPropertyValuesNoel Grandin1-1/+1
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl1-2/+1
2023-07-12simplifyNoel Grandin1-3/+1
2023-07-05tdf#138504 svx,etc.: decorative flag on SdrObject shapesMichael Stahl1-0/+17
2023-06-29Use getXWeak in svxMike Kaganski1-7/+7
2023-05-23avoid some ref-counting traffic in SvxShape::NotifyNoel Grandin1-8/+8
2023-05-18improved B2DHomMatrixNoel Grandin1-6/+7
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl1-8/+9
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl1-4/+5
2023-02-15osl::Mutex->std::mutex in SvxShapeNoel Grandin1-17/+23
2023-01-13support theme color for lines + oox support + testsTomaž Vajngerl1-0/+10
2023-01-13introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl1-0/+9
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl1-3/+15
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski1-1/+4
2022-11-04SplineLine and SplineFill have never been implementedNoel Grandin1-2/+0
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-6/+6
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel1-0/+10
2022-08-29ref-count SdrObjectNoel Grandin1-116/+68
2022-08-26simplify SvxShape::Notify a littleNoel Grandin1-33/+12
2022-08-25regression in SvxShape::NotifyNoel Grandin1-6/+5
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-25use more o3tl::spanNoel Grandin1-2/+2
2022-07-14elide some temporary OUStringsNoel Grandin1-1/+2
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-1/+1
2022-07-04tdf#137544 avoid some dynamic_cast costNoel Grandin1-8/+10