summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/gridctrl.cxx
AgeCommit message (Expand)Author
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22convert HIB_ constants to scoped enumNoel Grandin
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-14tdf#88710 Kill svx dbtoolsclientMatthew Nicholls
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-21Typo: udate->updateJulien Nabet
2015-02-18TyposJulien Nabet
2015-01-22fdo#88551 no need to update content from field when activating grid cellLionel Elie Mamane
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-10-27fdo#84938: replace KEYTYPE_ 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-20loplugin: cstylecastNoel Grandin
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-26svx: convert some horrible code to SolarMutexTryAndBuyGuardMichael Stahl
2014-09-26remove ::svxform::OStaticDataAccessTools from DbCellControlLionel Elie Mamane
2014-09-26rip out all remaining uses of svxform::OTypeConversionClient and remove itLionel Elie Mamane
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-24Revert "Resolves fdo#75339 : No Error-Dialog appears in specific cases..."Julien Nabet
2014-06-23Missing #includeStephan Bergmann
2014-06-23Try to fixJulien Nabet
2014-06-23Resolves fdo#75339 : No Error-Dialog appears in specific cases in BaseJulien Nabet
2014-06-05coverity#705261 Missing break in switch, assuming its intentionalCaolán McNamara
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-18fix build problem with ambiguous InitFontCaolán McNamara
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-14typo: obsolet -> obsoleteThomas Arnhold
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann