summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/inputhdl.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-30sc: Spare an OUStringBuffer by replacing removeChars()Takeshi Abe1-13/+2
2018-06-28tdf#36867 - Undo autocapitalization when inserting a cell in CalcNickson Thanda1-9/+22
2018-06-26loplugin:useuniqueptr in ScFuncDescNoel Grandin1-4/+4
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti1-1/+11
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-05-01tdf#110740 Wrong formatting when cutting from the input lineMaxim Monastirsky1-1/+5
2018-04-27tdf#117017 Pasting into the formula bar shouldn't retain formattingMaxim Monastirsky1-0/+6
2018-04-17cppcheck: identicalInnerCondition in scJochen Nitschke1-4/+1
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-4/+6
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara1-1/+1
2018-02-26sc lok: Make the Validation "Invalid value." message box working.Jan Holesovsky1-2/+6
2018-02-22loplugin:redundantcastNoel Grandin1-2/+1
2018-02-22ColorData->Color in scNoel Grandin1-5/+5
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-1/+1
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-1/+1
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-3/+3
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin1-1/+1
2017-12-15sal_uIntPtr/sal_uLong->void* in Popover idsNoel Grandin1-4/+4
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-8/+6
2017-11-04lok: temporary workaround: disable formula mode for onlineMarco Cecchetti1-0/+12
2017-10-23loplugin:includeform: scStephan Bergmann1-27/+27
2017-10-19Resolves: tdf#113179 merge language attributes early, tdf#108795 follow-upEike Rathke1-4/+12
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti1-0/+4
2017-09-27Resolves: tdf#112523 do not use anything Ascii in UI contextEike Rathke1-1/+1
2017-09-14improve redundantcast lopluginNoel Grandin1-1/+1
2017-08-25loplugin:useuniqueptr in scNoel Grandin1-27/+15
2017-08-24Resolves: tdf#108795 merge table EditEngine language attributes to input lineEike Rathke1-0/+8
2017-08-24loplugin:constparam in sc part4Noel Grandin1-7/+7
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-14use more OUString::operator== in scNoel Grandin1-2/+2
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke1-0/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+2
2017-06-08Add '~' reference union/list operator to range finder delimitersEike Rathke1-1/+1
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-2/+1
2017-05-11lok: sc: notify cell cursor position to address control in clientMarco Cecchetti1-7/+14
2017-05-05Use std::unique_ptr for these guys.Kohei Yoshida1-8/+5
2017-04-28loplugin:salunicodeliteral: scStephan Bergmann1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-19Resolves: tdf#90799 generate absolute sheet for pointer-selected referencesEike Rathke1-2/+4
2017-04-06tdf#39468 Translate German commentsJens Carl1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-8/+8
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-7/+7
2017-03-03Fix typosAndrea Gelmini1-3/+3
2017-02-16convert ScPasteFlags to o3tl::typed_flagsNoel Grandin1-2/+2
2017-02-15tdf#100726 Improved readability in sc directoryFakabbir Amin1-6/+2
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-1/+1
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin1-5/+2