summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
AgeCommit message (Expand)Author
2019-10-21loplugin:virtualdead unused param in SdrHdl::onHelpRequestNoel Grandin
2019-10-21loplugin:virtualdead unused param in GetSdrRepeatCommentNoel Grandin
2019-10-16tdf#126060 Handle text camera z rotation while pptx import.Gülşah Köse
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-10x.insert(x.getLength() -> x.appendNoel Grandin
2019-10-10basegfx: warn on unused B2DVectorMiklos Vajna
2019-10-10rename TakeUnitStr to GetUnitStrNoel Grandin
2019-10-10rename TakeStr to GetStrNoel Grandin
2019-10-10rename TakeItemName -> GetItemNameNoel Grandin
2019-10-10rename TakeSdrDragComment to GetSdrDragCommentNoel Grandin
2019-10-09rename ImpTakeDescriptionStr -> ImpGetDescriptionStrNoel Grandin
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-10-04tdf#127941: Don't be _that_ eager to assert(!IsTextEdit());Jan Holesovsky
2019-10-03tdf#125565 always send the graphic selection for the tableTomaž Vajngerl
2019-10-02loplugin:stringadd in svxNoel Grandin
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-09-27loplugin:virtualdead in svxNoel Grandin
2019-09-18lok: send message when in place editingSzymon Kłos
2019-09-18tdf#39593 use isUnoTunnelId in sdArkadiy Illarionov
2019-09-08tdf#125520 Fix OLE objects drag&drop with 'Insert as Copy'Andrés Maldonado
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin
2019-09-06use unique_ptr in ImpConvertContainedTextToSdrPathObjsNoel Grandin
2019-09-06return unique_ptr from ImpConvertMakeObjNoel Grandin
2019-09-05use unique_ptr in SdrObject::getFullDragCloneNoel Grandin
2019-09-05cid#1453561 Null pointer dereferencesCaolán McNamara
2019-09-04reduce Primitive2DContainer copyingNoel Grandin
2019-09-03loplugin:constmethod in svxNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-08-30tdf#126959 impress table border resize handle supportTomaž Vajngerl
2019-08-27no need to add a new virtual method (tdf#119388 related)Noel Grandin
2019-08-27use SdrCircKind enum more widelyNoel Grandin
2019-08-27clang-format svx/source/svdraw/svdedxv.cxxSamuel Mehrbrodt
2019-08-26loplugin:returnconstval in new pdf codeNoel Grandin
2019-08-25lok: cleanup and simplify graphic selection codeTomaž Vajngerl
2019-08-25pdfium: Returning a const std::shared_ptr<...>& is not recommended.Jan Holesovsky
2019-08-25pdfium: Use std::vector to hold the PdfData.Jan Holesovsky
2019-08-23tdf#119388 use virtual to bypass dynamic_castNoel Grandin
2019-08-23loplugin:returnconstval in svxNoel Grandin
2019-08-21tdf#126271 Revert "tdf120965 Simplify SdrPathObj::AddToHdlList()"Regina Henschel
2019-08-20loplugin:constvars in svxNoel Grandin
2019-08-20Fix typosAndrea Gelmini
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-15replace ".get->" with "->"Noel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-08-10tdf#126512 make handle of ooxml-shapes usable in odpRegina Henschel
2019-08-05SmartArt: store diagram data model in SdrObjectGrzegorz Araminowicz
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann