summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewutil.cxx
AgeCommit message (Expand)Author
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-05-01coverity#1296292 merge these two enum typesCaolán McNamara
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-09Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-09Start with the mode lineTakeshi Abe
2014-04-10coverity#708112 Uninitialized scalar fieldCaolán McNamara
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-19sal_Bool->boolNoel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-09-19convert sc/source/ui/inc/viewutil.hxx from String to OUStringNoel Grandin
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-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida
2013-03-19Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida
2013-03-15Create skeleton accessors for cell text script types.Kohei Yoshida
2013-02-24Translate German commentsThomas Arnhold
2013-02-16coverity: fix memory leakMarkus Mohrhard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-22AllSettings with LanguageTagEike Rathke
2012-07-11Replaced deprecated tools/String with OUString in sc/../chgvisetSören Möller
2012-02-03GetDescription() now deals with rtl::OUString.Kohei Yoshida
2012-02-03String to rtl::OUString.Kohei Yoshida
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-07-05change from manual loop to ScMarkData::iteratorMarkus Mohrhard
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-18- Remove deprecated <tools/list.hxx> include.Rafael Dominguez
2011-01-24Remove OLD_SELECTION_PAINT.Thomas Arnhold
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-17Remove some dead code in 'view'Thomas Arnhold
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-01Finished removing //CHINA comments and odd dead code from sc/source/ui/*Luke Symes
2010-06-23koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387...obo