summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
AgeCommit message (Expand)AuthorFilesLines
2021-06-09Missing includeMike Kaganski1-0/+2
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski4-0/+376
2021-06-08Remove SfxItemState::READONLYArmin Le Grand1-1/+0
2021-06-06Fix and unify the two methods that get scaled text sizeMike Kaganski1-8/+1
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin1-3/+3
2021-05-29no need to allocate these on the heapNoel Grandin1-8/+8
2021-05-10reduce frequency of dynamic_castNoel Grandin1-1/+3
2021-05-08ref-count SfxItemPoolNoel Grandin1-9/+3
2021-05-07use a single global item pool for chart2 draw modelNoel Grandin1-1/+1
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin1-6/+6
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann23-119/+119
2021-04-29rename ECKEN -> CORNERNoel Grandin1-1/+1
2021-04-20tdf#86321: Revert "Resolves: #i123539# some optimizations for 3D chart..."Xisco Fauli1-9/+1
2021-04-18reduce allocation cost in SvxShape::SetPropertyNoel Grandin1-14/+14
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin6-61/+61
2021-04-13flatten PropertyChangeNotifierNoel Grandin1-38/+14
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-9/+8
2021-04-10tdf#130326 speed up opening XLSXNoel Grandin1-6/+8
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-20SvxShape: no need to inherit from WeakAggImplHelper1 twiceNoel Grandin1-5/+0
2021-03-08SvxDrawPage::sort() is missing a mutex guardMichael Stahl1-0/+5
2021-03-07ref-count SdrPageNoel1-2/+2
2021-03-07loplugin:staticdynamic now with extra saltNoel1-3/+3
2021-02-22svx: fix unexpected large bezier shapes when created via the UNO APIMiklos Vajna1-0/+15
2021-02-20loplugin:refcounting in svxNoel3-7/+7
2021-02-19Some more unit conversion unificationMike Kaganski1-87/+55
2021-02-12svx: fix import of multiple paragraphs into title shapesMiklos Vajna1-12/+0
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski1-4/+5
2021-02-04have one set of twips<->mm conversionsNoel1-4/+4
2021-02-04remove svx/mutxhelp.hxxNoel1-1/+1
2021-02-04use more getSdrObjectFromXShapeNoel3-49/+31
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara1-1/+1
2021-01-21avmedia: add doc model for bitmap fill of slide narrationsMiklos Vajna2-2/+30
2021-01-16make the Color constructors explicitly specify transparencyNoel1-3/+3
2021-01-12transparency->alpha in tools::ColorNoel1-5/+5
2021-01-09fix coverity parse errorsCaolán McNamara1-43/+43
2021-01-03tighten up asserting in SfxPoolItem::operator==Noel Grandin1-2/+23
2021-01-02introduce Degree100 strong_int typeNoel1-13/+15
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-43/+43
2020-12-14Fix typo in codeAndrea Gelmini2-5/+5
2020-12-01tdf#129961 svx: add UNO API for table shadow as direct formatMiklos Vajna1-0/+1
2020-11-27tdf#138307 Chart import: fix lost custom shape textBalazs Varga1-1/+4
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen2-3/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-24static_cast after dynamic_castNoel Grandin1-19/+19
2020-11-23dynamic_cast followed by static_castCaolán McNamara1-1/+4
2020-11-16tdf#123936 Formatting files in module svx with clang-formatPhilipp Hofer4-57/+43
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara4-7/+14
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel6-35/+35