summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/ucbstorage.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl1-1/+1
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl1-0/+3
2014-03-29Fix some types in virtual methods to properly override.Matúš Kukan1-1/+1
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl1-10/+10
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-14/+14
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-16/+16
2014-02-23Remove unneccessary commentsAlexander Wilms1-12/+12
2014-02-20cid#1078823 Dereference before null checkNoel Grandin1-1/+1
2014-02-19sot: sal_Bool -> bool fixupStephan Bergmann1-2/+2
2014-02-12more SvStream:operator>> conversionNoel Grandin1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-7/+7
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-1/+1
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-19/+14
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-8/+7
2013-10-03CID#441342 potential resource leakCaolán McNamara1-6/+3
2013-07-04module sot: String, bool and other clean-upNorbert Thiebaud1-356/+357
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-2/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-7/+7
2013-06-05use uno::Reference#clear() method...Noel Grandin1-2/+2
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-70/+70
2013-04-01Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-3/+3
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet1-2/+2
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-04warning C4805: '!=' unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann1-3/+3
2013-02-02unused variableLuboš Luňák1-1/+0
2012-11-17callcatcher: remove another layer of binfilter-released methodsCaolán McNamara1-27/+0
2012-11-14callcatcher: more binfilter freed up methodsCaolán McNamara1-98/+0
2012-10-23fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new styleNoel Grandin1-4/+3
2012-10-23fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new styleNoel Grandin1-4/+3
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-9/+9
2012-08-20callcatcher: remove some of the slightly trickier unused methodsCaolán McNamara1-54/+0
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-7/+7
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-22cleanup of duplicated includesPhilipp Riemer1-1/+0
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
2012-06-10nuke dead codeTakeshi Abe1-19/+0
2012-05-31targeted string re-workNorbert Thiebaud1-27/+27
2012-05-03Fix sot stream bustageCaolán McNamara1-2/+2
2012-05-03Related: fdo#47644 compound storage backend is poor at knowing stream sizeCaolán McNamara1-0/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1