summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/inputhdl.cxx
AgeCommit message (Expand)Author
2018-08-15Resolves: tdf#118609 crash in calc after some manipulation through basicCaolán McNamara
2018-08-08tdf#119128 toggle INSERT/OVERWRITE is brokenMaxim Monastirsky
2018-06-29tdf#36867 - Undo autocapitalization when inserting a cell in CalcNickson Thanda
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
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-17cppcheck: identicalInnerCondition in scJochen Nitschke
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara
2018-02-26sc lok: Make the Validation "Invalid value." message box working.Jan Holesovsky
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-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin
2017-12-15sal_uIntPtr/sal_uLong->void* in Popover idsNoel Grandin
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin
2017-11-04lok: temporary workaround: disable formula mode for onlineMarco Cecchetti
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-19Resolves: tdf#113179 merge language attributes early, tdf#108795 follow-upEike Rathke
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti
2017-09-27Resolves: tdf#112523 do not use anything Ascii in UI contextEike Rathke
2017-09-14improve redundantcast lopluginNoel Grandin
2017-08-25loplugin:useuniqueptr in scNoel Grandin
2017-08-24Resolves: tdf#108795 merge table EditEngine language attributes to input lineEike Rathke
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-08Add '~' reference union/list operator to range finder delimitersEike Rathke
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-05-11lok: sc: notify cell cursor position to address control in clientMarco Cecchetti
2017-05-05Use std::unique_ptr for these guys.Kohei Yoshida
2017-04-28loplugin:salunicodeliteral: scStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-19Resolves: tdf#90799 generate absolute sheet for pointer-selected referencesEike Rathke
2017-04-06tdf#39468 Translate German commentsJens Carl
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-03Fix typosAndrea Gelmini
2017-02-16convert ScPasteFlags to o3tl::typed_flagsNoel Grandin
2017-02-15tdf#100726 Improved readability in sc directoryFakabbir Amin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2017-01-17Add sensible timer handling for Calc inputJan-Marek Glogowski