summaryrefslogtreecommitdiff
path: root/starmath/source/dialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-23/+23
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-15/+13
2015-10-15convert Link<> to typedNoel Grandin1-16/+12
2015-10-12convert Link<> to typedNoel Grandin1-9/+5
2015-10-05starmath: Kill c-style castTakeshi Abe1-2/+2
2015-09-24convert Link<> to typedNoel Grandin1-7/+6
2015-09-17convert Link<> to typedNoel Grandin1-4/+7
2015-09-17convert Link<> to typedNoel Grandin1-6/+9
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-1/+1
2015-09-08convert Link<> to typedNoel Grandin1-3/+1
2015-09-07Fix harmless, historic mis-mergeStephan Bergmann1-2/+0
2015-09-07convert Link<> to typedNoel Grandin1-4/+4
2015-09-04convert Link<> to typedNoel Grandin1-2/+1
2015-08-28Simplify SmFontStyles::GetStyleNameStephan Bergmann1-6/+6
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-29/+12
2015-08-20loplugin: defaultparamsNoel Grandin1-11/+11
2015-07-22tdf#92600: Restore ability to apply font settings to controlsKatarina Behrens1-0/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-4/+4
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin1-1/+1
2015-05-14more refactorings in starmath dialogs..Tomaž Vajngerl1-140/+77
2015-05-14SmShowFont: change to save the font and use it in Paint + HiDPITomaž Vajngerl1-23/+21
2015-05-14refacor starmath dialogs to use RenderContextTomaž Vajngerl1-31/+26
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-4/+3
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-3/+3
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-3/+3
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-9/+5
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin1-1/+1
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-15/+15
2015-05-07drop unused debugging ColorCaolán McNamara1-3/+0
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-8/+3
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-6/+6
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-4/+4
2015-04-16starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks1-4/+4
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-10/+10
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+141
2015-04-09vcl: VclPtr conversion in starmathNoel Grandin1-7/+31
2015-04-07cppcheck: make ctor with 1 argument explicitTakeshi Abe1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-24loplugin:constantfunction: variousNoel Grandin1-3/+3
2015-03-16use std::unique_ptr for Sm*DialogTakeshi Abe1-16/+8
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-3/+3
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-3/+3
2014-12-03loplugin: cstylecastNoel Grandin1-9/+9
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-5/+5
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1