summaryrefslogtreecommitdiff
path: root/svx/source/dialog/connctrl.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-22loplugin:flatten in svxNoel Grandin1-53/+53
2017-11-21TypedWhichId for SDRATTR* constants (2)Noel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: svxStephan Bergmann1-2/+2
2017-08-04rename SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNTNoel Grandin1-2/+2
2017-06-05Improved loplugin:cstylecast to reference types: svxStephan Bergmann1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2016-11-21convert inventorId to scoped enumNoel Grandin1-2/+2
2016-11-08tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-8/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-01-25svx: SdrEdgeLineDeltaAnzItem -> SdrEdgeLineDeltaCountItemMiklos Vajna1-1/+1
2016-01-18svx: SvxXConnectionPreview::GetLineDeltaAnz -> GetLineDeltaCountMiklos Vajna1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-16boost->stdCaolán McNamara1-2/+2
2015-05-13refactor SvxXConnectionPreview to use RenderContextTomaž Vajngerl1-5/+5
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-0/+6
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-14/+14
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-10/+10
2014-10-23Fraction: Revert "coverity#1247617 there is nothing to do if width is 0"Jan Holesovsky1-2/+0
2014-10-20loplugin: cstylecastNoel Grandin1-2/+2
2014-10-17coverity#1247617 there is nothing to do if width is 0David Tardon1-0/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-10/+10
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-14/+14
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-2/+2
2014-06-22Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+6
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist1-1/+1
2014-02-27coverity#1103661 Division or modulo by zeroCaolán McNamara1-4/+6
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-12coverity#1103661 Division or modulo by zeroCaolán McNamara1-2/+4
2014-02-10coverity#708829 Unused pointer valueCaolán McNamara1-3/+1
2014-01-28bool improvementsStephan Bergmann1-8/+8
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-12Convert connector tab page to widget UIOlivier Hallot1-63/+92
2013-07-02fdo#62699 drop pass-through header svx/svdattrx.hxxThomas Arnhold1-10/+9
2013-03-15sal_Bool to boolTakeshi Abe1-5/+5
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14