Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-15 | fix mistaken String::CreateFromInt32 -> OUString::valueOf conversion | Noel Power | |
2011-12-15 | Resolves fdo#43725 crash on saving a file | Eike Rathke | |
+ Checks out-of-bounds accesses in ScFormatRangeStyles::GetStyleNameIndex() and ScRowFormatRanges::AddRange() and prevents crashes. - The real cause seems to be some style row/repeat miscalculation elsewhere, further investigation would be necessary. | |||
2011-12-15 | Add uninstall target | Tor Lillqvist | |
2011-12-15 | ndk-gdb needs gdbserver and gdb.setup | Tor Lillqvist | |
2011-12-15 | ucalc needs lots more libraries | Tor Lillqvist | |
2011-12-15 | Potential fix for gbuild salhelper on MinGW problem. | Stephan Bergmann | |
2011-12-15 | fix one -ggdb3 that got in in a merge after 0b5b56be4df609d | Luboš Luňák | |
2011-12-15 | when using linked git, use the same branch as the main repo | Christian Lohmaier | |
2011-12-15 | propmerge tool to merge strings back to localized .properties files | Andras Timar | |
2011-12-15 | Revert "Fix n#653688" | Stephan Bergmann | |
This reverts commit 309f56174aca6adca879f70958892492361dac6e. It caused password-protected documents to no longer work and made sc_subsequent_filters_test's testPassword fail. | |||
2011-12-15 | postgresql: separate patch into upstream & libreoffice-specific parts | Lionel Elie Mamane | |
2011-12-15 | add some comments | Caolán McNamara | |
2011-12-15 | terminted -> terminated | Caolán McNamara | |
2011-12-15 | rename and refactor ScfTools::ReadCString | Caolán McNamara | |
2011-12-15 | refactor ScfTools::ReadCString | Caolán McNamara | |
fix potential bug on short read which has bugged me for a while where bytes read is always reduced without a check that byte was read | |||
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-15 | drop unused ReadCString with hidden StreamCharSet monstrosity | Caolán McNamara | |
2011-12-15 | these translations do already exist in translations repo | David Tardon | |
2011-12-15 | Correctly handle <set> directly within <component>. | Stephan Bergmann | |
2011-12-15 | Resolves: rhbz#767708 avoid SIGBUS writing to overcommitted mmaped diskspace | Stephan Bergmann | |
2011-12-15 | convert salhelper to gbuild | Matúš Kukan | |
This is a cherry-pick of Matúš's e2f30c078fcf26d481c2e90398b450f6c475a483 from the feature/gbuild branch, with the following modifications by Stephan Bergmann <sbergman@redhat.com>: * Adapt salhelper/Makefile to what all those Makefiles currently need to look like. * Do not remove salhelper/source/gcc3.map, instead add directly into it what otherwise solenv/bin/addsym.awk would add to it on Linux. * In salhelper/Library_salhelper.mk, add code that on Linux takes care of the soname and symbol versioning required for backwards compatibility. Solaris would need those features too, and its backwards compatibility is thus currently broken. Also add a bad hack to create the soname symlink (xxx.3 -> xxx) in the solver needed on non-Windows platforms (it is a bad hack for now in that it e.g. is not removed by "make clean"). * In solenv/gbuild/platform/macosx.mk, add an even worse hack to set the correct install name for libuno_salhelpergcc3.dylib.3, with a trailing ".3". | |||
2011-12-15 | fdo#33747: Row Height is unnecessarily large. | Muthu Subramanian | |
2011-12-15 | SVG slipped through, should have been a PNG | Stefan Knorr (astron) | |
Icon by Alexander Wilms | |||
2011-12-15 | New Tango Start Center artwork | Stefan Knorr (astron) | |
By Alexander Wilms/Stefan Knorr (astron) | |||
2011-12-15 | The "generic" thing is X11-specific | Tor Lillqvist | |
2011-12-15 | catch exception by constant reference | Takeshi Abe | |
2011-12-15 | Add an app for the sc_ucalc unit test | Tor Lillqvist | |
2011-12-14 | corrections to [sl-SI] date formats | Eike Rathke | |
2011-12-14 | ShrinkRefTokenToDataRange:operator(): check if it's really ScDoubleRefToken | Eike Rathke | |
Resolved scary "ScToken::GetDoubleRef: virtual dummy called" debug message. | |||
2011-12-14 | If possible, make the window big enough to fit all Writer toolbars. | Jan Holesovsky | |
[with large icons] | |||
2011-12-14 | Fix the soffice.sh wrapper's -h / --version. | Michal Svec | |
2011-12-14 | Adapted Mac-only code to ByteString reduction. | Stephan Bergmann | |
2011-12-14 | Adapted Mac-only code to ByteString reduction. | Stephan Bergmann | |
2011-12-14 | if [CURRENCY] is used then it must be defined | Eike Rathke | |
2011-12-14 | check if [CURRENCY] replaceTo is specified | Eike Rathke | |
2011-12-14 | Work around GNU Make 3.81 problem. | Stephan Bergmann | |
2011-12-14 | Add separate cppunittester app project that uses the Bootstrap library | Tor Lillqvist | |
2011-12-14 | Turn Bootstrap into a "library" project from Ant's point of view | Tor Lillqvist | |
2011-12-14 | Header/Footer: RTL display fixes (fdo#43793) | Cédric Bosdonnat | |
2011-12-14 | dos2unix | Andras Timar | |
2011-12-14 | n#228839: Fix RTF import crasher with \keep in table properties | Cédric Bosdonnat | |
2011-12-14 | . is not a valid TARFILE_ROOTDIR | Eike Rathke | |
2011-12-14 | use custom shapes for curved connector shapes | Radek Doulik | |
- they looks correctly visually, we can make then connector shapes once we have new implementation | |||
2011-12-14 | Align comment with code for overly zealous check in Zip fix. | Thorsten Behrens | |
2011-12-14 | strip ByteClass down some more | Caolán McNamara | |
2011-12-14 | bootstrap can be kept in both phases as it has a proper touchfile | Bjoern Michaelsen | |
2011-12-14 | if editing in formulabar restore focus to inputline after expand/collapse | Noel Power | |
2011-12-14 | shrink the unit test template directory to save some duplication | Michael Meeks | |
2011-12-14 | Fix n#653688 | Thorsten Behrens | |
Seems our Zip package is a bit too strict in checking archive consistency - surely writing it out correctly is good, but rejecting otherwise fine odf is not. | |||
2011-12-14 | Revert "we have gb_Library_add_objcxxobjects for this" | Matúš Kukan | |
This reverts commit cd105c5ad2dc7176837a570e6507bd2ca0cd357f. We can't use gb_Library_add_objcxxobjects here because gb_ObjCxxObject_get_source has .mm suffix |