summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwptblformula.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:sequentialassign in linguistic..lotuswordproNoel Grandin2019-04-131-2/+1
* o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen2019-01-221-5/+4
* simpler to use a vectorCaolán McNamara2018-10-221-4/+4
* loplugin:useuniqueptr in LwpFormulaInfoNoel Grandin2018-09-261-25/+17
* loplugin:useuniqueptr in LwpFormulaInfoNoel Grandin2018-09-261-21/+9
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* loplugin:stringloop in lotuswordproNoel Grandin2018-07-281-6/+6
* Use for-range loops in lotuswordproJulien Nabet2018-03-301-3/+2
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-191-2/+1
* More loplugin:cstylecast: lotuswordproStephan Bergmann2018-01-121-3/+3
* loplugin:includeform: lotuswordproStephan Bergmann2017-10-231-1/+1
* WaE: C4702: unreachable codeTor Lillqvist2017-08-161-19/+8
* loplugin:constparams in lotuswordproNoel Grandin2017-08-011-1/+1
* loplugin:oncevar in l10ntools..mysqlcNoel Grandin2017-06-251-2/+1
* ofz#866 crash in LwpFormulaInfo::ReadArgumentsCaolán McNamara2017-03-141-2/+2
* improve scopingCaolán McNamara2017-03-141-5/+3
* ofz#836 fix leakCaolán McNamara2017-03-131-3/+3
* new loplugin: useuniqueptr: lotuswordproNoel Grandin2017-01-111-3/+3
* loplugin: unused return valuesNoel Grandin2016-01-181-12/+4
* loplugin:unusedmethods unused return value in lotuswordproNoel Grandin2016-01-151-22/+6
* crashtesting: these can happen with broken documentsCaolán McNamara2015-12-181-1/+1
* check all obj().get() casts with dynamic_castCaolán McNamara2015-12-121-1/+1
* guard against broken formula and bad lengthsCaolán McNamara2015-12-101-1/+16
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* remove pointless comments in lotuswordproNoel Grandin2015-07-171-143/+3
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-191-2/+1
* loplugin: cstylecastNoel Grandin2014-10-231-3/+3
* Fix memory leaks, by refcounting LwpObjectStephan Bergmann2014-06-061-1/+1
* lwp: remove using namespace std from headersThomas Arnhold2014-05-191-3/+3
* lotuswordpro: sal_Bool->boolNoel Grandin2014-04-231-21/+21
* lotuswordpro: prefer passing OUString by referenceNoel Grandin2014-03-171-1/+1
* Remove visual noise from lotuswordproAlexander Wilms2014-02-261-3/+0
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-2/+2
* drop some tools/string includesCaolán McNamara2013-10-201-0/+1
* convert String to OUString in lotuswordpro moduleNoel Grandin2013-10-011-38/+38
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* fix original intent of the lwp import codeCaolán McNamara2013-05-151-0/+4
* Fix warning: unused variable 'aFuncName' [loplugin]Tor Lillqvist2013-05-151-2/+0
* OUString::replaceAt() does not modify the OUStringTor Lillqvist2013-05-151-1/+1
* String.AppendAscii DropRicardo Montania2013-05-151-29/+13
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-30/+30
* reduce whitespaces between include and filenameThomas Arnhold2013-03-191-4/+4
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-22/+22
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-151-0/+4
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-251-1/+1
* ditch deprecated apiCaolán McNamara2011-08-231-35/+13
* Some cppcheck cleaningJulien Nabet2011-08-131-1/+1
* fix up endianness of lowhanging QuickReadsCaolán McNamara2011-05-221-4/+2
* can't correctly use auto_ptr on new[] allocated memoryCaolán McNamara2011-05-211-1/+3