summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh3.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-18boost->stdCaolán McNamara1-10/+10
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-10/+10
2015-09-17boost->stdCaolán McNamara1-10/+10
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-19tdf#39468 clean-up/translated german comments in auditsh.cxx and cellsh*.cxxAlbert Thuswaldner1-6/+5
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-5/+5
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-5/+5
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2014-11-18fdo#86018 Don't do anything when clicked on placeholder in statusbarSamuel Mehrbrodt1-3/+0
2014-10-28loplugin: cstylecastNoel Grandin1-13/+13
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-5/+5
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-3/+3
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-12Avoid possible memory leaks in case of exceptionsTakeshi Abe1-25/+20
2014-04-23sc: sal_Bool->boolNoel Grandin1-6/+6
2014-04-06whitespace cleanup in scMarkus Mohrhard1-8/+0
2014-03-06convert calc autoformat dialog to .uiCaolán McNamara1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-02-19sal_Bool->boolNoel Grandin1-1/+1
2014-02-19sal_Bool->boolNoel Grandin1-1/+1
2014-02-05convert scenario dialog to .uiCaolán McNamara1-1/+1
2014-01-28bool improvementsStephan Bergmann1-8/+8
2013-12-20convert row/col height/width dialogs to .uiCaolán McNamara1-37/+22
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-9/+9
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida1-1/+4
2013-05-20Resolves: #i122141# introduce missing Char Font dialog SlotOliver-Rainer Wittmann1-0/+4
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-0/+8
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-04-03convert calc format cells dialog to .ui formatCaolán McNamara1-2/+1
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-2/+2
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-2/+1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-02-16coverity: fix memory leakMarkus Mohrhard1-0/+2
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-1/+1
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák1-0/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-22accelerate shape import & export by more sensible XInterface handling.Michael Meeks1-3/+0
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan1-2/+1
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan1-1/+1