summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docfunc.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-04-11move ScProgress outside of ScTable::FillMarkus Mohrhard1-6/+35
2012-03-08some simplification in ScDocFunc::InsertTableMarkus Mohrhard1-3/+2
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard1-3/+3
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-4/+4
2012-02-15fdo#46070: Allow copying of adjacent cells via Fill Down/Up/Left/Right.Kohei Yoshida1-14/+86
2012-02-10changes to "convert detdata.cxx in SC module to boost:ptr_vector"Eike Rathke1-3/+3
2012-02-10convert detdata.cxx in SC module to boost:ptr_vectorNoel Grandin1-1/+1
2012-02-07ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida1-4/+4
2012-01-30refactor ConvertLineEndCaolán McNamara1-2/+1
2012-01-11ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann1-2/+2
2012-01-09simplify CharClassCaolán McNamara1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard1-5/+5
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard1-3/+3
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard1-0/+25
2011-11-10ScRangeData aName to OUStringLaurent Godard1-1/+1
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-5/+4
2011-11-06callcatcher: update and remove some more unused methodsCaolán McNamara1-28/+0
2011-10-26add uno part for local range namesMarkus Mohrhard1-4/+9
2011-10-26add local range names to ScDocFuncMarkus Mohrhard1-6/+17
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+10
2011-09-12Some attempts to remove the 8-param variant of PostPaint().Kohei Yoshida1-2/+2
2011-09-11fix fdo#40590 stop abusing regular string token for XML importEike Rathke1-2/+2
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard1-5/+5
2011-08-30More string conversion around ScDocumentLoader.Kohei Yoshida1-5/+6
2011-08-26String to rtl::OUString.Kohei Yoshida1-5/+5
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard1-5/+5
2011-08-25crash when modifying a defined name (and other places as well)Eike Rathke1-1/+0
2011-07-05yet more iterator->const_iteratorCaolán McNamara1-4/+4
2011-07-05some warning clean-upMarkus Mohrhard1-5/+4
2011-07-05change remaining manual loops to ScMarkData::iteratorMarkus Mohrhard1-333/+322
2011-06-15add local range names to ScNamePasteDlgMarkus Mohrhard1-5/+19
2011-06-11Some cppcheck cleaningJulien Nabet1-2/+2
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-7/+7
2011-05-24fix for fdo#37548: InsertNames->InsertAll doesn't insert anythingMarkus Mohrhard1-1/+1
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida1-6/+3
2011-04-26n#689442: Don't forget to create undo object for normal merging.Kohei Yoshida1-9/+6
2011-03-21Fix seg faults on sheet deletion.Kohei Yoshida1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-422/+427
2011-03-15Implement undo and redo for real.Kohei Yoshida1-3/+1
2011-03-15Added skeleton for undo of all range names, global and local.Kohei Yoshida1-4/+12
2011-03-15Implement ModifyAllRangeNames(), minus undo.Kohei Yoshida1-0/+19
2011-03-15Store all range names from the dialog to the document.Kohei Yoshida1-0/+4
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-422/+427
2011-03-05Removed the Insert() method; let's use insert() across the board.Kohei Yoshida1-1/+1
2011-03-05More on adjusting for ScRangeName's new API.Kohei Yoshida1-13/+9
2011-03-05Identified and tagged all places where I need to modify.Kohei Yoshida1-1/+4
2011-03-05Removed SearchName() in favor of findByName().Kohei Yoshida1-7/+6
2011-03-02Actually this will just do....Kohei Yoshida1-2/+1