summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Collapse)AuthorAgeFilesLines
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-0/+1
|
* sot: Delete FileList::GetFormat as it is no longer usedGreg Kroah-Hartman2012-02-072-15/+0
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* SWAPLONG -> OSL_SWAPDWORDStephan Bergmann2012-01-311-1/+1
|
* SWAPLONG -> OSL_SWAPDWORDStephan Bergmann2012-01-311-1/+1
|
* make sot ByteString freeCaolán McNamara2012-01-235-79/+68
|
* ByteString->rtl::OStringCaolán McNamara2012-01-231-2/+2
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-2111-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.
* Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot2012-01-113-7/+7
| | | | | | Part XXXIV Modules shell, slideshow, sot, starmath
* simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2012-01-102-3/+3
|
* simplify CharClassCaolán McNamara2012-01-091-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
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-064-4/+0
|
* Removed unnecessary tools/link.hxx includes.Marcel Metz2012-01-061-0/+1
|
* gbuild: define NOMINMAX in windows.mkMichael Stahl2012-01-041-1/+1
|
* catch exception by constant referenceTakeshi Abe2011-12-262-6/+6
|
* disable min as macro under msvcCaolán McNamara2011-12-211-1/+1
|
* tweak for pre language-defect #77Caolán McNamara2011-12-211-2/+2
|
* disentangle Read/WriteByteString OUString variantsCaolán McNamara2011-12-211-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
* convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara2011-12-211-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
* needs more work firstCaolán McNamara2011-12-211-1/+2
| | | | This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9.
* bah, need to tweak for pre c++0xCaolán McNamara2011-12-211-1/+1
| | | | This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b.
* disentangle Read/WriteByteString OUString variantsCaolán McNamara2011-12-211-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
* convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara2011-12-211-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
* Revert buggy 4046a1dfc2ba5b52cab7083f4817351c647a59c3Julien Nabet2011-12-111-1/+2
|
* Remove ByteStringJulien Nabet2011-12-111-2/+1
|
* callcatcher: remove unused code post automation removalCaolán McNamara2011-12-092-1/+13
|
* Three factories in sot never usedCaolán McNamara2011-12-092-6/+2
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-061-7/+8
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* Cleaned up utl::UCBContentHelper.Stephan Bergmann2011-11-281-0/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove include of pch header from sotNorbert Thiebaud2011-11-2721-40/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* ByteString->rtl::OStringCaolán McNamara2011-11-102-6/+7
|
* split bootstrapfixture and move test-filters class for sot testCaolán McNamara2011-10-154-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
* Related: fdo#41642 add regression testCaolán McNamara2011-10-156-1/+158
|
* Resolves: fdo#41642 detect loops in StgDirStrm entry chainsCaolán McNamara2011-10-151-4/+12
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* Document that this is known as StructuredStorageDirectoryEntry in the specCaolán McNamara2011-10-012-5/+12
|
* remove commented out CHARSET_ANSI fooCaolán McNamara2011-09-131-28/+0
|
* callcatcher: variousCaolán McNamara2011-08-292-26/+0
|
* UnoStorageHolder is never ctored, follow logical consequences of thatCaolán McNamara2011-08-257-341/+0
|
* callcatcher: yet more unused codeCaolán McNamara2011-08-252-41/+0
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* callcatcher: remove some methodsCaolán McNamara2011-08-172-15/+0
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-104-4/+4
|