summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
AgeCommit message (Expand)Author
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-06-04make CreateStyleFamilies return std::unique_ptrNoel Grandin
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti
2018-05-31Initial steps to make also Calc usable from Automation clientsTor Lillqvist
2018-05-28sc: simplify ScModule::GetClipDocHenry Castro
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-05-09sc: prefix members of ScModuleHenry Castro
2018-05-08sc: prefix members of ScDrawTransferObjHenry Castro
2018-05-08sc: prefix members of ScTransferObjHenry Castro
2018-05-01tdf#110740 Wrong formatting when cutting from the input lineMaxim Monastirsky
2018-04-27tdf#117017 Pasting into the formula bar shouldn't retain formattingMaxim Monastirsky
2018-04-26tdf#57000 Add a context menu to the formula bar input fieldMaxim Monastirsky
2018-04-26Also blacklist CommandEventId::LongPressMaxim Monastirsky
2018-04-26sc: Fix menubar auto-accelerator behavior under gtk2Maxim Monastirsky
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-04-18tdf#42949 Remove unnecessary helpids.h from sc.hrcGabor Kelemen
2018-04-17tdf#117017 Make modifier keys not trigger the InputChanged handlerMaxim Monastirsky
2018-04-17cppcheck: identicalInnerCondition in scJochen Nitschke
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-04-10loplugin:useuniqueptr in ScDrawTransferObjNoel Grandin
2018-04-09GetLineEnds: Use SdrObject& instead of pointersArmin Le Grand
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-16lokdialog: do not lock events when opened ScFilter DialogHenry Castro
2018-03-13SDI: don't #define/#undef names of actual classes for slot headersMike Kaganski
2018-03-07use more Color in scNoel Grandin
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke
2018-02-26sc lok: Make the Validation "Invalid value." message box working.Jan Holesovsky
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-22loplugin:redundantcastNoel Grandin
2018-02-22ColorData->Color in scNoel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2018-02-12Disable lok_preload_hooks when not dynamically loading.Michael Meeks
2018-02-11lok: allow libraries to pre-init themselves.Michael Meeks
2018-02-07tdf#115020: Cutting a large dataset is very slow since 6.1.0.0.alpha0+Henry Castro
2018-02-03TypedWhichId in scNoel Grandin
2018-01-17Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecast: scStephan Bergmann