summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2015-08-28Simplify SmFontStyles::GetStyleNameStephan Bergmann1-6/+6
2015-08-26Clean up aEmptyStrStephan Bergmann1-8/+6
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2-41/+24
2015-08-25make pWindow private in SfxChildWindowNoel Grandin3-4/+4
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin2-2/+2
2015-08-21loplugin:defaultparamsNoel Grandin2-3/+3
2015-08-20loplugin: defaultparamsNoel Grandin4-30/+30
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-2/+2
2015-08-12cppcheck: variableScopeCaolán McNamara1-14/+8
2015-08-11Related: tdf#75171 wrong "italic" happens on importing MathMLTakeshi Abe2-10/+5
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin4-9/+4
2015-07-30starmath: these constans are local and staticTakeshi Abe1-19/+19
2015-07-30loplugin:unusedmethodsNoel Grandin1-1/+0
2015-07-29Avoid warning C4819Takeshi Abe1-3/+3
2015-07-27inline a bunch of use-once macrosNoel Grandin1-2/+10
2015-07-22tdf#92600: Restore ability to apply font settings to controlsKatarina Behrens2-0/+5
2015-07-22Resolves: tdf#92148 SmElementsControl invalidates itself from paint endlesslyCaolán McNamara2-31/+42
2015-07-21loplugin:unusedmethods starmathNoel Grandin13-43/+0
2015-07-20convert to typed Link<> in sfx2Noel Grandin2-3/+2
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-1/+1
2015-07-16coverity#1209707 Dereference null return valueCaolán McNamara1-2/+2
2015-07-10Use std::unique_ptr in SmViewShell::Execute()Miklos Vajna1-8/+5
2015-07-08various warningsStephan Bergmann1-6/+6
2015-07-08i#107734 Support for Math Input Panel in Windows 7Regina Henschel5-0/+106
2015-07-04Fix typosAndrea Gelmini2-3/+3
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-24remove SFX_NOTIFY macroNoel Grandin4-8/+4
2015-06-23Revert "Typo: iff->if"Julien Nabet5-6/+6
2015-06-23Typo: iff->ifJulien Nabet5-6/+6
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky2-4/+4
2015-06-22cppcheck: variableScopeTakeshi Abe1-66/+30
2015-06-19These values shall be of type sal_UnicodeStephan Bergmann1-163/+160
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini2-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-4/+2
2015-06-15cppcheck: silence bogus unusedScopedObjectCaolán McNamara2-149/+126
2015-06-15starmath: dispose SmEditController object correctlyLászló Németh1-0/+1
2015-06-09cppcheck: variableScopeTakeshi Abe1-1/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-7/+7
2015-06-08cppcheck: noExplicitConstructorTakeshi Abe1-1/+1
2015-06-08Unused includesMiklos Vajna1-6/+0
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-4/+4
2015-06-02loplugin:loopvartoosmallNoel Grandin7-12/+12
2015-06-01tdf#91053 cleanup bogus member ...Takeshi Abe2-19/+13
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-27drop useless field bIsDebugTakeshi Abe2-31/+1
2015-05-26kill forgotten, unused TDEBUG tokenTakeshi Abe2-6/+4
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin16-188/+95