summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2020-01-07extract some common code from ImportContext classesNoel Grandin1-5/+1
2019-12-25use FastParser in starmathNoel Grandin1-4/+4
2019-12-22sal_Char->char in sot..storeNoel Grandin7-19/+19
2019-12-17make approximate_char_width private and use approximate_digit_widthCaolán McNamara1-2/+2
2019-12-04some std::set->o3tl::sorted_vectorNoel Grandin1-2/+2
2019-12-03Adapt SAL_WARN to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-2/+2
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-2/+2
2019-11-25Turn on clang-format for these filesMiklos Vajna1-22/+11
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-4/+77
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-03loplugin:stringaddNoel Grandin3-9/+6
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin2-2/+2
2019-10-21loplugin:virtualdead unused param in SfxObjectShell::FillClassNoel Grandin1-4/+0
2019-10-21This should have become a UTF-16 string literalStephan Bergmann1-1/+1
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann2-3/+3
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann3-30/+30
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-2/+2
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-2/+2
2019-10-03drop some unnecessary includesCaolán McNamara1-2/+1
2019-10-02Resolves: tdf#127873 accept ',' comma group separator in number entities againEike Rathke1-1/+6
2019-10-01loplugin:stringadd n sfx2..svlNoel Grandin2-8/+7
2019-09-28loplugin:constmethod in sdext..starmathNoel Grandin4-6/+6
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski1-1/+1
2019-09-27cid#1448524 silence Unchecked dynamic_castCaolán McNamara1-1/+1
2019-09-26now drop TabPageParent intermediateCaolán McNamara3-8/+8
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara3-8/+7
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-1/+1
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov3-38/+13
2019-09-16dont define PROPERTY_NONE multiple timesBjoern Michaelsen1-4/+1
2019-09-16tdf#74702: remove GetOutDevType() from SmTmpDeviceChris Sherlock2-26/+14
2019-09-03indicate that SmEditAccessible is editableCaolán McNamara1-2/+3
2019-08-29Fix typo in codeAndrea Gelmini1-3/+3
2019-08-24loplugin:returnconstval in sd..starmathNoel Grandin6-18/+18
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov3-10/+4
2019-08-20loplugin:constvars in solenv..svtoolsNoel Grandin3-4/+4
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-16Fix typosAndrea Gelmini2-2/+2
2019-08-16Fix typosAndrea Gelmini6-8/+8
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin2-2/+2
2019-08-15replace ".get->" with "->"Noel Grandin1-1/+1
2019-08-12Fix typosAndrea Gelmini1-2/+2
2019-08-11revert some consts to placate coverity Uncaught exceptionsCaolán McNamara1-6/+1
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock1-3/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): starmathStephan Bergmann9-13/+13
2019-07-23Optimize names transformingArkadiy Illarionov1-6/+4
2019-07-23dispose() methods should clear their smart pointersNoel Grandin1-0/+1
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov3-67/+38
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin4-13/+8