summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/fmtuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-3/+3
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-27/+25
2016-02-03sc: replace boost::bind with C++11 lambdaMichael Stahl1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-03-06V801: Decreased performanceCaolán McNamara1-6/+4
2014-12-23Don't crash when nIndex < 0Matúš Kukan1-1/+1
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+8
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-25/+25
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-4/+4
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-3/+3
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet1-1/+1
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet1-4/+4
2014-04-06whitespace cleanup in scMarkus Mohrhard1-16/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-41/+41
2014-02-23Remove unneccessary commentsAlexander Wilms1-8/+8
2014-02-12sal_Bool->boolNoel Grandin1-1/+1
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-11/+11
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-11/+11
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-11/+11
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-37/+37
2013-10-04convert sc/inc/fmtuno.hxx from String to OUStringNoel Grandin1-10/+10
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-6/+6
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-09Mark as constTakeshi Abe1-1/+1
2013-06-29extract this functionality from the uno codeMarkus Mohrhard1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-42/+42
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-5/+5
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini1-2/+2
2012-06-11remove uno from oox cond format import codeMarkus Mohrhard1-26/+3
2012-06-11prepare cond format code for merge with color formatsMarkus Mohrhard1-8/+12
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-10/+10
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-06-03WaE: even on 32bit an signed 32bit larger than size_tCaolán McNamara1-1/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-2/+1
2011-05-17Fix index out of bounds in ScTableConditionalFormat.Rafael Dominguez1-1/+1
2011-04-04use rtl::Static where double-locked pattern usedCaolán McNamara1-24/+13
2011-03-14More on build errors and warnings.Kohei Yoshida1-10/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-50/+21
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-03-02Removed dead codeTakeshi Abe1-2/+0