summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-23Related fdo#87834: add 2 unit testsJulien Nabet2-0/+30
2015-01-23Resolves fdo#87834: strange behavior of mid()-functionJulien Nabet1-2/+8
2015-01-23Resolves: fdo#75565 reduce block on pasting rtf like we do for htmlCaolán McNamara1-1/+2
2015-01-23Related: fdo#78599 wrong methodCaolán McNamara1-1/+1
2015-01-23Document some accessible events in AccessibleEventId.idlNiklas Johansson1-6/+58
2015-01-23Hold ScHeaderFooterContentObj by rtl::ReferenceStephan Bergmann4-25/+25
2015-01-23Resolves: fdo#88229 Crash when you try to create a bar chart GL3DCaolán McNamara1-2/+9
2015-01-23Resolves: fdo#88735 crash after calling sort after subtotal removalCaolán McNamara1-1/+1
2015-01-23Related rhbz#1185307: One more location to look for Hamcrest jarStephan Bergmann1-0/+2
2015-01-23fix 64-bit build after OUStringBuffer changeMichael Stahl7-9/+10
2015-01-23sal: remove GCC 4.6 check, it does not claim C++11 supportMichael Stahl2-6/+0
2015-01-23make writer build againCaolán McNamara1-6/+6
2015-01-23-Werror=unused-functionStephan Bergmann1-0/+2
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist12-13/+13
2015-01-23typo: langugage -> languageAndras Timar2-3/+3
2015-01-23Related: fdo#78599 ensure RegisterFormat is called before SetModifiedCaolán McNamara1-2/+2
2015-01-23sal: try to fix prematurely pushed 853c2fc71a96755a9dee629fd5d0e1cff9a48034Michael Stahl2-0/+12
2015-01-23sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl5-3/+39
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl7-0/+22
2015-01-23sw: SwpHintsArray::Contains() cannot call CHECKMichael Stahl1-5/+1
2015-01-23just use the returned ref, don't get its addressCaolán McNamara1-31/+29
2015-01-23Use symbolic (not numeric) opcodes in the registry for the OpenCL use subsetTor Lillqvist3-55/+15
2015-01-23valgrind invalid read after delete in rhbz499052-1.htmlCaolán McNamara3-3/+10
2015-01-23Make the --with-android-ndk-toolchain-version switch optionalTor Lillqvist1-4/+6
2015-01-23Allow for null xModel in TitleHelper::getTitleStephan Bergmann1-10/+10
2015-01-23avoid terminate on loading fdo73574-3.docxCaolán McNamara3-6/+10
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl4-4/+4
2015-01-23sw: redo check in SwFEShell::FindAnchorPos() a bit (related: fdo#87760)Michael Stahl1-3/+4
2015-01-23Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna34-194/+42
2015-01-22fdo#88475 add UnitTestLionel Elie Mamane4-0/+271
2015-01-22Resolves: fdo#88721 correct negated condition in range name validationEike Rathke1-1/+1
2015-01-22Why is Objective C such an ill-specified mess?Stephan Bergmann2-2/+2
2015-01-22writerfilter: WaE unused variableMichael Stahl1-1/+1
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann6-7/+12
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann1-1/+1
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann1-1/+1
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann2-10/+10
2015-01-22replace '\n' to space in extended help textAndras Timar1-0/+1
2015-01-22Resolves: fdo#87760 if we can't anchor at hidden text then...Caolán McNamara1-3/+11
2015-01-22Related: fdo#87760 don't crash on searching for a place to put the anchorCaolán McNamara1-1/+2
2015-01-22::rtl::OUString->OUStringCaolán McNamara20-64/+61
2015-01-22Resolves: fdo#87639 Image-filter Smooth crashesCaolán McNamara3-10/+16
2015-01-22loplugin:stringconcatStephan Bergmann1-2/+2
2015-01-22Resolves: fdo#88378 flipping by reversing co-ord system no longer worksCaolán McNamara1-15/+15
2015-01-22WaE: warning C4101: ´e´ : unreferenced local variableCaolán McNamara1-1/+1
2015-01-22Resolves: fdo#88455 delete in empty data field crashesCaolán McNamara1-5/+10
2015-01-22WaE: warning C4101: ´e´ : unreferenced local variableCaolán McNamara1-3/+3
2015-01-22writerfilter: DOCX import: better error handling than "catch (...) {}"Michael Stahl5-7/+134
2015-01-22writerfilter: set the SystemId to get stream name in SAXExceptionsMichael Stahl1-0/+1
2015-01-22sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptionsMichael Stahl1-9/+11