summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewutil.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-07Resolves: tdf#113805 insert special character fails in insert footnote...Caolán McNamara1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-08-29loplugin:constparam in sc part8Noel Grandin1-5/+5
2017-07-25loplugin:unusedfields in scNoel Grandin1-12/+2
2017-07-14use more OUString::operator== in scNoel Grandin1-2/+2
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-04-23tdf#104610 Always enabled no-width break formatting marksYousuf Philips1-2/+0
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-14/+11
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-1/+4
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-1/+2
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl1-1/+1
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-1/+1
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-28com::sun::star->css in scNoel Grandin1-9/+9
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-2/+2
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-05-01coverity#1296292 merge these two enum typesCaolán McNamara1-7/+7
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-6/+6
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-05-09Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2
2014-05-09Start with the mode lineTakeshi Abe1-0/+1
2014-04-10coverity#708112 Uninitialized scalar fieldCaolán McNamara1-0/+4
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-19sal_Bool->boolNoel Grandin1-8/+7
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-1/+1
2013-09-19convert sc/source/ui/inc/viewutil.hxx from String to OUStringNoel Grandin1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-12/+12
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida1-1/+1
2013-03-19Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida1-0/+1
2013-03-15Create skeleton accessors for cell text script types.Kohei Yoshida1-1/+1
2013-02-24Translate German commentsThomas Arnhold1-10/+4
2013-02-16coverity: fix memory leakMarkus Mohrhard1-0/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-07-11Replaced deprecated tools/String with OUString in sc/../chgvisetSören Möller1-1/+1
2012-02-03GetDescription() now deals with rtl::OUString.Kohei Yoshida1-4/+7
2012-02-03String to rtl::OUString.Kohei Yoshida1-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-07-05change from manual loop to ScMarkData::iteratorMarkus Mohrhard1-14/+14