Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-21 | tweak for pre language-defect #77 | Caolán McNamara | |
2011-12-21 | disentangle Read/WriteByteString OUString variants | Caolán McNamara | |
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-21 | convert ReadByteString/WriteByteString from ByteString to OString | Caolán McNamara | |
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-21 | needs more work first | Caolán McNamara | |
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9. | |||
2011-12-21 | bah, need to tweak for pre c++0x | Caolán McNamara | |
This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b. | |||
2011-12-21 | disentangle Read/WriteByteString OUString variants | Caolán McNamara | |
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-21 | convert ReadByteString/WriteByteString from ByteString to OString | Caolán McNamara | |
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-19 | EXTENDED_BINARY_MODULES is always defined | Caolán McNamara | |
2011-12-13 | SbTextPortions, etc can completely go | Caolán McNamara | |
2011-12-13 | _BASIC_TEXTPORTIONS always defined | Caolán McNamara | |
2011-12-13 | disassembler unused | Caolán McNamara | |
2011-12-13 | callcatcher: remove newly unused code | Caolán McNamara | |
2011-12-13 | bUsedForHilite always false | Caolán McNamara | |
2011-12-13 | SbiTokenizer::Hilite unused | Caolán McNamara | |
2011-12-12 | German translations | Noel Grandin | |
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch | |||
2011-12-13 | Fix for fdo43460 Part IV getLength to isEmpty | Olivier Hallot | |
Part IV Module basic (small fix per demand from Ivan Timofeev) binaryurp bridges | |||
2011-12-10 | Remove unused code | August Sodora | |
2011-12-10 | Remove unused header | August Sodora | |
2011-12-10 | Fix for fdo43460 Part III getLength to isEmpty | Olivier Hallot | |
Part III Module basic | |||
2011-12-09 | callcatcher: remove unused code post automation removal | Caolán McNamara | |
2011-12-09 | Remove old testtool icons | August Sodora | |
2011-12-08 | Remove archaic tests | August Sodora | |
2011-12-08 | Removed basic/svtmsg.hrc | August Sodora | |
2011-12-08 | Removed basic/dispdefs.hxx | August Sodora | |
2011-12-08 | Removed basic/process.hxx | August Sodora | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-12-08 | Remove basic/mybasic.hxx | August Sodora | |
2011-12-08 | Remove basic/basicrt.hxx | August Sodora | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-07 | Remove testtool | August Sodora | |
2011-12-05 | Added some tests for basic/scanner | August Sodora | |
2011-12-05 | Use sal_Int32 in all these places | August Sodora | |
2011-12-05 | Prevent the testtool from building | August Sodora | |
2011-12-04 | Refactor scanAlphanumeric | August Sodora | |
2011-12-04 | Use appropriate datatypes here too | August Sodora | |
2011-12-04 | Use sal_uInt16 here | August Sodora | |
2011-12-04 | translated some comments from German to English | Mike Whiteley | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | callcatcher: some unused methods | Caolán McNamara | |
2011-11-29 | removed dead code | Takeshi Abe | |
2011-11-28 | Remove uses of OUString::setCharAt | August Sodora | |
2011-11-28 | ByteString->rtl::OUStringToOString | Caolán McNamara | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | rmove include of pch header in basic | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-26 | Expend abbreviation of min/max, too close to last full stop | Lior Kaplan | |
2011-11-26 | sal_Bool->bool | August Sodora | |
2011-11-26 | Change boost::ptr_vector to std::vector | August Sodora | |