summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2015-10-02starmath: it is just a stack that is needed hereTakeshi Abe1-10/+10
2015-10-02starmath: SmAlignNode has only one childTakeshi Abe2-1/+3
2015-10-02loplugin:unusedmethodsNoel Grandin2-14/+0
2015-09-30Fix typosAndrea Gelmini8-9/+9
2015-09-30Fix typosAndrea Gelmini2-4/+4
2015-09-29starmath: ClaimPaternity() is only for SmStructureNodeTakeshi Abe2-10/+9
2015-09-29starmath: tdf#93240 replace boost::ptr_vectorTakeshi Abe2-10/+11
2015-09-24convert Link<> to typedNoel Grandin2-8/+7
2015-09-23starmath: Use member initialization lists for SmTokenTakeshi Abe1-11/+16
2015-09-23starmath: Prefix members of SmErrorDescTakeshi Abe4-13/+13
2015-09-17convert Link<> to typedNoel Grandin2-7/+11
2015-09-17convert Link<> to typedNoel Grandin2-13/+17
2015-09-17Use member initialization lists for SmParserTakeshi Abe1-2/+3
2015-09-17convert Link<> to typedNoel Grandin2-12/+7
2015-09-16convert Link<> to typedNoel Grandin2-11/+6
2015-09-14Avoid getTokenCount in SmViewShell::DrawTextMatteo Casalin1-3/+7
2015-09-14Avoid getTokenCount in SmViewShell::DrawTextLineMatteo Casalin1-8/+6
2015-09-14Avoid getTokenCount in SmViewShell::GetTextSizeMatteo Casalin1-3/+6
2015-09-14String tokens do not include token separatorMatteo Casalin1-6/+0
2015-09-14Avoid getTokenCount in SmViewShell::SetZoomFactorMatteo Casalin1-8/+6
2015-09-14String tokens do not include token separatorMatteo Casalin1-2/+0
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2-3/+2
2015-09-08convert Link<> to typedNoel Grandin2-4/+2
2015-09-07Fix harmless, historic mis-mergeStephan Bergmann1-2/+0
2015-09-07convert Link<> to typedNoel Grandin6-12/+12
2015-09-04convert Link<> to typedNoel Grandin6-9/+6
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