summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun4.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-2/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-1/+5
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-27Simplify ScViewFunc::DoThesaurus() with ScCellValue.Kohei Yoshida1-42/+27
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-19sal_Bool->boolNoel Grandin1-19/+19
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida1-3/+6
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-3/+3
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-7/+7
2013-10-04convert sc/../viewfunc.hxx from String to OUStringNoel Grandin1-3/+3
2013-09-04String to OUStringThomas Arnhold1-1/+1
2013-08-20fdo#53032 - Use the right mark area to undo paste of RTF.Michael Meeks1-4/+4
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-3/+3
2013-04-10coverity#1000602: fix check for null pointerMarkus Mohrhard1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28More on replacing ScBaseCell.Kohei Yoshida1-2/+1
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida1-57/+48
2013-03-26More on ScCellIterator usage migration.Kohei Yoshida1-21/+20
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida1-2/+2
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-3/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida1-3/+3
2013-02-16coverity: fix memory leakMarkus Mohrhard1-4/+2
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-10/+10
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-1/+1
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida1-3/+3
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-30More cppcheck cleaning in scJulien Nabet1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-17EnterData - remove un-necessary bRecord parameter for corner-caseMichael Meeks1-2/+6
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-09remove dead codeThomas Arnhold1-6/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-03-22removed duplicate includes in scTakeshi Abe1-1/+0
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard1-2/+2
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-09-12ScPateUndo cleaned up.Kohei Yoshida1-3/+3
2011-07-05change from manual loop to ScMarkData::iteratorMarkus Mohrhard1-39/+40
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-2/+2
2011-05-20adjust for return by ref instead of pointerCaolán McNamara1-3/+3