summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptblformula.cxx
AgeCommit message (Expand)Author
2017-03-14ofz#866 crash in LwpFormulaInfo::ReadArgumentsCaolán McNamara
2017-03-14improve scopingCaolán McNamara
2017-03-13ofz#836 fix leakCaolán McNamara
2017-01-11new loplugin: useuniqueptr: lotuswordproNoel Grandin
2016-01-18loplugin: unused return valuesNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in lotuswordproNoel Grandin
2015-12-18crashtesting: these can happen with broken documentsCaolán McNamara
2015-12-12check all obj().get() casts with dynamic_castCaolán McNamara
2015-12-10guard against broken formula and bad lengthsCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-17remove pointless comments in lotuswordproNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn
2014-10-23loplugin: cstylecastNoel Grandin
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann
2014-05-19lwp: remove using namespace std from headersThomas Arnhold
2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin
2014-03-17lotuswordpro: prefer passing OUString by referenceNoel Grandin
2014-02-26Remove visual noise from lotuswordproAlexander Wilms
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-10-20drop some tools/string includesCaolán McNamara
2013-10-01convert String to OUString in lotuswordpro moduleNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-05-15fix original intent of the lwp import codeCaolán McNamara
2013-05-15Fix warning: unused variable 'aFuncName' [loplugin]Tor Lillqvist
2013-05-15OUString::replaceAt() does not modify the OUStringTor Lillqvist
2013-05-15String.AppendAscii DropRicardo Montania
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19reduce whitespaces between include and filenameThomas Arnhold
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-08-23ditch deprecated apiCaolán McNamara
2011-08-13Some cppcheck cleaningJulien Nabet
2011-05-22fix up endianness of lowhanging QuickReadsCaolán McNamara
2011-05-21can't correctly use auto_ptr on new[] allocated memoryCaolán McNamara
2011-03-13convert tools type in lotuswordproNorbert Thiebaud
2011-02-14throw out some warningsCaolán McNamara
2010-12-19cppcheck: prefer prefix formCaolán McNamara
2010-10-13remove first chunk of lotuswordpro warningsCaolán McNamara
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-08Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin