summaryrefslogtreecommitdiff
path: root/filter/source/flash
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: filterStephan Bergmann1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist3-3/+3
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin1-7/+7
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-12/+5
2017-07-27loplugin:constparams in filterNoel Grandin5-25/+25
2017-07-21migrate to boost::gettextCaolán McNamara2-2/+0
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-2/+2
2017-06-23loplugin:oncevar filter..formsNoel Grandin1-4/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-29remove STR and VAL methodsNoel Grandin2-18/+8
2017-05-19includes cleanup after loplugin runs in filter/Jochen Nitschke3-7/+0
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin2-45/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock2-4/+4
2017-05-07tdf#43157: convert filter module away from OSL_ASSERT to assertChris Sherlock2-4/+4
2017-05-03loplugin:checkunusedparams in filterNoel Grandin3-3/+3
2017-04-15Fix typosAndrea Gelmini1-1/+1
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna5-25/+25
2017-03-11Fix typosAndrea Gelmini1-1/+1
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-2/+1
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-52/+27
2017-01-21cppcheck: funcArgOrderDifferentJochen Nitschke2-11/+8
2017-01-19New loplugin:dynexcspec: Add @throws documentation, filterStephan Bergmann1-0/+6
2017-01-09New loplugin:externvar: filterStephan Bergmann1-1/+1
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-4/+4
2016-12-06Change Read/Write access to Scoped Read/Write accessMark Page1-7/+3
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-3/+3
2016-11-16new loplugin finalprotectedNoel Grandin1-2/+0
2016-11-11loplugin:countusersofdefaultparams in editeng..rscNoel Grandin2-3/+3
2016-10-26The default std::less<sal_uInt16> is fineTakeshi Abe2-12/+2
2016-10-24Simplify code furtherStephan Bergmann1-3/+1
2016-10-24fixes for >>= with rhs AnyJochen Nitschke1-5/+2
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara1-1/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin2-4/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2-2/+2
2016-09-15Make OGenericUnoDialog::destoryDialog non-virtualStephan Bergmann1-4/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-09-05convert GradientStyle to scoped enumNoel Grandin2-14/+14
2016-07-27improve passstuffbyref return analysisNoel Grandin2-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-4/+4
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-06-17Remove the "using namespace std" from filterMark Page4-23/+19
2016-06-13loplugin:sallogareasStephan Bergmann1-2/+2
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-2/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl3-12/+12
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-1/+1
2016-05-30Convert FontRelief to scoped enumNoel Grandin1-3/+3
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin2-13/+0