summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-24fdo#72486 SwWrtShell::SelAll: if in table, then call extended select all ...Miklos Vajna3-9/+35
2015-01-23fdo#88475 RowSetBase: reposition cache before interrogating itLionel Elie Mamane1-0/+2
2015-01-23make this work also for an overlapping merge range, fdo#87382 follow-upEike Rathke1-7/+18
2015-01-23Related rhbz#1185307: One more location to look for Hamcrest jarStephan Bergmann1-0/+2
2015-01-23Resolves: fdo#88735 crash after calling sort after subtotal removalCaolán McNamara1-1/+1
2015-01-23fix abuse of OUStringBuffer(int) ctorEike Rathke2-2/+4
2015-01-23valgrind invalid read after delete in rhbz499052-1.htmlCaolán McNamara3-3/+10
2015-01-23fdo#68963 recognize __RefHeading__ bookmarks as TOCJustin Luth4-10/+24
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl4-4/+4
2015-01-23Allow for null xModel in TitleHelper::getTitleStephan Bergmann1-10/+10
2015-01-23Resolves: fdo#88721 correct negated condition in range name validationEike Rathke1-1/+1
2015-01-22Resolves: fdo#87760 if we can't anchor at hidden text then...Caolán McNamara2-4/+13
2015-01-22Resolves: fdo#88455 delete in empty data field crashesCaolán McNamara1-5/+10
2015-01-22Resolves: fdo#87601 specific html doc hangs on loadCaolán McNamara2-1/+101
2015-01-22rhbz#1184582: At least catch and log UNO exceptions in grammar checking threadStephan Bergmann1-50/+60
2015-01-22don't access empty range list, could be rhbz#1180312Eike Rathke1-0/+3
2015-01-21Revert "Globally disable threading for these for now."Michael Meeks1-1/+0
2015-01-21Related fdo#85190: Don't dress arbitrary Java Throwables as UNO Any valuesStephan Bergmann1-2/+2
2015-01-21fdo#88578: Focus on first checkbox when showing calc paste special dialogThomas Viehmann1-0/+1
2015-01-21fdo#84336 Fix swf renderingMatthew Francis1-1/+1
2015-01-21sw: fix bogus assert in SwTxtNode::RstTxtAttr()Michael Stahl1-6/+13
2015-01-21do not draw with SALCOLOR_NONELuboš Luňák1-0/+2
2015-01-21Resolves: fdo#84943 make fodt non crashy like odt for formulas inside shapesCaolán McNamara1-7/+11
2015-01-21fdo88632: Make the Calc random functions non-random when requestedTor Lillqvist8-7/+99
2015-01-21Add RAND to the default subset of opcodes for which we trust our OpenCLTor Lillqvist2-2/+3
2015-01-21Add the Random123 license blurbTor Lillqvist3-11147/+1804
2015-01-21Rewrite the RAND() OpenCL implementation to actually be randomTor Lillqvist1-21/+322
2015-01-20Maintain the sorting in sorted_vector after modifying the elements.Ashod Nakashian1-5/+5
2015-01-20operator ?: has lower precedence than <<; << will be evaluated firstTor Lillqvist1-2/+1
2015-01-20executeDispatchRequests : cleaning outputsLaurent Godard1-15/+22
2015-01-20convert-to : display error messages in console fdo#88326Laurent Godard1-3/+3
2015-01-20accidentally ran make with VALGRIND set and walked away...Caolán McNamara1-12/+16
2015-01-20Fix Windows build (typo: VENT_COMMAND instead of EVENT_COMMAND)László Németh1-1/+1
2015-01-20fdo#88241 Floating sidebar second call to same item should dismiss itTrent MacAlpine1-2/+11
2015-01-20fdo#87217 Inconsistent floating sidebar close behaviorTrent MacAlpine1-11/+2
2015-01-20fdo#88623 replace std::deque with std::vector in xlsx savingLászló Németh2-3/+3
2015-01-19in COUNT() use ConvertStringToValue() for literal string argumentsEike Rathke1-6/+20
2015-01-19fdo#84714 SwTextBoxHelper::findTextBoxes: optimize unnecessary O(n^2)Miklos Vajna1-5/+26
2015-01-19fdo#84714 ODT export: write <loext:table> inside <draw:custom-shape>Miklos Vajna4-14/+37
2015-01-19fdo#84714 ODT import: read <loext:table> inside <draw:custom-shape>Miklos Vajna2-1/+4
2015-01-19fdo#88339 Fixed Calc constrained image movementTrent MacAlpine1-3/+16
2015-01-19if we change the keys we have to resort based on the new keysCaolán McNamara1-4/+22
2015-01-19fdo#86844 - CONTEXT MENU: Remove hyperlink not accessibleNiklas Johansson1-1/+3
2015-01-19Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara5-21/+38
2015-01-19fdo#88475 BrowseBox/grid: reposition data cursor to current row after paintLionel Elie Mamane2-0/+8
2015-01-19Resolves: fdo#88417 Dropdown for ruler settings should show radio buttonsCaolán McNamara2-12/+12
2015-01-19fdo#86147: Do not reset r/o mode for SID_SAVETOStephan Bergmann1-2/+7
2015-01-19vcl: fix glsl int casts of floats.Michael Meeks1-4/+4
2015-01-19bin/run LO_TRACE hookStephan Bergmann1-3/+3
2015-01-19try to handle properly fillcolor != linecolor in opengl polypolygons drawingLuboš Luňák1-1/+15