summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file
AgeCommit message (Expand)AuthorFilesLines
2012-04-17prevent getFileURL() & getLinkTargetURL() asserting for broken linksNoel Power1-37/+40
2012-04-15re-open output file on save to fsync to improve first-start performanceMichael Meeks1-4/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-13/+13
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+3
2012-03-09fdo#40607 - osl_syncFile having written, and avoid doing that on startMichael Meeks1-0/+4
2012-02-29Drop comparison with empty rtl::OUStringTakeshi Abe1-1/+1
2012-02-23remove all other deprecated header guardsThomas Arnhold2-7/+0
2012-02-19add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan2-2/+2
2012-01-18Fix for fdo43460 Part L getLength() to isEmpty()Olivier Hallot2-7/+7
2012-01-15ucb: convert to gbuildMatúš Kukan2-90/+0
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist1-1/+0
2011-12-08childs -> childrenMichael T. Whiteley3-17/+17
2011-11-27remove include of pch header from ucbNorbert Thiebaud15-30/+0
2011-08-29chmod -xTor Lillqvist4-0/+0
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan2-8/+0
2011-06-20catch by const referenceCaolán McNamara4-17/+17
2011-04-30remove Attribute_XXX in favor of osl_File_Attribute_XXX (desktop)Christina Rossmanith1-12/+12
2011-04-30Remove some OS/2 codeFrancois Tigeot3-6/+2
2011-04-22left arrow comments removed // <--Júlio Hoffimann1-1/+0
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet1-2/+2
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-core)Christina Rossmanith3-48/+41
2011-04-14Kill Pos_XXX in favour of osl_Pos_XXXMichael Lefevre3-4/+4
2011-04-12remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXXMichael Lefevre2-3/+3
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito32-0/+0
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky36-74/+61
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold3-14/+9
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens36-74/+61
2011-02-07Remove dead code. Mostly unused namespacesThomas Arnhold1-6/+0
2011-02-06std::hash -> boost::hashFridrich Štrba1-1/+1
2011-02-06Revert "Add #include <hash_map> again, we still use std::hash"Fridrich Štrba1-1/+0
2011-02-06Add #include <hash_map> again, we still use std::hashJoseph Powers1-0/+1
2011-02-06remove some more <hash_map> includesFridrich Štrba1-1/+0
2011-02-05Cleanup of boost conversion issuesJoseph Powers1-10/+1
2011-02-05migrate to use boost unordered containersFridrich Štrba3-8/+8
2011-01-17equalsAsciiL faster than equalsAsciiCaolán McNamara1-1/+1
2011-01-15microopts equalsAsciiL faster than compareToAscii(const sal_Char*)Caolán McNamara2-17/+17
2010-12-12Change unnamespace file.hxx macrosAndy Holder4-13/+13
2010-12-06Replace all occured, occurance etc.Takeshi Abe1-4/+4
2010-11-25cppcheck: methods can be constCaolán McNamara1-1/+1
2010-11-19fwk160: #i99833# do not use ftruncate unnecessarilyMikhail Voytenko1-19/+19
2010-11-17remove archaic guardsCaolán McNamara1-2/+0
2010-11-13 Easy Hacks : RTL_CONSTASCII_USTRINGPARAM in libs-coreGert Faller8-78/+78
2010-10-28add modelines to .hxx files as wellCaolán McNamara17-0/+45
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth15-0/+43
2010-10-05more removed include guards using fixguard.pyPetr Mladek2-6/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek5-12/+0
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb4-55/+42
2010-05-06jl152 i111434 ucb failes when copying folders, which contain files containing...Joachim Lingner1-1/+7
2010-02-25sb118: merged in DEV300_m72sb33-133/+33