summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun2.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-16fix for fdo#53031Manal Alhassoun1-0/+1
2013-04-16fdo#63290 - UI: Goal Seek - incorrect term "current cell"Joren De Cuyper1-7/+5
2013-04-10fdo#51615: Further tweaks in the jumping to the next cell.Jan Holesovsky1-8/+26
2013-04-10fdo#51615 replace button in Find&Replace Dialog not search for the next itemJoren De Cuyper1-0/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-29/+27
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28More on replacing ScBaseCell.Kohei Yoshida1-5/+5
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida1-3/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2013-03-09group undo action when hiding/showing sheetsLaurent Godard1-25/+46
2013-02-16coverity: fix memory leakMarkus Mohrhard1-0/+3
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-2/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-24/+15
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-6/+6
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-3/+3
2012-08-09fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard1-2/+2
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
2012-07-23-Werror=unused-parameterStephan Bergmann1-1/+1
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen1-4/+0
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold1-4/+0
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-2/+2
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-4/+3
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-2/+2
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara1-13/+0
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard1-1/+1
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-1/+1
2012-03-22removed duplicate includes in scTakeshi Abe1-4/+0
2012-02-15fdo#46070: Allow copying of adjacent cells via Fill Down/Up/Left/Right.Kohei Yoshida1-2/+2
2012-01-19Fix a crash when copying a sheet with drawing obj to a new document.Kohei Yoshida1-1/+11
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+2
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden1-1/+0
2011-12-19Copy absolute sheet refs between different docs: Part IVMarkus Mohrhard1-0/+5
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-4/+5
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+4
2011-09-19sal_True to true.Kohei Yoshida1-2/+2
2011-09-19Store previously selected tables in std::set.Kohei Yoshida1-19/+16
2011-09-19A little cleanup.Kohei Yoshida1-15/+11
2011-09-19Let's avoid modifying the selection data during search and replace.Kohei Yoshida1-4/+13
2011-08-29More on String to rtl::OUString.Kohei Yoshida1-2/+3
2011-08-26String to rtl::OUString.Kohei Yoshida1-17/+17
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard1-1/+1
2011-07-05yet more iterator->const_iteratorCaolán McNamara1-1/+1
2011-07-05change from manual loop to ScMarkData::iteratorMarkus Mohrhard1-99/+88
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-41/+60
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard1-1/+44
2011-05-27some performance improvements for inserting sheetsMarkus Mohrhard1-4/+1