summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdattr.cxx
AgeCommit message (Expand)Author
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)
2023-12-01[API CHANGE] Add OOXML way of curved connector routingRegina Henschel
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-08-18ITEM: preparations for more/easier changesArmin Le Grand (allotropia)
2023-05-10rename SDRATTR_TABLE_GRABBAG to SDRATTR_TABLE_CELL_GRABBAGSarper Akdemir
2023-04-18tdf#150020 pptx import: handle algn for outerShdwSarper Akdemir
2023-04-17oox: tcPr vert roundtrip, introduce interopability grab bag for table cellSarper Akdemir
2023-04-10editeng, svx: introduce ability to clip vertical text overflowSarper Akdemir
2023-03-13make more use of OUStringBuffer::append(OUStringConcat)Noel Grandin
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel
2022-06-16tdf#128150 Add OOXML import/export for "use background fill"Samuel Mehrbrodt
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin
2021-11-24tdf#145833: Remove ITEMVALMEASURETEXTTYPES part in SdrMeasureTextHPosItem (svx)Julien Nabet
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-06-08editengine-columns: Create document model and dialog pageMike Kaganski
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-04-29rename ECKEN -> CORNERNoel Grandin
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-06move the bigint based Scale() implementations to one central placeNoel Grandin
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-24custom literal for Degree10Noel Grandin
2020-11-30tdf#129961 svx: add doc model xml dump for shadow-related pool itemsMiklos Vajna
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin
2020-11-12remove BigInt::operator tools::Long()Noel
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-09-09svx UNO API for shapes: allow setting a max factor for autofit text scaleMiklos Vajna
2020-06-02OOXML support for shadow blurA_GAN
2020-06-02Use "Radius" instead of "Rad" for new propertiesTomaž Vajngerl
2020-05-29Add blur attributies and definitons into shadow classes and properitiesA_GAN
2020-05-24tdf#101181: drop useless "GlowEffect" boolean propertyMike Kaganski
2020-05-11tdf#49247: no need in extra boolean property, radius is enoughMike Kaganski
2020-05-11tdf#49247: implement soft edges document model and import/exportMike Kaganski
2020-05-06tdf#101181: support for transparency attribute of glow effectMike Kaganski
2020-04-23tdf#130058 Import shadow size.Gülşah Köse
2020-03-25tdf#101181: add sidebar panel for Glow effectMike Kaganski
2020-03-03tdf#101181 Implement glow effect on shapesTamas Bunth
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen
2020-02-12move some svx/ headers inside the moduleNoel Grandin
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-03remove some useless comment linesNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-10x.insert(x.getLength() -> x.appendNoel Grandin
2019-10-10rename TakeUnitStr to GetUnitStrNoel Grandin