summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
AgeCommit message (Expand)Author
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power
2012-03-22removed duplicate includes in scTakeshi Abe
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-03remove debug statementMarkus Mohrhard
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard
2012-02-28Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida
2012-02-06I think it's time we had a real method for this...Kohei Yoshida
2012-02-04Fix 3 "Possible inefficient checking"Julien Nabet
2012-02-04No more ScStrCollection in pivot table code.Kohei Yoshida
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-11-23ManageNames: make pasting of multiple names working and fix crashMarkus Mohrhard
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus Mohrhard
2011-11-23ManageNames: make Define Name dialog work againMarkus Mohrhard
2011-11-23ManageNames: restructure the codeMarkus Mohrhard
2011-11-23Manage Names: add most logic to Define Name dialogMarkus Mohrhard
2011-11-23ManageNames: improve AddNames UI, no logic yetMarkus Mohrhard
2011-11-23ManageNames: add menu and dialog for Add NameMarkus Mohrhard
2011-11-17german comments translated to english On branch master Changes to be committe...Winfried Donkers
2011-11-08fdo#36100: show blink borders for cut like we do for copyMarkus Mohrhard
2011-09-12Moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class).Kohei Yoshida
2011-06-15add local range names to ScNamePasteDlgMarkus Mohrhard
2011-06-10fdo#33137: Prevent crash on pivot table with invalid database connection.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida
2011-04-01Added bits for subtotals to make use of anonymous db ranges.Kohei Yoshida
2011-03-30centralize caserotateCaolán McNamara
2011-03-23Prefer early return and reduce indent level.Kohei Yoshida
2011-03-23Extracted method for subtotals function.Kohei Yoshida
2011-03-23Detect error conditions during initial datapilot construction.Kohei Yoshida
2011-03-21FIX BUG 32559 - calcDózsa Bálint
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-05More on adjusting for ScRangeName's new API.Kohei Yoshida
2011-03-05Identified and tagged all places where I need to modify.Kohei Yoshida
2011-03-02Remove bogus comments.Guillaume Poussel
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-01Put all the other pieces into place.Kohei Yoshida
2011-03-01Initial change to display named range option in the source dialog.Kohei Yoshida
2011-03-01Used boost::scoped_ptr to manage instances.Kohei Yoshida
2011-03-01Extracted datapilot handling code into its own method.Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-17Remove some dead code in 'view'Thomas Arnhold
2010-11-02replace use RTL_CONSTASCII_USTRINGPARAMGert Faller
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth