summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen2019-04-087-0/+11
* tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen2019-04-014-0/+6
* tdf#124410 re-call SetScrollBarRange when aSymbolSet changesCaolán McNamara2019-03-292-4/+13
* tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen2019-03-282-0/+4
* tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen2019-03-253-0/+3
* clarify that set_visible(true/false) is just show/hideCaolán McNamara2019-03-161-3/+3
* Resolves: tdf#124028 dangling "completion" entries block responsesCaolán McNamara2019-03-131-1/+0
* tdf#42949 Fix IWYU warnings in starmath/*/*cxxGabor Kelemen2019-03-0819-28/+19
* hookup MenuButton::SetDropDown to GtkMenuButton draw-indicatorCaolán McNamara2019-03-062-0/+2
* loplugin:unnecessaryparen improve member expressionNoel Grandin2019-03-062-5/+5
* simplify UNO getTypes methodsNoel Grandin2019-03-041-11/+7
* weld LicenseDialogImplCaolán McNamara2019-02-272-4/+7
* loplugin:unusedfields in vclNoel Grandin2019-02-221-1/+1
* loplugin:indentation in soltools..svlNoel Grandin2019-02-107-12/+12
* loplugin:flatten in starmathNoel Grandin2019-01-3114-784/+787
* o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen2019-01-2811-52/+40
* loplugin:constparams in sd..svtoolsNoel Grandin2019-01-242-2/+2
* tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen2019-01-221-0/+2
* Resolves: tdf#122484 replace gtk autocomplete with vcl-alike autoselectCaolán McNamara2019-01-211-8/+0
* use unique_ptr in SmXMLExportNoel Grandin2019-01-181-23/+23
* use unique_ptr in starmathNoel Grandin2019-01-183-15/+13
* convert "*xxx.get()" to "*xxx"Noel Grandin2019-01-082-5/+5
* Missing includesMike Kaganski2019-01-073-0/+3
* Fix build: add necessary includesMike Kaganski2019-01-073-0/+4
* tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxxGabor Kelemen2019-01-0436-44/+73
* use unique_ptr in SmStructureNode::SetSubNodesNoel Grandin2018-12-305-113/+113
* return by unique_ptr in popOrZero in starmathNoel Grandin2018-12-301-38/+38
* starmath: create SmFilterDetect instances with an uno constructorMiklos Vajna2018-12-205-102/+11
* Resolves: tdf#117091 prepend a xml declaration if missingCaolán McNamara2018-12-131-0/+4
* tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2018-12-101-0/+1
* Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann2018-12-081-1/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-084-5/+5
* HAVE_CXX_CWG1579_FIX is always true nowStephan Bergmann2018-12-071-33/+0
* remove unused enum SfxObjectShellFlagsNoel Grandin2018-12-041-1/+1
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-12-031-1/+1
* starmath: create XMLOasisSettingsImporter instances with an uno constructorMiklos Vajna2018-11-304-33/+8
* Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov2018-11-296-66/+53
* tdf#120703 PVS: (nArse == 0x2225) condition was maskedMike Kaganski2018-11-251-2/+2
* remove unused FontChangeMask::HorAlignNoel Grandin2018-11-242-5/+3
* use binary search for starmath tokenNoel Grandin2018-11-231-17/+33
* remove unused SmTokenType valuesNoel Grandin2018-11-221-49/+49
* weld TreeViewCaolán McNamara2018-11-191-1/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-196-0/+6
* Adapt to C++2a char_tStephan Bergmann2018-11-172-2/+2
* starmath: create XMLOasisMetaImporter instances with an uno constructorMiklos Vajna2018-11-164-31/+8
* loplugin:useuniqueptr in SmDistanceDialogNoel Grandin2018-11-092-57/+55
* starmath: create XMLImporter instances with an uno constructorMiklos Vajna2018-11-094-32/+8
* Simplify and fix Java UNO API test makefilesJan-Marek Glogowski2018-11-091-18/+1
* More --enable-debug --disable-assert-always-abort fixesStephan Bergmann2018-11-081-2/+2
* Convert FieldUnit to scoped enumMike Kaganski2018-11-081-33/+33