summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun6.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: scStephan Bergmann1-20/+20
2017-08-29loplugin:constparam in sc part8Noel Grandin1-1/+1
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-7/+7
2017-02-20use SvNumberformat::GetMaskedType()Eike Rathke1-1/+1
2017-01-17LOK: Calc: notes: on edit mode starts/ends: missing tiles invalidationMarco Cecchetti1-0/+2
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+2
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1
2016-07-05Resolves: tdf#100761 after insert note, focus cannot return to inputbarCaolán McNamara1-3/+3
2016-05-12if we can't use assert() as intended then use SAL_WARN()Eike Rathke1-4/+4
2016-05-12Revert "Silence -Werror,-Wimplicit-fallthrough under NDEBUG"Eike Rathke1-5/+8
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-8/+5
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-2/+2
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl1-1/+1
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-2/+2
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-26/+26
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-2/+2
2014-10-09InsertCurrentTime: in input mode inherit matching format if setEike Rathke1-7/+17
2014-10-01fdo#82577: Handle TimeNoel Grandin1-3/+3
2014-08-25nitpick no need for an extra indentation levelEike Rathke1-25/+23
2014-08-22treat datetime as handledEike Rathke1-0/+3
2014-08-22current date/time hotkey inserts also if cell is in input or edit modeEike Rathke1-110/+164
2014-08-22InsertCurrentTime: don't fiddle with the cell while editingEike Rathke1-0/+6
2014-08-20update input bar with new valueEike Rathke1-0/+2
2014-08-20refine current date/time hotkey handlingEike Rathke1-14/+73
2014-08-20Wa: C4701: potentially uninitialized local variable 'fVal' usedTor Lillqvist1-1/+1
2014-08-19more flexible handling of current date/time hotkeysEike Rathke1-12/+55
2014-08-19a date is a date, without timeEike Rathke1-8/+24
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-45/+45
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2013-12-20typo fixesAndras Timar1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-2/+2
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-1/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-2/+2
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-5/+3
2013-07-24More of the same.Kohei Yoshida1-4/+4
2013-06-27Resolves: #i121008# corrected calc cell comment stuffArmin Le Grand1-1/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-4/+4
2013-04-13Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.Kohei Yoshida1-4/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+0
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida1-1/+1
2013-02-24Translate German commentsThomas Arnhold1-7/+4
2013-02-16coverity: variable values is unusedMarkus Mohrhard1-3/+2
2012-12-04fix problem with captions inserted at problematic zoom levelsNoel Power1-0/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14