summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2019-02-10loplugin:indentation in soltools..svlNoel Grandin7-12/+12
2019-01-31loplugin:flatten in starmathNoel Grandin14-784/+787
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen11-52/+40
2019-01-24loplugin:constparams in sd..svtoolsNoel Grandin2-2/+2
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+2
2019-01-21Resolves: tdf#122484 replace gtk autocomplete with vcl-alike autoselectCaolán McNamara1-8/+0
2019-01-18use unique_ptr in SmXMLExportNoel Grandin1-23/+23
2019-01-18use unique_ptr in starmathNoel Grandin3-15/+13
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin2-5/+5
2019-01-07Missing includesMike Kaganski3-0/+3
2019-01-07Fix build: add necessary includesMike Kaganski3-0/+4
2019-01-04tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxxGabor Kelemen36-44/+73
2018-12-30use unique_ptr in SmStructureNode::SetSubNodesNoel Grandin5-113/+113
2018-12-30return by unique_ptr in popOrZero in starmathNoel Grandin1-38/+38
2018-12-20starmath: create SmFilterDetect instances with an uno constructorMiklos Vajna5-102/+11
2018-12-13Resolves: tdf#117091 prepend a xml declaration if missingCaolán McNamara1-0/+4
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann4-5/+5
2018-12-07HAVE_CXX_CWG1579_FIX is always true nowStephan Bergmann1-33/+0
2018-12-04remove unused enum SfxObjectShellFlagsNoel Grandin1-1/+1
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-30starmath: create XMLOasisSettingsImporter instances with an uno constructorMiklos Vajna4-33/+8
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov6-66/+53
2018-11-25tdf#120703 PVS: (nArse == 0x2225) condition was maskedMike Kaganski1-2/+2
2018-11-24remove unused FontChangeMask::HorAlignNoel Grandin2-5/+3
2018-11-23use binary search for starmath tokenNoel Grandin1-17/+33
2018-11-22remove unused SmTokenType valuesNoel Grandin1-49/+49
2018-11-19weld TreeViewCaolán McNamara1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen6-0/+6
2018-11-17Adapt to C++2a char_tStephan Bergmann2-2/+2
2018-11-16starmath: create XMLOasisMetaImporter instances with an uno constructorMiklos Vajna4-31/+8
2018-11-09loplugin:useuniqueptr in SmDistanceDialogNoel Grandin2-57/+55
2018-11-09starmath: create XMLImporter instances with an uno constructorMiklos Vajna4-32/+8
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski1-18/+1
2018-11-08More --enable-debug --disable-assert-always-abort fixesStephan Bergmann1-2/+2
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-33/+33
2018-11-07move SvTreeListBox to vclCaolán McNamara2-2/+2
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin1-2/+2
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-3/+1
2018-10-28drop unnecessary requires lib="LibreOffice"Caolán McNamara1-1/+0
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2-36/+24
2018-10-27tdf#120703 PVS: variable is assigned values twice successivelyMike Kaganski1-1/+0
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-2/+0
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+3
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-24weld AdvancedSettingsDialogCaolán McNamara2-4/+4
2018-10-23remove all use_action_appearance linesCaolán McNamara2-9/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-6/+3
2018-10-16coverity#1440240 Uncaught exceptionCaolán McNamara1-1/+5