summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/LotusWordProImportFilter.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-30Simplify Sequence iterations in lingucomponent..lotuswordproArkadiy Illarionov1-16/+10
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): lotuswordproStephan Bergmann1-1/+1
2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen1-1/+0
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-1/+1
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-06-25loplugin:oncevar in l10ntools..mysqlcNoel Grandin1-3/+2
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin1-16/+1
2017-03-02add lwp fuzzerCaolán McNamara1-3/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-9/+0
2016-01-22lotuswordpro: Clean after we use constructor featureMatúš Kukan1-30/+16
2016-01-21Clean upStephan Bergmann1-24/+6
2016-01-21-fsanitize=functionStephan Bergmann1-1/+2
2016-01-21tdf#74608 lotuswordpro: Constructor feature for LotusWordProImportFilterkripton1-0/+7
2015-11-06coverity#1338233 Uncaught exceptionCaolán McNamara1-1/+1
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin1-7/+7
2015-08-21add lwp to fftesterCaolán McNamara1-0/+7
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18lotuswordpro: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin1-2/+2
2014-04-14Remove unused codeStephan Bergmann1-170/+0
2014-03-06coverity#738679 Uninitialized scalar fieldCaolán McNamara1-1/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-8/+8
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-7/+7
2014-02-06Typo: formating -> formattingJulien Nabet1-1/+1
2014-02-02fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi1-18/+12
2013-12-10Drop duplicate #includeTakeshi Abe1-1/+0
2013-06-05fdo#46808, Convert some more XMultiServiceFactoryNoel Grandin1-3/+3
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-25/+13
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+3
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2012-12-11Remove (RTL_CONSTASCII_USTRINGPARAM from lotuswordproMarcos Paulo de Souza1-14/+12
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-7/+6
2011-06-13tidy indentCaolán McNamara1-4/+3
2011-06-05Unused private func 'LwpBulletStyleMgr::GetDivisionName'+perf check emptinessJulien Nabet1-1/+1
2011-04-11fix what there is to fixCaolán McNamara1-30/+17
2011-04-08fix typedetection for deep caseCaolán McNamara1-1/+1
2011-03-27WaE: unused variableDavid Tardon1-5/+5
2011-03-13convert tools type in lotuswordproNorbert Thiebaud1-3/+3
2011-02-16add copyright headersNoel Power1-0/+30
2010-11-25cppcheck: methods can be constCaolán McNamara1-1/+1
2010-10-16some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)Kenneth Venken1-1/+2
2010-10-13remove first chunk of lotuswordpro warningsCaolán McNamara1-28/+24