summaryrefslogtreecommitdiff
path: root/svx/source/dialog/connctrl.cxx
AgeCommit message (Expand)Author
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin
2018-02-21loplugin:changetoolsgen in svxNoel Grandin
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-11-22loplugin:flatten in svxNoel Grandin
2017-11-21TypedWhichId for SDRATTR* constants (2)Noel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-08-04rename SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNTNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: svxStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-11-08tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-01-25svx: SdrEdgeLineDeltaAnzItem -> SdrEdgeLineDeltaCountItemMiklos Vajna
2016-01-18svx: SvxXConnectionPreview::GetLineDeltaAnz -> GetLineDeltaCountMiklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-16boost->stdCaolán McNamara
2015-05-13refactor SvxXConnectionPreview to use RenderContextTomaž Vajngerl
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-23Fraction: Revert "coverity#1247617 there is nothing to do if width is 0"Jan Holesovsky
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-17coverity#1247617 there is nothing to do if width is 0David Tardon
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-06-22Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist
2014-02-27coverity#1103661 Division or modulo by zeroCaolán McNamara