summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
AgeCommit message (Expand)AuthorFilesLines
2015-07-22ListBox in grid: properly set selection on change from modelLionel Elie Mamane1-1/+3
2015-07-22tdf#92725 FormattedField: when model value is NULL, force empty display stringLionel Elie Mamane1-1/+1
2015-07-16loplugin:simplifyboolStephan Bergmann2-2/+2
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann3-26/+7
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl1-0/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-07-02some other coverity thingsCaolán McNamara1-2/+2
2015-06-27coverity#1308460 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann1-1/+1
2015-06-15Fix typosAndrea Gelmini1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-14/+14
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin3-11/+11
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-1/+1
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara2-3/+3
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-1/+1
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2-4/+4
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-13/+12
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-17/+17
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2-32/+30
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini3-3/+3
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin1-1/+1
2015-05-14refacotr DbGridControl::NavigationBar to use RenderContextTomaž Vajngerl1-17/+19
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin2-3/+3
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2-2/+2
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-7/+7
2015-04-30Gradually typed LinkStephan Bergmann1-6/+6
2015-04-29convert CTF_ constants to scoped enumNoel Grandin2-19/+19
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks4-378/+414
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-378/+414
2015-04-28css.awt.ItemEvent.Highlighted is of type longStephan Bergmann1-3/+3
2015-04-28Fix Boolean expressionStephan Bergmann1-1/+1
2015-04-28DropTargetHelper::ExecuteDrop return type is sal_Int8/DND_ACTION_*Stephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-22convert HIB_ constants to scoped enumNoel Grandin2-3/+3
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin2-3/+3
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin1-30/+30
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls1-4/+4
2015-04-21Use cppu::ImplInheritanceHelperStephan Bergmann1-23/+0
2015-04-17svx: convert new to ::Create.Noel Grandin4-43/+43
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-6/+6
2015-04-14tdf#88710 Kill svx dbtoolsclientMatthew Nicholls3-7/+6
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-1/+3
2015-04-10basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks1-19/+18
2015-04-10cleanup Printer VclRef pieces.Michael Meeks1-10/+10
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-3/+3