summaryrefslogtreecommitdiff
path: root/forms/source/richtext
AgeCommit message (Expand)AuthorFilesLines
2015-07-28convert RGCHK constants to scoped enumNoel Grandin1-2/+2
2015-07-27inline a bunch of use-once macrosNoel Grandin1-20/+14
2015-07-17loplugin:unusedmethods formsNoel Grandin1-11/+0
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2-1/+6
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin5-5/+5
2015-05-18refactor forms classes to use RenderContextTomaž Vajngerl2-21/+5
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-3/+3
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2-2/+2
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl2-4/+4
2015-05-05loplugin:staticmethodsNoel Grandin2-3/+3
2015-05-02Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.Michael Meeks1-4/+10
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks5-29/+33
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann1-2/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin5-28/+26
2015-04-16drawinglayer, editeng, forms, fpicker: convert new to ::Create.Michael Meeks2-5/+5
2015-04-10basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks1-6/+6
2015-04-10cleanup Printer VclRef pieces.Michael Meeks1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-8/+8
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2-18/+15
2015-04-09vcl: VclPtr conversion in formsNoel Grandin2-0/+7
2015-03-28forms: Replace these macrosMatúš Kukan3-14/+25
2015-03-25convert EE_STAT constants to enum classNoel Grandin1-7/+7
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin1-2/+2
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-2/+2
2015-03-24loplugin:constantfunction: formsNoel Grandin1-3/+0
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-3/+3
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin1-14/+14
2015-02-19callcatcher: update unused codeCaolán McNamara2-15/+0
2015-02-17forms: Fix copy'n'paste mistakes.Jan Holesovsky1-7/+6
2015-02-17forms: use constructor feature for form modulesChris Sherlock3-13/+14
2015-02-07loplugin:deletedspecialStephan Bergmann4-22/+11
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18forms: Use appropriate OUString functions on string constantsStephan Bergmann2-14/+14
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-11Revert "Some SvxFontHeightItem clean-up"Stephan Bergmann1-6/+4
2014-11-11Some SvxFontHeightItem clean-upStephan Bergmann1-4/+6
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-2/+2
2014-10-11convert vcl StateChangedType to enum classNoel Grandin2-4/+4
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1