summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Collapse)Author
2011-12-21tweak for pre language-defect #77Caolán McNamara
2011-12-21disentangle Read/WriteByteString OUString variantsCaolá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-21convert ReadByteString/WriteByteString from ByteString to OStringCaolá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-21needs more work firstCaolán McNamara
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9.
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara
This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b.
2011-12-21disentangle Read/WriteByteString OUString variantsCaolá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-21convert ReadByteString/WriteByteString from ByteString to OStringCaolá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-19EXTENDED_BINARY_MODULES is always definedCaolán McNamara
2011-12-13SbTextPortions, etc can completely goCaolán McNamara
2011-12-13_BASIC_TEXTPORTIONS always definedCaolán McNamara
2011-12-13disassembler unusedCaolán McNamara
2011-12-13callcatcher: remove newly unused codeCaolán McNamara
2011-12-13bUsedForHilite always falseCaolán McNamara
2011-12-13SbiTokenizer::Hilite unusedCaolán McNamara
2011-12-12German translationsNoel Grandin
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch
2011-12-13Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot
Part IV Module basic (small fix per demand from Ivan Timofeev) binaryurp bridges
2011-12-10Remove unused codeAugust Sodora
2011-12-10Remove unused headerAugust Sodora
2011-12-10Fix for fdo43460 Part III getLength to isEmptyOlivier Hallot
Part III Module basic
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara
2011-12-09Remove old testtool iconsAugust Sodora
2011-12-08Remove archaic testsAugust Sodora
2011-12-08Removed basic/svtmsg.hrcAugust Sodora
2011-12-08Removed basic/dispdefs.hxxAugust Sodora
2011-12-08Removed basic/process.hxxAugust Sodora
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-08Remove basic/mybasic.hxxAugust Sodora
2011-12-08Remove basic/basicrt.hxxAugust Sodora
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-07Remove testtoolAugust Sodora
2011-12-05Added some tests for basic/scannerAugust Sodora
2011-12-05Use sal_Int32 in all these placesAugust Sodora
2011-12-05Prevent the testtool from buildingAugust Sodora
2011-12-04Refactor scanAlphanumericAugust Sodora
2011-12-04Use appropriate datatypes here tooAugust Sodora
2011-12-04Use sal_uInt16 hereAugust Sodora
2011-12-04translated some comments from German to EnglishMike Whiteley
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29callcatcher: some unused methodsCaolán McNamara
2011-11-29removed dead codeTakeshi Abe
2011-11-28Remove uses of OUString::setCharAtAugust Sodora
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27rmove include of pch header in basicNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-26Expend abbreviation of min/max, too close to last full stopLior Kaplan
2011-11-26sal_Bool->boolAugust Sodora
2011-11-26Change boost::ptr_vector to std::vectorAugust Sodora