summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen7-0/+11
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen4-0/+6
2019-03-29tdf#124410 re-call SetScrollBarRange when aSymbolSet changesCaolán McNamara2-4/+13
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen2-0/+4
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen3-0/+3
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-3/+3
2019-03-13Resolves: tdf#124028 dangling "completion" entries block responsesCaolán McNamara1-1/+0
2019-03-08tdf#42949 Fix IWYU warnings in starmath/*/*cxxGabor Kelemen19-28/+19
2019-03-06hookup MenuButton::SetDropDown to GtkMenuButton draw-indicatorCaolán McNamara2-0/+2
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin2-5/+5
2019-03-04simplify UNO getTypes methodsNoel Grandin1-11/+7
2019-02-27weld LicenseDialogImplCaolán McNamara2-4/+7
2019-02-22loplugin:unusedfields in vclNoel Grandin1-1/+1
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