summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshape.cxx
AgeCommit message (Expand)Author
2021-04-10tdf#130326 speed up opening XLSXNoel Grandin
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-02-22svx: fix unexpected large bezier shapes when created via the UNO APIMiklos Vajna
2021-02-19Some more unit conversion unificationMike Kaganski
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski
2021-02-04have one set of twips<->mm conversionsNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-23dynamic_cast followed by static_castCaolán McNamara
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-09-09svx UNO API for shapes: allow setting a max factor for autofit text scaleMiklos Vajna
2020-09-08svx UNO API for shapes: expose what scaling factor is used for autofit scalingMiklos Vajna
2020-08-06loplugin:flatten in svxNoel Grandin
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen
2020-02-18reduce log noise a littleNoel Grandin
2020-02-17inline some acquire/release callsNoel Grandin
2020-02-12move some svx/ headers inside the moduleNoel Grandin
2020-02-09Fix typoAndrea Gelmini
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz
2020-01-10use more std::make_sharedNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-16Simplify sequences initializationMike Kaganski
2019-11-09Add some info to the IllegalArgumentException in SvxShapeMuhammet Kara
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-08-13Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov
2019-06-26Index on WID+memberID in SvxItemPropertySet::aCombineListStephan Bergmann
2019-06-18loplugin:passstuffbyrefNoel Grandin
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-22New loplugin:dataStephan Bergmann
2019-04-23tdf#113266 slow opening XLS with 45 MB drawingNoel Grandin
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin
2019-02-26svdtrans: nPi -> M_PI; nPi180 -> F_PI18000 to remove duplicatesMike Kaganski
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-02-10loplugin:indentation in svxNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-20tdf#119180 Use 100th_mm in UNO API implementationArmin Le Grand
2018-11-23tdf#114836, only set changed SfxItemSet propertiesMarkus Mohrhard
2018-11-22improve function-local statics in svxNoel Grandin
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-11-01tdf#92848: SvxTableShape doesn't implement css::text::XTextAppendStephan Bergmann
2018-10-24clang-tidy performance-unnecessary-copy-init in svxNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann