summaryrefslogtreecommitdiff
path: root/starmath/source/symbol.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-05-11reserve vector space in SmSymbolManager::GetSymbolsNoel Grandin1-0/+1
2022-05-03add o3tl::equalsAsciiNoel Grandin1-2/+2
2021-08-18undo changes to TextAlignCaolán McNamara1-2/+2
2021-07-30convert TextAlign to scoped enumCaolán McNamara1-2/+2
2021-03-01Starmath cleanup unused includesdante1-2/+0
2021-01-18Mathml gets it's own directorydante1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2019-11-03loplugin:stringaddNoel Grandin1-4/+3
2019-10-01loplugin:stringadd n sfx2..svlNoel Grandin1-2/+1
2019-08-24loplugin:returnconstval in sd..starmathNoel Grandin1-2/+2
2019-02-10loplugin:indentation in soltools..svlNoel Grandin1-1/+1
2019-01-31loplugin:flatten in starmathNoel Grandin1-17/+17
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov1-10/+7
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-3/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-11starmath: getLength() > 0 -> !isEmpty()Takeshi Abe1-5/+5
2017-10-23loplugin:includeform: starmathStephan Bergmann1-3/+3
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke1-4/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin1-4/+1
2016-10-24remove unused SfxListener subclassingNoel Grandin1-6/+1
2016-06-22Drop unused #includeTakeshi Abe1-14/+0
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-2/+2
2016-01-27starmath: Stop using unnecessary namespaceTakeshi Abe1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-06-24remove SFX_NOTIFY macroNoel Grandin1-2/+1
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin1-1/+0
2015-05-05loplugin:staticmethodsNoel Grandin1-4/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold1-2/+2
2012-10-28String -> OUStringIvan Timofeev1-2/+2
2012-10-12XubString->OUStringCaolán McNamara1-20/+20
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-3/+3
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-28ditch slightly suboptimal C2S defineCaolán McNamara1-2/+2
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-03-12use string literal OUString overloadsLuboš Luňák1-2/+2
2011-11-27remove include o pch header from starmathNorbert Thiebaud1-2/+0
2011-08-31grabbag of unused codeCaolán McNamara1-14/+0
2011-06-08Replace DBG_ stuff with OSL_ equivalents in writerJacek Wolszczak1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-5/+10
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-5/+10
2011-03-13Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1