summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
AgeCommit message (Expand)Author
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-02XubString->OUStringCaolán McNamara
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen
2012-07-17tubes: rearranged some lines for readability of codeEike Rathke
2012-07-17tubes: reintroduced handling of extending formats in ScViewFunc::EnterData()Eike Rathke
2012-07-17tubes: removed duplicated iterator initialization in ScViewFunc::EnterData()Eike Rathke
2012-07-17tubes: chain noddy serialize & de-serialize to partial docfunc re-impl.Michael Meeks
2012-07-17re-direct EnterData and turn it into many smaller ops.Michael Meeks
2012-07-17EnterData - remove un-necessary bRecord parameter for corner-caseMichael Meeks
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold
2012-06-25pass the ScRangeList directly to improve performance, fdo#49764Markus Mohrhard
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard
2012-01-09simplify CharClassCaolán McNamara
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard
2011-11-15translations of comments from german to english Committer: Winfried Donkers <...w.donkers
2011-11-11translation of german comments to english plus rename of define MAX_COL_HEIGHTWinfried Donkers
2011-11-10Fixed fdo#36247 mismatch between drawing layer and cell gridEike Rathke
2011-10-18WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist
2011-09-08make ScViewFunc::SetStyleSheetToMarked() work againEike Rathke
2011-08-26fdo#40378 compile defined names that had unresolveds during loadEike Rathke
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard
2011-08-25crash when modifying a defined name (and other places as well)Eike Rathke
2011-08-17cppcheck: reduced scope of variableTakeshi Abe
2011-08-10Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke
2011-07-05change from manual loop to ScMarkData::iteratorMarkus Mohrhard
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-05-25Paste link from another calc doc as external reference instead of DDE.Kohei Yoshida
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida
2011-05-04fdo#36849: Assume that the range list member may be NULL.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-05Removed the Insert() method; let's use insert() across the board.Kohei Yoshida
2011-03-05Removed SearchName() in favor of findByName().Kohei Yoshida
2011-03-02Remove bogus comments.Guillaume Poussel
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-15Remove this weird recalc level construct. Let's keep it simple.Kohei Yoshida
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-17Remove some dead code in 'view'Thomas Arnhold
2011-01-06fix build error, this is probably right I hopeCaolán McNamara
2011-01-06Feature: Formatting Duplicate cells: Conditional Formating.Muthu Subramanian K
2010-12-10Removed ScRangeList::at() in favor of operator[].Kohei Yoshida
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers