summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-09-20Resolves: tdf#119954 do not copy the old parent, init with new parent insteadEike Rathke2-4/+5
2018-09-20weld header/footer SingleTabDialogCaolán McNamara1-16/+16
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann4-21/+21
2018-09-19Removed duplicated includeAndrea Gelmini1-1/+0
2018-09-19Avoid unused function in the !HAVE_FEATURE_SCRIPTING caseTor Lillqvist1-0/+4
2018-09-19tdf#113235 - new attempt: More useful description for Calc option "Use legacyCor Nouws1-1/+1
2018-09-18weld ScParagraphDlgCaolán McNamara7-33/+127
2018-09-18sc: Begin with upper case for labels of Number TransformationTakeshi Abe1-1/+1
2018-09-18executeAction("BACKSPACE") doesn't do anythingCaolán McNamara1-3/+0
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin6-126/+5
2018-09-18weld ScCharDlgCaolán McNamara11-46/+121
2018-09-18Don't prematurely cast to sal_uInt8, to avoid UBStephan Bergmann1-1/+1
2018-09-17NB sync draw shapes between appsandreas kainz1-25/+25
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen82-104/+152
2018-09-17Fix typoAndrea Gelmini1-1/+1
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara16-45/+45
2018-09-17loplugin:staticconstfield improvementsNoel Grandin2-2/+2
2018-09-17oovbaapi: hack Excel / OptionButton compatibility into Button for now.Michael Meeks6-20/+72
2018-09-17add image support to weld::ComboBoxTextCaolán McNamara1-1/+1
2018-09-17cppcheck: variableScope in scJochen Nitschke12-36/+21
2018-09-17New loplugin:externalStephan Bergmann53-99/+99
2018-09-16uitest for bug tdf#105544Zdeněk Crhonek3-7/+64
2018-09-16uitest for bug tdf#116996Zdeněk Crhonek1-0/+65
2018-09-14tdf#119841 Crash when pasting an HTML table from a web pageNoel Grandin2-18/+24
2018-09-14weld SvxCharNamePageCaolán McNamara2-10/+10
2018-09-14Remove MSVC workaround from 2002Stephan Bergmann1-3/+2
2018-09-14Fix typo in codeAndrea Gelmini1-7/+7
2018-09-13add GetDialogExampleSet rather than guess at itCaolán McNamara2-15/+13
2018-09-13More temp copies of test docs in Python/UITestsStephan Bergmann1-2/+4
2018-09-13tdf#119671 - UI: Add "Calculate All" to menu "Data\Calculate"heiko tietze1-0/+2
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen2-0/+2
2018-09-13loplugin:useuniqueptr in lcl_DoDragCellsNoel Grandin1-4/+2
2018-09-12loplugin:useuniqueptr in ScInterpreterNoel Grandin3-25/+8
2018-09-12loplugin:useuniqueptr in ScMyValidationsContainer::WriteMessageNoel Grandin1-4/+3
2018-09-12loplugin:useuniqueptr in ScFormatFilterNoel Grandin5-12/+12
2018-09-12tdf#119793 Crash on redo of rectangle movement and textNoel Grandin1-4/+4
2018-09-11tdf#119305 Chart created from fully selected sheet only targets header rowNoel Grandin1-1/+3
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen84-50/+132
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann1-3/+3
2018-09-11loplugin:unusedfieldsNoel Grandin2-2/+1
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin2-2/+2
2018-09-10a11y: Fix multiple instances of duplicate mnemonicsKatarina Behrens1-1/+1
2018-09-10weld SvxCaptionTabDialogCaolán McNamara1-1/+1
2018-09-10Generate UNO exception classes as SAL_WARN_UNUSEDStephan Bergmann1-3/+2
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2-0/+2
2018-09-10loplugin:simplifyconstruct in scNoel Grandin93-378/+49
2018-09-10tdf#45904 Move _XMergeable Java Tests to C++Rahul Gurung3-0/+15
2018-09-10tdf#45904 Move _XChild Java tests to C++Rahul Gurung1-1/+7
2018-09-09weld SvxAreaTabDialogCaolán McNamara1-1/+2
2018-09-09Avoid getTokenCount()Matteo Casalin1-6/+11