summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
AgeCommit message (Expand)Author
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-02-27tdf#123470 textforwarder has stale view of SdrTextObjCaolán McNamara
2019-02-26svdtrans: nPi -> M_PI; nPi180 -> F_PI18000 to remove duplicatesMike Kaganski
2019-02-22loplugin:unusedfields in svxNoel Grandin
2019-02-21weld RecoveryDialogCaolán McNamara
2019-02-20weld SaveDialogCaolán McNamara
2019-02-19svx: allow UINameSingular property.Mark Hung
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-02-10loplugin:indentation in svxNoel Grandin
2019-02-07Add some messages to SvxDrawPage::getByIndex exceptionsMuhammet Kara
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-20tdf#119180 Use 100th_mm in UNO API implementationArmin Le Grand
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05remove unused SdrHintKind enum valueNoel Grandin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-27tdf#120527 svx GraphicObjectShape: handle XBitmap for GraphicURLMiklos Vajna
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-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-11-06tdf#118582 Disable signature line signing once it is signedSamuel Mehrbrodt
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-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in svxNoel Grandin
2018-10-22tdf#120703 (PVS): Recurring check.Xisco Fauli
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-10-08loplugin:constfields in svxNoel Grandin
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin
2018-08-31Fix syntaxJulien Nabet
2018-08-17tdf#105998: Enhanced fix for MetafileToBitmap at better placeArmin Le Grand
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann
2018-08-16tdf#114427 improve fix, wedo need to free it regardlessCaolán McNamara
2018-08-15loplugin:useuniqueptr in disposeOutlinerNoel Grandin
2018-08-15Resolves: tdf#114427 crash when basic used to dispose shapeCaolán McNamara