summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-31Add missing sal/log.hxx headersGabor Kelemen20-0/+20
2018-07-31loplugin:returnconstant in editengNoel Grandin1-2/+4
2018-07-31uitest logger: log more eventsSaurav Chirania1-1/+21
2018-07-30loplugin:stringloop in sfx2..svxNoel Grandin2-10/+10
2018-07-16tdf#118681 make sure we're using the right font char mapCaolán McNamara1-2/+1
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin2-16/+16
2018-07-10tdf#118314 menubar: remove ShowImeStatusWindow in menubarsandreas kainz1-1/+0
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): starmathStephan Bergmann1-5/+5
2018-06-14menubar: update math menubar for better syncandreas kainz1-11/+17
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-8/+4
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-06-01tdf#87995 Missing setting for save thumbnail in settings.xml.Ilhan Yesil1-5/+21
2018-05-29weld SvxSwPosSizeTabPageCaolán McNamara1-4/+4
2018-05-24ofz#8490 stack exhaustionCaolán McNamara2-1/+12
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara2-109/+96
2018-05-23toolbar:id is not valid attribute of toolbar:toolbarChristian Lohmaier3-3/+3
2018-05-19ofz#8375 AbrtCaolán McNamara1-1/+2
2018-05-18ofz#8330 Abrt, fallout from rework to use bufferCaolán McNamara1-1/+1
2018-05-16ofz#8327 AbrtCaolán McNamara1-2/+2
2018-05-14ofz#8252 fallout from rework as OUStringBufferCaolán McNamara1-1/+2
2018-05-11Related: ofz#8226 + valgrind: uninitialized valueCaolán McNamara1-2/+2
2018-05-10ofz#8206 fix rework as OUStringBufferCaolán McNamara1-2/+2
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin2-2/+2
2018-05-09ofz#7816 oom due to too many little allocations in short period of timeCaolán McNamara5-360/+346
2018-05-05Fix typosAndrea Gelmini2-5/+5
2018-05-04weld SwOutlineTabDialogCaolán McNamara1-2/+2
2018-04-30hook up can-focus to ability to tab into the widgetCaolán McNamara1-1/+1
2018-04-30weld SmSymbolDialogCaolán McNamara4-311/+240
2018-04-30flip catalogdialog action area orientation to standardCaolán McNamara3-19/+23
2018-04-30flip math fontdialog action area orientation to standardCaolán McNamara1-5/+9
2018-04-29weld SmFontTypeDialogCaolán McNamara6-194/+192
2018-04-29weld SwEndNoteOptionPageCaolán McNamara1-1/+1
2018-04-28ofz#7861 fuzzer oomsCaolán McNamara3-151/+151
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2018-04-23weld SfxPrintOptionsDialogCaolán McNamara2-3/+3
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara7-82/+60
2018-04-14look for check buttons without underlinesCaolán McNamara2-0/+4
2018-04-14look for radio buttons without underlinesCaolán McNamara1-0/+3
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin2-3/+3
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-1/+1
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-3/+1
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-2/+1