summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-21callcatcher: Remove unused codeAugust Sodora
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-21make this Makefile the same as all the othersCaolán McNamara
so that make inside an source ./Env.Host.sh environment works the same as make outside that env
2011-12-21msvc2008 hunspell linked to icuucCaolá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-21callcatcher: remove unused Find1RefWindow variantCaolán McNamara
2011-12-21This just can't be right, WriteByteString writes a pascal-style stringCaolá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-21callcatcher: remove some unused codeCaolán McNamara
2011-12-21autocorrection migration never actually usedCaolán McNamara
2011-12-21SpellError doesn't need to be a [IMPL|DECL]LinkCaolán McNamara
and as a side effect we can simplify, because argument is never NULL and return is never used
2011-12-21callcatcher: SfxRequest::IsRecording unused for a long timeCaolán McNamara
2011-12-21AutocorrectionMigration is not constructableCaolán McNamara
2011-12-21can't see why there's an appendChar hereCaolán McNamara
2011-12-21SfxObjectShell may not have a mediumCaolán McNamara
2011-12-21Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot
Part XII Module dbaccess
2011-12-21Fix for fdo43460 Part XIII getLength() to isEmpty()Olivier Hallot
Part XIII Module desktop
2011-12-21set focus to Name Edit Line in Define Names dialogMarkus Mohrhard
2011-12-21full absolute refs in range names should be treated like normal abs refsMarkus Mohrhard
2011-12-21fix small problem with range names in copy/pasteMarkus Mohrhard
2011-12-21Need visibility markup for ANativeActivity_onCreate() tooTor Lillqvist
2011-12-21Need visibility markup for lo_main() tooTor Lillqvist
2011-12-21Add a couple of missing filesTor Lillqvist
2011-12-21Bin leftover unused filesTor Lillqvist
2011-12-20callcather: remove sdr::CommentMatúš Kukan
2011-12-20Do hardcode alignments for PowerPC Mac OS XTor Lillqvist
2011-12-20Require ac_cv_alignof_* env vars if we don't have AC_CHECK_ALIGNOFTor Lillqvist
2011-12-20callcatcher: Remove unused codeAugust Sodora
2011-12-20callcatcher: Remove unused codeAugust Sodora
2011-12-20Remove unused codeAugust Sodora
2011-12-20genitive case month names for [pl-PL]Mateusz Zasuwik
2011-12-20String->OUStringAugust Sodora
2011-12-20avoid the hardcoded 3.4 versionPetr Mladek
2011-12-20set correct icon names in desktop filesPetr 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-20allow to call ooinstall twice with $DESTDIRPetr Mladek
2011-12-20svx: translation by Mike Whiteley and Noel GrandinNoel Grandin
(with very few tweaks by the committer)
2011-12-20Revert "minor idl fixes" - no explicit license statement yet.Michael Meeks
This reverts commit 5260bf5ea7271cca4767f596592091dcdfd895fe.
2011-12-20unordf: 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-20ignore concat-deps on cygwinPeter Foley
2011-12-20ignore merge modulesPeter Foley
2011-12-20RTF/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-20Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist
2011-12-20remove un-used code, and make a start at rampant vspace wastingMichael Meeks
2011-12-20missed this in b55dbc1e - show extension for .c files as wellLuboš Luňák
2011-12-20Fix for fdo43460 Part XI getLength() to isEmpty()Olivier Hallot
Part XI Module cui
2011-12-20remove obsolete commentLuboš Luňák
2011-12-20another "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-20catch rather unlikely vcl case and don't crashMichael Meeks
2011-12-20sal: disable subsequentcheck which has circular dependencyMatúš Kukan
make 3.82 continues without error but apparently older version not