summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
AgeCommit message (Expand)Author
2021-07-19tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl
2021-07-07tdf#139301 tdf#141933 (related) Translate new preset dash namesGabor Kelemen
2021-06-10svxcore: provide UNO constructor for com.sun.star.text.TextColumnsMike Kaganski
2021-06-09Missing includeMike Kaganski
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-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin
2021-05-29no need to allocate these on the heapNoel Grandin
2021-05-10reduce frequency of dynamic_castNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-07use a single global item pool for chart2 draw modelNoel Grandin
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin
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-13flatten PropertyChangeNotifierNoel 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-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-20SvxShape: no need to inherit from WeakAggImplHelper1 twiceNoel Grandin
2021-03-08SvxDrawPage::sort() is missing a mutex guardMichael Stahl
2021-03-07ref-count SdrPageNoel
2021-03-07loplugin:staticdynamic now with extra saltNoel
2021-02-22svx: fix unexpected large bezier shapes when created via the UNO APIMiklos Vajna
2021-02-20loplugin:refcounting in svxNoel
2021-02-19Some more unit conversion unificationMike Kaganski
2021-02-12svx: fix import of multiple paragraphs into title shapesMiklos Vajna
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski
2021-02-04have one set of twips<->mm conversionsNoel
2021-02-04remove svx/mutxhelp.hxxNoel
2021-02-04use more getSdrObjectFromXShapeNoel
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara
2021-01-21avmedia: add doc model for bitmap fill of slide narrationsMiklos Vajna
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-03tighten up asserting in SfxPoolItem::operator==Noel Grandin
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-14Fix typo in codeAndrea Gelmini
2020-12-01tdf#129961 svx: add UNO API for table shadow as direct formatMiklos Vajna
2020-11-27tdf#138307 Chart import: fix lost custom shape textBalazs Varga
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-24static_cast after dynamic_castNoel Grandin
2020-11-23dynamic_cast followed by static_castCaolán McNamara