summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper
AgeCommit message (Expand)AuthorFilesLines
2014-05-13Elide utl::TempFile_ImplStephan Bergmann1-52/+33
2014-05-13utl::TempFile::CreateTempName pParent is unusedStephan Bergmann1-2/+2
2014-05-13Related fdo#60338: Create missing temp file dir with user's original umaskStephan Bergmann1-6/+0
2014-05-13Related fdo#60338: Setting umask for osl::Directory::open is uselessStephan Bergmann1-7/+0
2014-05-11fix-includes.pl: unotoolsThomas Arnhold3-39/+39
2014-05-06Fix indentationTor Lillqvist1-6/+6
2014-04-30coverity#1209935 Uncaught exceptionCaolán McNamara1-8/+14
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl1-8/+2
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist2-4/+4
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist4-66/+0
2014-04-05coverity#708566 Uninitialized scalar fieldCaolán McNamara1-3/+5
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-3/+3
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-5/+5
2014-04-01Remove unused inline functionStephan Bergmann1-3/+0
2014-03-30decorate tempfile name's to help identify leaks' authorNorbert Thiebaud1-2/+12
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl1-1/+1
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl1-2/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-57/+57
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-85/+85
2014-02-26Remove visual noise from unotoolsAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-11/+11
2014-02-19unotools: sal_Bool -> boolStephan Bergmann5-26/+26
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-4/+5
2014-01-28bool improvementsStephan Bergmann2-3/+3
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-07remove unnecessary use of OUString constructor in UNOTOOLS moduleNoel Grandin2-4/+4
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-3/+3
2013-10-28fixincludeguards.sh: unotoolsThomas Arnhold1-2/+2
2013-10-23convert code to use OUString::endsWithNoel Grandin1-7/+6
2013-08-27Resolves: fdo#67743 ensure user autocorr config dir existsCaolán McNamara1-0/+20
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-02OUString convertion for unotoolsNorbert Thiebaud3-95/+95
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud2-2/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-05use uno::Reference#clear() method...Noel Grandin1-1/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák8-127/+127
2013-04-02drop prefix from ::cssThomas Arnhold1-67/+67
2013-03-20Replace String with OUString (unotools)Chr. Rossmanith1-9/+9
2013-03-12Remove RTL_CONSTASCII_STRINGPARAM (unotools)Chr. Rossmanith2-10/+10
2013-03-12tempfile: Creating tempfiles in a given folder is not usedThomas Arnhold1-1/+0
2013-03-08simplify compareTo (now correct)Thomas Arnhold1-1/+1
2013-03-08Revert "simplify some compareTo"Stephan Bergmann1-1/+1
2013-03-08simplify some compareToThomas Arnhold1-1/+1
2013-03-04doubled namespacesThomas Arnhold2-2/+0
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-02-23sal: update log areasThomas Arnhold1-13/+13
2012-12-29Revert "String Cleanup and news OUString methods/constructors"Tor Lillqvist1-156/+24