summaryrefslogtreecommitdiff
path: root/starmath/source/view.cxx
AgeCommit message (Expand)Author
2015-07-10Use std::unique_ptr in SmViewShell::Execute()Miklos Vajna
2015-07-08various warningsStephan Bergmann
2015-07-08i#107734 Support for Math Input Panel in Windows 7Regina Henschel
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-15starmath: dispose SmEditController object correctlyLászló Németh
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin
2015-05-15fix starmath testsTomaž Vajngerl
2015-05-14cleanup starmath view/documentTomaž Vajngerl
2015-05-14refactor starmath view/edit classes to use RenderContextTomaž Vajngerl
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin
2015-05-12tdf#68871: Remove the old Elements panel from MathJulien Nabet
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-02Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.Michael Meeks
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
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-21use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks
2015-04-16starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin
2015-04-10converting in-line member to VclPtr needs a disposeAndClear in destructor.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in starmathNoel Grandin
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin
2015-03-24convert SvxZoomType to enum classNoel Grandin
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-02-14boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-24Typo: syncro->synchroJulien Nabet
2014-12-17RID_CMDBOXWINDOW is so hacky and src entry so small just hardcode in cxxCaolán McNamara
2014-12-03loplugin: cstylecastNoel Grandin
2014-11-25We now only need one bit of information hereCaolán McNamara
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
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-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-14SmViewShell: pImpl must outlive aGraphic memberStephan Bergmann
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-02coverity#735498 Logically dead codeCaolán McNamara
2014-09-30fdo#82577: Handle RegionNoel Grandin