summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun2.cxx
AgeCommit message (Expand)Author
2014-04-13fdo#75970: Let's do it in a straightforward fashion.Kohei Yoshida
2014-01-15fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-15Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara
2013-10-15fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet
2013-10-11Simplify string literal concatenationsStephan Bergmann
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/../viewfunc.hxx from String to OUStringNoel Grandin
2013-10-02remove some UniString::GetBufferCaolán McNamara
2013-09-20fdo#39881 change Find All behaviour in CalcMatúš Kukan
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-06-07only reset marked area when using find/replace all, fdo#53106Markus Mohrhard
2013-05-16fix for fdo#53031Manal Alhassoun
2013-04-16fdo#63290 - UI: Goal Seek - incorrect term "current cell"Joren De Cuyper
2013-04-10fdo#51615: Further tweaks in the jumping to the next cell.Jan Holesovsky
2013-04-10fdo#51615 replace button in Find&Replace Dialog not search for the next itemJoren De Cuyper
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28More on replacing ScBaseCell.Kohei Yoshida
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-09group undo action when hiding/showing sheetsLaurent Godard
2013-02-16coverity: fix memory leakMarkus Mohrhard
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-08-09fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
2012-07-25delete svl/svstdarr.hxxMichael Stahl
2012-07-23-Werror=unused-parameterStephan Bergmann
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard
2012-03-22removed duplicate includes in scTakeshi Abe
2012-02-15fdo#46070: Allow copying of adjacent cells via Fill Down/Up/Left/Right.Kohei Yoshida
2012-01-19Fix a crash when copying a sheet with drawing obj to a new document.Kohei Yoshida
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden