summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-1/+1
2018-10-15add SvStream::TellEndNoel Grandin1-2/+1
2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze1-0/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-5/+5
2018-10-08loplugin:constfields in starmathNoel Grandin15-27/+27
2018-10-07use more unique_ptr in SmParserNoel Grandin2-70/+68
2018-09-28fix issues found by bin/ui-translatable.shAndras Timar1-4/+4
2018-09-27Fix typosAndrea Gelmini1-1/+1
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin2-55/+0
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2-0/+2
2018-09-24Resolves: tdf#119624 stray image_position bottom for some icons in buttonsCaolán McNamara1-1/+0
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann2-4/+4
2018-09-19drop some unnecessary headersCaolán McNamara5-23/+0
2018-09-19weld SmFontDialogCaolán McNamara3-99/+137
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara4-55/+55
2018-09-17New loplugin:externalStephan Bergmann2-3/+3
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-13loplugin:useuniqeptr in starmathNoel Grandin2-53/+39
2018-09-10a11y: Fix multiple instances of duplicate mnemonicsKatarina Behrens1-1/+1
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin1-1/+0
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara4-8/+8
2018-08-29More -Werror=redundant-moveStephan Bergmann1-9/+40
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin4-7/+7
2018-08-18loplugin:useuniqueptr pass SmNodeList around by std::unique_ptr(2)Noel Grandin2-15/+13
2018-08-17loplugin:useuniqueptr pass SmNodeList around by std::unique_ptrNoel Grandin2-55/+63
2018-08-16pass SfxMedium around by std::unique_ptrNoel Grandin1-3/+3
2018-08-11tdf#119197: import some symbols as symbols, not as Math functionsMike Kaganski1-34/+16
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin1-2/+2
2018-08-04Fix typosAndrea Gelmini1-2/+2
2018-08-02loplugin:stringloop in variousNoel Grandin1-47/+50