summaryrefslogtreecommitdiff
path: root/starmath
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 Grandin9-22/+22
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-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2-0/+3
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann3-3/+3
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-23fix alignment of fontdialog in smathandreas kainz1-6/+6
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin2-2/+2
2019-10-21loplugin:virtualdead unused param in SfxObjectShell::FillClassNoel Grandin2-6/+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-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-2/+10
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-02weld PrintDialogCaolán McNamara1-3/+10
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-10-01add activates_default to GtkEntries in dialogsCaolán McNamara1-4/+8
2019-09-28loplugin:constmethod in sdext..starmathNoel Grandin7-12/+12
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 McNamara6-12/+12
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara6-12/+11
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-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-23Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze1-0/+1
2019-09-17Fix -Werror,-WundefStephan Bergmann1-0/+1
2019-09-16ifdef -> if for consistencyRene Engelhard1-3/+3
2019-09-16disable testSmTmpDeviceRestoreFont unless we actually have fontsRene Engelhard1-0/+6
2019-09-16dont define PROPERTY_NONE multiple timesBjoern Michaelsen1-4/+1
2019-09-16tdf#74702: remove GetOutDevType() from SmTmpDeviceChris Sherlock4-26/+56
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 Grandin10-27/+27
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 Gelmini3-6/+6
2019-08-16Fix typosAndrea Gelmini8-11/+11