summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Collapse)AuthorFilesLines
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann11-79/+62
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-11Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot3-7/+7
Part XXXIV Modules shell, slideshow, sot, starmath
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2-3/+3
2012-01-09simplify CharClassCaolán McNamara1-2/+1
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz4-4/+0
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz1-0/+1
2012-01-04gbuild: define NOMINMAX in windows.mkMichael Stahl1-1/+1
2011-12-26catch exception by constant referenceTakeshi Abe2-6/+6
2011-12-21disable min as macro under msvcCaolán McNamara1-1/+1
2011-12-21tweak for pre language-defect #77Caolán McNamara1-2/+2
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-1/+1
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-2/+1
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test
2011-12-21needs more work firstCaolán McNamara1-1/+2
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9.
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara1-1/+1
This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b.
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-1/+1
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-2/+1
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test
2011-12-11Revert buggy 4046a1dfc2ba5b52cab7083f4817351c647a59c3Julien Nabet1-1/+2
2011-12-11Remove ByteStringJulien Nabet1-2/+1
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara2-1/+13
2011-12-09Three factories in sot never usedCaolán McNamara2-6/+2
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-7/+8
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-28Cleaned up utl::UCBContentHelper.Stephan Bergmann1-0/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-11-27remove include of pch header from sotNorbert Thiebaud21-40/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud1-2/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-10ByteString->rtl::OStringCaolán McNamara2-6/+7
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara4-13/+8
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
2011-10-15Related: fdo#41642 add regression testCaolán McNamara6-1/+158
2011-10-15Resolves: fdo#41642 detect loops in StgDirStrm entry chainsCaolán McNamara1-4/+12
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-10-01Document that this is known as StructuredStorageDirectoryEntry in the specCaolán McNamara2-5/+12
2011-09-13remove commented out CHARSET_ANSI fooCaolán McNamara1-28/+0
2011-08-29callcatcher: variousCaolán McNamara2-26/+0
2011-08-25UnoStorageHolder is never ctored, follow logical consequences of thatCaolán McNamara7-341/+0
2011-08-25callcatcher: yet more unused codeCaolán McNamara2-41/+0
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-17callcatcher: remove some methodsCaolán McNamara2-15/+0
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe4-4/+4
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe1-0/+1
2011-08-04callcatcher: remove unused methodsCaolán McNamara2-11/+0
2011-08-02callcatcher: remove unused methodsThomas Arnhold2-65/+0
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist4-0/+7
2011-07-29Get rid of these non-printable charsThomas Arnhold1-16/+0
2011-07-21resyncing to masterBjoern Michaelsen10-185/+18
2011-07-13init against short readsCaolán McNamara1-1/+2