Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-21 | callcatcher: Remove unused code | August Sodora | |
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 | make this Makefile the same as all the others | Caolán McNamara | |
so that make inside an source ./Env.Host.sh environment works the same as make outside that env | |||
2011-12-21 | msvc2008 hunspell linked to icuuc | 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 | callcatcher: remove unused Find1RefWindow variant | Caolán McNamara | |
2011-12-21 | This just can't be right, WriteByteString writes a pascal-style string | Caolán McNamara | |
WriteLine just writes a line of text, WriteByteString writes a 16bit length of following content. It can't make sense to suddenly stick a pascal-style string in at the end of a file that's otherwise plain text. original git id that introduced the use of WriteByteString here was ea76474a back in 2002 Perhaps this worked because partial strings never ended up as trailing content, so only ever had an empty string as the final partial string, so a 0x0000 got appended, as opposed to a newline, so it appeared to do the right thing. | |||
2011-12-21 | callcatcher: remove some unused code | Caolán McNamara | |
2011-12-21 | autocorrection migration never actually used | Caolán McNamara | |
2011-12-21 | SpellError doesn't need to be a [IMPL|DECL]Link | Caolán McNamara | |
and as a side effect we can simplify, because argument is never NULL and return is never used | |||
2011-12-21 | callcatcher: SfxRequest::IsRecording unused for a long time | Caolán McNamara | |
2011-12-21 | AutocorrectionMigration is not constructable | Caolán McNamara | |
2011-12-21 | can't see why there's an appendChar here | Caolán McNamara | |
2011-12-21 | SfxObjectShell may not have a medium | Caolán McNamara | |
2011-12-21 | Fix for fdo43460 Part XII getLength() to isEmpty() | Olivier Hallot | |
Part XII Module dbaccess | |||
2011-12-21 | Fix for fdo43460 Part XIII getLength() to isEmpty() | Olivier Hallot | |
Part XIII Module desktop | |||
2011-12-21 | set focus to Name Edit Line in Define Names dialog | Markus Mohrhard | |
2011-12-21 | full absolute refs in range names should be treated like normal abs refs | Markus Mohrhard | |
2011-12-21 | fix small problem with range names in copy/paste | Markus Mohrhard | |
2011-12-21 | Need visibility markup for ANativeActivity_onCreate() too | Tor Lillqvist | |
2011-12-21 | Need visibility markup for lo_main() too | Tor Lillqvist | |
2011-12-21 | Add a couple of missing files | Tor Lillqvist | |
2011-12-21 | Bin leftover unused files | Tor Lillqvist | |
2011-12-20 | callcather: remove sdr::Comment | Matúš Kukan | |
2011-12-20 | Do hardcode alignments for PowerPC Mac OS X | Tor Lillqvist | |
2011-12-20 | Require ac_cv_alignof_* env vars if we don't have AC_CHECK_ALIGNOF | Tor Lillqvist | |
2011-12-20 | callcatcher: Remove unused code | August Sodora | |
2011-12-20 | callcatcher: Remove unused code | August Sodora | |
2011-12-20 | Remove unused code | August Sodora | |
2011-12-20 | genitive case month names for [pl-PL] | Mateusz Zasuwik | |
2011-12-20 | String->OUString | August Sodora | |
2011-12-20 | avoid the hardcoded 3.4 version | Petr Mladek | |
2011-12-20 | set correct icon names in desktop files | Petr Mladek | |
also use icon names *3.5* instead of *35*; this version is used on another locations as well; it allows to reuse the UNIXBASISROOTNAME variable that is substituted by the installer | |||
2011-12-20 | allow to call ooinstall twice with $DESTDIR | Petr Mladek | |
2011-12-20 | svx: translation by Mike Whiteley and Noel Grandin | Noel Grandin | |
(with very few tweaks by the committer) | |||
2011-12-20 | Revert "minor idl fixes" - no explicit license statement yet. | Michael Meeks | |
This reverts commit 5260bf5ea7271cca4767f596592091dcdfd895fe. | |||
2011-12-20 | unordf: tweak SPARQL unit test: | Michael Stahl | |
rasqal 0.9.27 returns no variables for a SPARQL SELECT query with no results; it is unclear whether that is allowed but it is a corner case and probably we should not be testing for that. | |||
2011-12-20 | ignore concat-deps on cygwin | Peter Foley | |
2011-12-20 | ignore merge modules | Peter Foley | |
2011-12-20 | RTF/DOCX import: fixed the import of consecutive frames (n#703032) | Cédric Bosdonnat | |
When we have two consecutive paragraphs with different frame properties, the second frame wasn't created. Now store the current paragraph properties in order to create the frame later. | |||
2011-12-20 | Abandon attempt to use the debug CRT in a dbgutil build | Tor Lillqvist | |
2011-12-20 | remove un-used code, and make a start at rampant vspace wasting | Michael Meeks | |
2011-12-20 | missed this in b55dbc1e - show extension for .c files as well | Luboš Luňák | |
2011-12-20 | Fix for fdo43460 Part XI getLength() to isEmpty() | Olivier Hallot | |
Part XI Module cui | |||
2011-12-20 | remove obsolete comment | Luboš Luňák | |
2011-12-20 | another "ScToken::GetDoubleRef: virtual dummy called" | Eike Rathke | |
When checking for svSingleRef or svDoubleRef, also check for svExternalSingleRef or svExternalDoubleRef. Otherwise the dummy reference is treated. | |||
2011-12-20 | catch rather unlikely vcl case and don't crash | Michael Meeks | |
2011-12-20 | sal: disable subsequentcheck which has circular dependency | Matúš Kukan | |
make 3.82 continues without error but apparently older version not |