summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh3.cxx
AgeCommit message (Expand)Author
2016-06-01sc lok: Add new param to .uno:EnterString to prevent committingPranav Kant
2015-08-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2014-11-18fdo#86018 Don't do anything when clicked on placeholder in statusbarSamuel Mehrbrodt
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-12Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-06convert calc autoformat dialog to .uiCaolán McNamara
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2014-02-19sal_Bool->boolNoel Grandin
2014-02-05convert scenario dialog to .uiCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2013-12-20convert row/col height/width dialogs to .uiCaolán McNamara
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida
2013-05-20Resolves: #i122141# introduce missing Char Font dialog SlotOliver-Rainer Wittmann
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-03convert calc format cells dialog to .ui formatCaolán McNamara
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-16coverity: fix memory leakMarkus Mohrhard
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-22accelerate shape import & export by more sensible XInterface handling.Michael Meeks
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan
2012-07-17tubes: create TeleManager when starting Collaboration dialogMatúš Kukan
2012-07-17tubes: use new TeleManager::get() method without parameterMatúš Kukan
2012-07-17tubes: add File -> Collaborate menu entry to launch contacts widgetMatúš Kukan