summaryrefslogtreecommitdiff
path: root/sal/qa/osl/file/osl_File.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: salStephan Bergmann1-1/+1
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-2/+1
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-2/+2
2017-07-02loplugin:casttovoid: salStephan Bergmann1-2/+1
2017-05-29osl: qa test of %2F - for file URIs this is invalidChris Sherlock1-3/+16
2017-05-29remove some unnecessary OString constructor callsNoel Grandin1-1/+1
2017-05-27osl: remove LLA sigs, fix typos and convert to Doxygen commentChris Sherlock1-12/+13
2017-05-20tdf#107968 - double slash handling misleading; add unit testChris Sherlock1-0/+9
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann1-14/+14
2017-05-14osl: osl_File.cxx unit test formatting cleanupChris Sherlock1-31/+80
2017-05-13osl: osl_File.cxx indent fixesChris Sherlock1-51/+51
2017-05-13osl: final cleanup of sal_File.cxx unit testChris Sherlock1-2152/+2149
2017-05-13osl: osl_File.cxx header cleanupChris Sherlock1-2/+1
2017-05-13osl: osl_File.cxx qa test - remove osl namespace prefixesChris Sherlock1-658/+653
2017-05-13osl: osl_File.cxx qa file cleanupChris Sherlock1-403/+410
2017-05-13osl: file test - space between C comment token and start of commentChris Sherlock1-214/+214
2017-05-13osl: remove commented code from file testChris Sherlock1-31/+0
2017-05-13osl: remove extraneous comment cruft from test sourceChris Sherlock1-59/+53
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann1-109/+189
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin1-4/+1
2017-03-30remove type decorations on char literalsJochen Nitschke1-3/+3
2017-03-03Fix typosAndrea Gelmini1-3/+3
2017-03-03Fix typosAndrea Gelmini1-5/+5
2017-02-16remove unused Exist from oslCheckMode enumNoel Grandin1-5/+0
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-2/+2
2017-01-09New loplugin:externvar: salStephan Bergmann1-1/+1
2016-12-23tdf#97283: Merge sal osl tests to one makefileMatúš Kukan1-2/+0
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-03fix 32bit linux buildCaolán McNamara1-3/+3
2016-06-03CppunitTest_sal_osl_file: fix loplugin:cppunitassertequals warningsMiklos Vajna1-270/+270
2016-05-22Convert oslCheckMode to scoped enumNoel Grandin1-13/+13
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-9/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-03-29sal: re-enable most getSystemPathFromFileURL tests.Michael Meeks1-13/+22
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani1-4/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-17/+17
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-28/+28
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-10/+10
2015-11-02Resolve OSLTEST_DECLARE, OSLTEST_DECLARE_UTF8 macrosStephan Bergmann1-2/+2
2015-11-02loplugin:stringconstantNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-77/+77
2015-10-12cppcheck:variableScopeNoel Grandin1-20/+20
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-08-11new loplugin: defaultparamsNoel Grandin1-3/+3
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-8/+8