summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun4.cxx
AgeCommit message (Expand)Author
2015-01-26coverity#1266519 Use after freeCaolán McNamara
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida
2014-05-09Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-27Simplify ScViewFunc::DoThesaurus() with ScCellValue.Kohei Yoshida
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-19sal_Bool->boolNoel Grandin
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida
2013-10-18convert remaining String in SC to OUStringNoel Grandin
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-09-04String to OUStringThomas Arnhold
2013-08-20fdo#53032 - Use the right mark area to undo paste of RTF.Michael Meeks
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-04-10coverity#1000602: fix check for null pointerMarkus Mohrhard
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28More on replacing ScBaseCell.Kohei Yoshida
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida
2013-03-26More on ScCellIterator usage migration.Kohei Yoshida
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida
2013-02-16coverity: fix memory leakMarkus Mohrhard
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-12-30More cppcheck cleaning in scJulien Nabet
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-17EnterData - remove un-necessary bRecord parameter for corner-caseMichael Meeks
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-06-09remove dead codeThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann