summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
AgeCommit message (Expand)Author
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin
2017-09-10Fix double free since 030273e2e28ef9c4d2118ca3851c64498dfe000aTakeshi Abe
2017-09-08clean up SdrDragStatNoel Grandin
2017-09-08svx: Make SdrDragStatUserData's dtor pure virtualTakeshi Abe
2017-09-06Don't run the OLEObjCache timer for an empty cacheJan-Marek Glogowski
2017-09-06svx: Simplify code with std::unique_ptrTakeshi Abe
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-09-02svx: Simplify code with std::unique_ptrTakeshi Abe
2017-08-29svx: Mark functions as localTakeshi Abe
2017-08-28svx: fix assert in SdrEdgeObj::ConnectToNode()Michael Stahl
2017-08-22drop unused SvxScriptTypeItemJochen Nitschke
2017-08-21drop pointless headersJochen Nitschke
2017-08-17Fix typosAndrea Gelmini
2017-08-17drop unused SdrCustomShapeReplacementURLItemJochen Nitschke
2017-08-17drop unused SdrCustomShapeAdjustmentItemJochen Nitschke
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17Removing unused serialisation codeVarun Dhall
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin
2017-08-16Replace stringify by Equals in SdrObject and SdPageVarun Dhall
2017-08-14Removing unused SfxItemPool serialisation from svxVarun Dhall
2017-08-12try to please ubsanJochen Nitschke
2017-08-11Fix typosAndrea Gelmini
2017-08-11Removing unused SfxItemPool serialisation from svxVarun Dhall
2017-08-11editviewoverlay: corrected AttributeChangeArmin Le Grand
2017-08-10tdf#109317 Fix incorrect rotation of flipped custom OOXML shapesPaul Trojahn
2017-08-10editviewoverlay: correct reaction on property changeArmin Le Grand
2017-08-10editviewoverlay: more cases securedArmin Le Grand
2017-08-10editviewoverlay: EditViewSelection reorganizedArmin Le Grand
2017-08-10editviewoverlay: Allow EditView to run in OverlayArmin Le Grand
2017-08-08SvPersistStream deadNoel Grandin
2017-08-04rename Anz->Cnt in svxNoel Grandin
2017-08-04rename nPgAnz->nPgCountNoel Grandin
2017-08-04rename SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNTNoel Grandin
2017-08-03lok - add support for in place chart editingMarco Cecchetti
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-08-01Typo: usnig->usingJulien Nabet
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-31Corrected HitTest for layouted textArmin Le Grand
2017-07-29loplugin:constparams in svxNoel Grandin
2017-07-27loplugin:constparams in svxNoel Grandin
2017-07-24SdrGlobalData::aUserMakeObjUserDataHdl is unusedNoel Grandin
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin
2017-07-23Removed duplicated includesAndrea Gelmini
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20Annotate some more Timers and IdlesJan-Marek Glogowski
2017-07-18loplugin:oncevarTor Lillqvist