summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docfunc.cxx
AgeCommit message (Expand)Author
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard
2011-11-10ScRangeData aName to OUStringLaurent Godard
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-11-06callcatcher: update and remove some more unused methodsCaolán McNamara
2011-10-26add uno part for local range namesMarkus Mohrhard
2011-10-26add local range names to ScDocFuncMarkus Mohrhard
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-12Some attempts to remove the 8-param variant of PostPaint().Kohei Yoshida
2011-09-11fix fdo#40590 stop abusing regular string token for XML importEike Rathke
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard
2011-08-30More string conversion around ScDocumentLoader.Kohei Yoshida
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard
2011-08-25crash when modifying a defined name (and other places as well)Eike Rathke
2011-07-05yet more iterator->const_iteratorCaolán McNamara
2011-07-05some warning clean-upMarkus Mohrhard
2011-07-05change remaining manual loops to ScMarkData::iteratorMarkus Mohrhard
2011-06-15add local range names to ScNamePasteDlgMarkus Mohrhard
2011-06-11Some cppcheck cleaningJulien Nabet
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-05-24fix for fdo#37548: InsertNames->InsertAll doesn't insert anythingMarkus Mohrhard
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida
2011-04-26n#689442: Don't forget to create undo object for normal merging.Kohei Yoshida
2011-03-21Fix seg faults on sheet deletion.Kohei Yoshida
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-15Implement undo and redo for real.Kohei Yoshida
2011-03-15Added skeleton for undo of all range names, global and local.Kohei Yoshida
2011-03-15Implement ModifyAllRangeNames(), minus undo.Kohei Yoshida
2011-03-15Store all range names from the dialog to the document.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-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-05Removed SearchName() in favor of findByName().Kohei Yoshida
2011-03-02Actually this will just do....Kohei Yoshida
2011-03-02Fixed the "jump to precedents" and "jump to dependents" functions.Kohei Yoshida
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-01Remove bogus comments.Guillaume Poussel
2011-02-15Remove this weird recalc level construct. Let's keep it simple.Kohei Yoshida
2011-02-11Cleaned up RowHidden() and ColHidden() calls.Kohei Yoshida
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner
2011-01-28Replace SvShorts with std::vectorNigel Hawkins
2011-01-28undoapi: pulled and merged DEV300.m98Frank Schoenheit [fs]
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-17Remove some dead codeThomas Arnhold