summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun6.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen1-39/+8
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-1/+1
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-0/+1
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida1-1/+1
2011-03-14Various fixes for build breakages, for sc.Kohei Yoshida1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-9/+9
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-8/+8
2010-12-21Removed ScSharedTokenRef and replaced it with ScTokenRef.Kohei Yoshida1-3/+3
2010-12-17When inserting current date/time, set cell format only when necessary.Kohei Yoshida1-1/+8
2010-12-10Removed ScRangeList::at() in favor of operator[].Kohei Yoshida1-2/+2
2010-12-09Suppressed compiler warnings.Kohei Yoshida1-1/+1
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers1-6/+11
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-04Ported calc-insert-current-time-sc.diff from ooo-build.Kohei Yoshida1-0/+26
2010-09-16calc-jump-on-formula-ref-sc.diff: MigratedKohei Yoshida1-0/+137