summaryrefslogtreecommitdiff
path: root/filter/source/config/cache
AgeCommit message (Expand)AuthorFilesLines
2016-10-03Fix typosAndrea Gelmini9-16/+16
2016-09-19loplugin:unusedenumvaluesNoel Grandin1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann7-7/+7
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-04Rewrite fix for tdf#99353 in way that doesn't trigger loplugin:passstuffbyrefStephan Bergmann1-34/+39
2016-05-03-Werror,-Wpessimizing-moveStephan Bergmann1-1/+1
2016-05-03loplugin:passstuffbyrefStephan Bergmann2-2/+2
2016-05-03use unique_ptrDavid Tardon4-12/+14
2016-05-03drop obsolete commentDavid Tardon1-2/+0
2016-05-03tdf#99353 take the footgun away from FilterCacheDavid Tardon2-2/+2
2016-04-21Fix typosAndrea Gelmini1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-6/+6
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+2
2016-04-12Avoid reserved identifiersStephan Bergmann7-44/+44
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan2-6/+3
2016-02-09Remove excess newlinesChris Sherlock20-209/+0
2016-02-09tdf#88205 Delete 'css::uno::Sequence' in filterkerem5-10/+5
2016-02-05Fix typosAndrea Gelmini5-10/+10
2016-01-31unnecessary use of OUString constructorNoel Grandin1-4/+4
2016-01-27Replace salhelper::SingletonRef with rtl::StaticStephan Bergmann7-60/+54
2016-01-12comphelper: initial SfxFilterFlags::SUPPORTSSIGNINGMiklos Vajna2-0/+7
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2016-01-10Fix typosAndrea Gelmini1-3/+3
2015-12-23loplugin:unusedfields in filterNoel Grandin2-9/+4
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-6/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin5-14/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-9/+9
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin2-5/+5
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin1-3/+3
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin3-9/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-50/+50
2015-10-11ignore orcus::sax::malformed_xml_error etc tooCaolán McNamara1-8/+8
2015-10-08full fill mostly fulfillCaolán McNamara1-1/+1
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara7-7/+7
2015-10-03Fix typosAndrea Gelmini10-33/+33
2015-10-01com::sun::star->css in filter/Noel Grandin5-26/+26
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-2/+2
2015-08-19Replace utl::LocalFileHelper::IsLocalFile -> ...::IsFileUrlStephan Bergmann1-1/+1
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe7-16/+16
2015-08-05remove unused SfxFilterFlags valuesNoel Grandin2-28/+0
2015-07-31fix crash in writer, thanks to my new assert in typed_flags_setNoel Grandin4-88/+61
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos1-3/+3
2015-07-17loplugin:unusedmethods filterNoel Grandin1-17/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-0/+2
2015-07-08Fix typosAndrea Gelmini1-2/+2
2015-07-03Fix typosAndrea Gelmini3-4/+4
2015-06-22Fix typosAndrea Gelmini1-4/+4
2015-06-16Fix typosAndrea Gelmini1-1/+1