summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdattr.cxx
AgeCommit message (Expand)Author
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
2019-10-10rename TakeStr to GetStrNoel Grandin
2019-10-10rename TakeItemName -> GetItemNameNoel Grandin
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-15loplugin:staticmethods in svxNoel Grandin
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-04-26Drop uses of ImpGetResStr l10n method from svxGabor Kelemen
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-02-21RGB_Color method is unnecessaryNoel Grandin
2018-02-19Related: tdf#114756 fix up similar casesCaolán McNamara