Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20 | callcatcher: Remove unused code | August Sodora | |
2011-12-19 | Removed COMPRESSMODE_FULL support from SvStream | Matteo Casalin | |
2011-12-19 | callcatcher: Remove unused code | August Sodora | |
2011-12-19 | Resolves: fdo#43082 can't claim its not a DXF just because didn't see SECTION | Caolán McNamara | |
typedetection doesn't know about 999 COMMENT, it should really. | |||
2011-12-17 | gcc-trunk: avoid confusion | Matúš Kukan | |
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-15 | convert ReadCString from ByteString to OString | Caolán McNamara | |
Nobody ever checked the return value anyway, so just return the string and use the stream state bits if necessary to find failures. Doesn't need to be a member, make a standalone function Rename it to read_zeroTerminated_uInt8s_AsO[U]String, stupid perhaps, but *shrug*, unambiguous. Drop misleading overloaded String variants use: read_zeroTerminated_uInt8s_AsOString or read_zeroTerminated_uInt8s_AsOUString added a unit test, valgrinded it, found and fixed invalid read in original implementation. | |||
2011-12-14 | Cleanup jpeg bitmap creation & loading code | Michael Meeks | |
2011-12-14 | regpathhelper: unused, so we've got to have two of them | Caolán McNamara | |
2011-12-14 | configmgr.component is no longer an old one. | Stephan Bergmann | |
2011-12-13 | unused inline RemoveStatusField | Caolán McNamara | |
2011-12-13 | SbTextPortions, etc can completely go | Caolán McNamara | |
2011-12-13 | callcatcher: remove newly unused code | Caolán McNamara | |
2011-12-12 | Resolves: fdo#42694 crash inserting table control | Caolán McNamara | |
2011-12-11 | Remove ByteString | Julien Nabet | |
2011-12-11 | Remove ByteString | Julien Nabet | |
2011-12-09 | fixed fdo#37349 present Catalan (Valencian) as selectable UI language | Eike Rathke | |
Catalan (Valencian) has no ISO 639 code assigned and the UI localization uses the ca-XV hack where XV is of the reserved ISO 3166 user-assigned range. This should not escape to document content therefor internally a replacement to ca-ES is done for all locale attribution. For the UI localization to be distinguishable under Tools->Options->LanguageSettings->UserInterface this needed a special handling to allow Catalan (Valencian) again. | |||
2011-12-09 | svtools: imagemgr.src: use %PRODUCTXMLFILEFORMATNAME | Michael Stahl | |
Currently on File->Properties we display "LibreOffice 1.0 Text Document" etc. for OpenOffice.org XML format documents, which is wrong: these should not be re-branded. | |||
2011-12-09 | callcatcher: remove unused code post automation removal | Caolán McNamara | |
2011-12-08 | Remove unused code | August Sodora | |
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-03 | svt::ToolboxController: valgrind complained... | Michael Stahl | |
2011-12-03 | property name spelling s/Visiable/Visible/ | Michael Stahl | |
2011-12-03 | svtools: ImpPeekGraphicFormat: STL assertion | Michael Stahl | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-11-30 | convert over hidden windows-only ByteStrings | Caolán McNamara | |
2011-11-30 | renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions | Eike Rathke | |
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date. | |||
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-28 | need extra lib | Caolán McNamara | |
2011-11-28 | ByteString->rtl::OUStringToOString | Caolán McNamara | |
2011-11-28 | ByteString::GetToken->comphelper::string::getToken | Caolán McNamara | |
2011-11-28 | Cleaned up utl::UCBContentHelper. | Stephan Bergmann | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from svtools | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-26 | Remove unnecessary tools includes | August Sodora | |
2011-11-26 | Remove some uses of OUString::setCharAt | August Sodora | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-24 | RTF import: partly fixed the WMF images scaling. | Cédric Bosdonnat | |
2011-11-23 | for mixed script mode use sample latin text | Caolán McNamara | |
2011-11-23 | impress212: #i81610# fixed animation export | erack | |
# User sj <sj@openoffice.org> * found as LGPLv3-only fix at svn rev 1167620 (http://svn.apache.org/viewvc?view=revision&revision=1167620) | |||
2011-11-23 | add stripStart, can replace EraseTrailingChars | Caolán McNamara | |
2011-11-23 | _SVSTDARR_ULONGS not used here | Caolán McNamara | |
2011-11-23 | add a stripStart, can replace EraseLeadingChars | Caolán McNamara | |