summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2020-07-21Revert "tdf#128502: Try to support multiple documents ...cp-6.2-20Andras Timar1-3/+0
2020-06-25tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist1-0/+3
2020-06-25Revert "tdf#128502: Try to support multiple documents in LibreOfficeKit-using...Tor Lillqvist1-3/+0
2020-06-24tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist1-0/+3
2019-10-04Resolves: tdf#127873 accept ',' comma group separator in number entities againEike Rathke1-1/+6
2019-04-02tdf#124386 re-call SetScrollBarRange when aSymbolSet changesCaolán McNamara1-2/+7
2018-12-13Resolves: tdf#117091 prepend a xml declaration if missingCaolán McNamara1-0/+4
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen6-0/+6
2018-11-16starmath: create XMLOasisMetaImporter instances with an uno constructorMiklos Vajna3-30/+6
2018-11-09loplugin:useuniqueptr in SmDistanceDialogNoel Grandin1-56/+54
2018-11-09starmath: create XMLImporter instances with an uno constructorMiklos Vajna3-31/+6
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 McNamara1-1/+1
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-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 McNamara1-3/+3
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-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 Grandin8-13/+13
2018-10-07use more unique_ptr in SmParserNoel Grandin1-56/+54
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-19drop some unnecessary headersCaolán McNamara2-6/+0
2018-09-19weld SmFontDialogCaolán McNamara1-74/+38
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara2-31/+31
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-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 McNamara2-4/+4
2018-08-29More -Werror=redundant-moveStephan Bergmann1-9/+40
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin2-5/+5
2018-08-18loplugin:useuniqueptr pass SmNodeList around by std::unique_ptr(2)Noel Grandin1-13/+11
2018-08-17loplugin:useuniqueptr pass SmNodeList around by std::unique_ptrNoel Grandin1-48/+55
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-02loplugin:stringloop in variousNoel Grandin1-47/+50