summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptblformula.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-22simpler to use a vectorCaolán McNamara1-4/+4
2018-09-26loplugin:useuniqueptr in LwpFormulaInfoNoel Grandin1-25/+17
2018-09-26loplugin:useuniqueptr in LwpFormulaInfoNoel Grandin1-21/+9
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-28loplugin:stringloop in lotuswordproNoel Grandin1-6/+6
2018-03-30Use for-range loops in lotuswordproJulien Nabet1-3/+2
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-2/+1
2018-01-12More loplugin:cstylecast: lotuswordproStephan Bergmann1-3/+3
2017-10-23loplugin:includeform: lotuswordproStephan Bergmann1-1/+1
2017-08-16WaE: C4702: unreachable codeTor Lillqvist1-19/+8
2017-08-01loplugin:constparams in lotuswordproNoel Grandin1-1/+1
2017-06-25loplugin:oncevar in l10ntools..mysqlcNoel Grandin1-2/+1
2017-03-14ofz#866 crash in LwpFormulaInfo::ReadArgumentsCaolán McNamara1-2/+2
2017-03-14improve scopingCaolán McNamara1-5/+3
2017-03-13ofz#836 fix leakCaolán McNamara1-3/+3
2017-01-11new loplugin: useuniqueptr: lotuswordproNoel Grandin1-3/+3
2016-01-18loplugin: unused return valuesNoel Grandin1-12/+4
2016-01-15loplugin:unusedmethods unused return value in lotuswordproNoel Grandin1-22/+6
2015-12-18crashtesting: these can happen with broken documentsCaolán McNamara1-1/+1
2015-12-12check all obj().get() casts with dynamic_castCaolán McNamara1-1/+1
2015-12-10guard against broken formula and bad lengthsCaolán McNamara1-1/+16
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-07-17remove pointless comments in lotuswordproNoel Grandin1-143/+3
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-10-23loplugin: cstylecastNoel Grandin1-3/+3
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann1-1/+1
2014-05-19lwp: remove using namespace std from headersThomas Arnhold1-3/+3
2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin1-21/+21
2014-03-17lotuswordpro: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-02-26Remove visual noise from lotuswordproAlexander Wilms1-3/+0
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-2/+2
2013-10-20drop some tools/string includesCaolán McNamara1-0/+1
2013-10-01convert String to OUString in lotuswordpro moduleNoel Grandin1-38/+38
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-05-15fix original intent of the lwp import codeCaolán McNamara1-0/+4
2013-05-15Fix warning: unused variable 'aFuncName' [loplugin]Tor Lillqvist1-2/+0
2013-05-15OUString::replaceAt() does not modify the OUStringTor Lillqvist1-1/+1
2013-05-15String.AppendAscii DropRicardo Montania1-29/+13
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-30/+30
2013-03-19reduce whitespaces between include and filenameThomas Arnhold1-4/+4
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-22/+22
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon1-0/+4
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-08-23ditch deprecated apiCaolán McNamara1-35/+13
2011-08-13Some cppcheck cleaningJulien Nabet1-1/+1
2011-05-22fix up endianness of lowhanging QuickReadsCaolán McNamara1-4/+2
2011-05-21can't correctly use auto_ptr on new[] allocated memoryCaolán McNamara1-1/+3
2011-03-13convert tools type in lotuswordproNorbert Thiebaud1-3/+3
2011-02-14throw out some warningsCaolán McNamara1-2/+2