summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/unoobj/fmtuno.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#39468 Translate German commentsJens Carl2017-04-051-3/+3
* use actual UNO enums in scNoel Grandin2017-04-031-3/+3
* change int to enumJochen Nitschke2017-03-271-6/+7
* Add missing #includesStephan Bergmann2017-02-061-1/+1
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-46/+14
* use GRAM_API instead of GRAM_PODF_A1 in API contextEike Rathke2016-08-031-2/+2
* remove some manual refcounting in scNoel Grandin2016-06-081-22/+11
* convert SfxStyleFamily to scoped enumNoel Grandin2016-05-091-3/+3
* Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann2016-05-041-3/+3
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-27/+25
* sc: replace boost::bind with C++11 lambdaMichael Stahl2016-02-031-4/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-3/+3
* V801: Decreased performanceCaolán McNamara2015-03-061-6/+4
* Don't crash when nIndex < 0Matúš Kukan2014-12-231-1/+1
* sc: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-8/+8
* sc: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-151-25/+25
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-4/+4
* remove whitespaceMarkus Mohrhard2014-06-251-4/+0
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet2014-05-171-3/+3
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7Julien Nabet2014-05-081-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet2014-05-081-4/+4
* whitespace cleanup in scMarkus Mohrhard2014-04-061-16/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-41/+41
* Remove unneccessary commentsAlexander Wilms2014-02-231-8/+8
* sal_Bool->boolNoel Grandin2014-02-121-1/+1
* typo fixesAndras Timar2013-12-201-1/+1
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-121-11/+11
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-111-11/+11
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-111-11/+11
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin2013-10-081-37/+37
* convert sc/inc/fmtuno.hxx from String to OUStringNoel Grandin2013-10-041-10/+10
* iString to OUString in some calc core codeMarkus Mohrhard2013-09-071-6/+6
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* Mark as constTakeshi Abe2013-07-091-1/+1
* extract this functionality from the uno codeMarkus Mohrhard2013-06-291-0/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-42/+42
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-5/+5
* Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini2012-07-281-2/+2
* remove uno from oox cond format import codeMarkus Mohrhard2012-06-111-26/+3
* prepare cond format code for merge with color formatsMarkus Mohrhard2012-06-111-8/+12
* make color formats and conditional formats a sheet propertyMarkus Mohrhard2012-05-241-2/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-10/+10
* remove include of pch header from scNorbert Thiebaud2011-11-271-2/+0