summaryrefslogtreecommitdiff
path: root/starmath/inc
AgeCommit message (Expand)Author
2015-09-08convert Link<> to typedNoel Grandin
2015-09-07convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25make pWindow private in SfxChildWindowNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-29Avoid warning C4819Takeshi Abe
2015-07-22tdf#92600: Restore ability to apply font settings to controlsKatarina Behrens
2015-07-22Resolves: tdf#92148 SmElementsControl invalidates itself from paint endlesslyCaolán McNamara
2015-07-21loplugin:unusedmethods starmathNoel Grandin
2015-07-20convert to typed Link<> in sfx2Noel Grandin
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-07-08i#107734 Support for Math Input Panel in Windows 7Regina Henschel
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-06-19These values shall be of type sal_UnicodeStephan Bergmann
2015-06-15cppcheck: silence bogus unusedScopedObjectCaolán McNamara
2015-06-01tdf#91053 cleanup bogus member ...Takeshi Abe
2015-05-27drop useless field bIsDebugTakeshi Abe
2015-05-26kill forgotten, unused TDEBUG tokenTakeshi Abe
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-14more refactorings in starmath dialogs..Tomaž Vajngerl
2015-05-14SmShowFont: change to save the font and use it in Paint + HiDPITomaž Vajngerl
2015-05-14cleanup starmath view/documentTomaž Vajngerl
2015-05-14refactor starmath view/edit classes to use RenderContextTomaž Vajngerl
2015-05-12tdf#68871: Remove the old Elements panel from MathJulien Nabet
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29avoid ambiguityStephan 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-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-22use std::unique_ptr<> to clarify ownershipTakeshi Abe
2015-04-21use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-20Make use of std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
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-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks