summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2015-10-15tdf#73691 - add alt-x support to mathJustin Luth3-0/+76
2015-10-15convert Link<> to typedNoel Grandin2-20/+16
2015-10-14Fix gb_Library_use_externals callStephan Bergmann1-1/+4
2015-10-13enable ICU_HEADER includes for starmathJustin Luth1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann25-658/+658
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-19/+19
2015-10-12convert Link<> to typedNoel Grandin6-21/+14
2015-10-09starmath: Prefix members of SmNodeTakeshi Abe2-52/+52
2015-10-08starmath: Represent ownership by std::unique_ptrTakeshi Abe2-6/+4
2015-10-07starmath: Prefix members of SmCursorTakeshi Abe2-117/+117
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht6-12/+10
2015-10-05starmath: Simply add elements to the end of the vectorTakeshi Abe1-15/+5
2015-10-05starmath: Kill c-style castTakeshi Abe1-2/+2
2015-10-05starmath: Avoid unnecessary castTakeshi Abe1-6/+3
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