summaryrefslogtreecommitdiff
path: root/svl/source/fsstor
AgeCommit message (Expand)AuthorFilesLines
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante1-2/+0
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher1-7/+6
2014-07-21coverity#707210 Uncaught exceptionCaolán McNamara1-11/+12
2014-07-21coverity#707209 Uncaught exceptionCaolán McNamara1-11/+10
2014-07-21coverity#707208 Uncaught exceptionCaolán McNamara1-10/+12
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-12/+8
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin1-4/+4
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet3-16/+16
2014-05-15fix-includes.pl: svlThomas Arnhold2-2/+2
2014-04-01Remove unused inline constructorStephan Bergmann1-11/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-77/+77
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2014-03-10svl: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-29/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann7-147/+147
2014-02-20svl: sal_Bool -> boolStephan Bergmann2-6/+6
2014-01-29bool improvementsStephan Bergmann2-2/+2
2014-01-28bool improvementsStephan Bergmann2-2/+2
2014-01-21bool improvementsStephan Bergmann3-8/+8
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-08Make INetURLObject-from-OUString ctor explicitStephan Bergmann1-12/+12
2013-11-08remove unnecessary use of OUString constructor in SVL moduleNoel Grandin2-7/+6
2013-10-28fixincludeguards.sh: svlThomas Arnhold2-4/+4
2013-10-23clean up some include guardsThomas Arnhold1-2/+2
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza1-7/+2
2013-08-27These shall apparently check for URL scheme prefix matchStephan Bergmann1-2/+2
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa5-129/+0
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-2/+1
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-1/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-7/+7
2013-06-05fdo#46808, Convert XMultiServiceFactory in svl moduleNoel Grandin3-20/+16
2013-04-10fdo#62096: Replaced some OUString 'compareTo' with '=='Prashant Pandey1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-100/+100
2013-03-23"atomar" is not a wordTor Lillqvist1-2/+2
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-2/+2
2013-02-20typo: allways -> alwaysAndras Timar1-1/+1
2013-02-05Better error reportingStephan Bergmann1-16/+21
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-3/+2
2012-10-02sal_Bool->bool in svl::OFSInputStreamContainer and OFSStreamContainerNoel Grandin4-17/+16
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-4/+3
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann2-20/+20
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-1/+2
2012-07-02re-base on ALv2 code.Michael Meeks4-95/+59
2012-06-21re-base on ALv2 code.Michael Meeks4-92/+56
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-9/+9
2012-06-02targeted string re-workNorbert Thiebaud2-21/+21
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-02-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe1-2/+2
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann3-45/+7