summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-01-20Maintain the sorting in sorted_vector after modifying the elements.Ashod Nakashian1-5/+5
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 Vajna1-1/+3
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-19rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl2-17/+36
2015-01-19WaE: replace '+' between string literals with juxtapositionTor Lillqvist1-3/+3
2015-01-16rhbz#1180114: writerfilter: don't crash on w:customXmlDelRangeStart etc.Michael Stahl2-0/+5
2015-01-16rhbz#1175027: sw: fix life cycle of SwConnectionDisposedListener_ImplMichael Stahl1-14/+27
2015-01-15Resolves: rhbz#1162352 SwDataChanged dtor accesses deleted PaMCaolán McNamara1-4/+6
2015-01-14fdo#87845: sw: fix crash in navigator dialog when view is closedMichael Stahl1-2/+17
2015-01-14sw: fdo#88005: fix check in SwWW8ImplReader::StopApo()Michael Stahl1-2/+1
2015-01-13asan: heap-buffer-overflow on ooo8726-1.docCaolán McNamara1-5/+6
2015-01-09asan: global-buffer-overflow on ooo12093-1.docCaolán McNamara1-3/+4
2015-01-07fdo#87185 reorganize the image context menu (4.4)Yousuf Philips1-43/+45
2015-01-07coverity#1261760 Resource leak in objectCaolán McNamara1-0/+1
2015-01-07Resolves: fdo#87612 don't overwrite users input if the value is unchangedCaolán McNamara2-16/+42
2015-01-07fdo#86963 SwXShape: don't ask SwTextBoxHelper for ZOrder of child shapesMiklos Vajna3-2/+19
2015-01-07Resolves: fdo#73165 don't restart timer if already runningCaolán McNamara1-2/+4
2015-01-07WW8 filter: export zoom typeJustin Luth1-3/+13
2015-01-07fdo#83354: Chart is truncated - moved down outside the margins of the objectZolnai Tamás1-1/+6
2015-01-07fdo#81475 addition of 'Add Caption' button to table toolbar (4.4)Yousuf Philips1-0/+1
2015-01-07fdo#85945 reorganize the file menu and set shortcut for .uno:CloseDoc (4.4)Yousuf Philips1-5/+5
2015-01-07organize standard and formatting toolbars for writer web (4.4)Yousuf Philips2-19/+38
2015-01-07-Werror,-Wconstant-conversionStephan Bergmann2-2/+2
2015-01-06CppunitTest_sw_ww8export: use SAL_NEWLINE_STRINGMiklos Vajna1-1/+1
2015-01-06fdo#82041 restore heading 3 and 4 color to automatic (4.4)V Stuart Foote1-4/+0
2015-01-05asan: cast is totally wrong hereCaolán McNamara1-2/+3
2015-01-05i#93570 DOC import: handle commented text ranges via RES_FLTR_ANNOTATIONMARKMiklos Vajna7-156/+29
2015-01-05i#93570 DOC import: tokenize PlcfAtnBkf and PlcfAtnBklMiklos Vajna2-4/+176
2015-01-05i#93570 sw: add RES_FLTR_ANNOTATIONMARKMiklos Vajna3-3/+14
2015-01-05fdo#81475 rearrangement of writer's frame toolbar (4.4)Yousuf Philips1-8/+14
2015-01-05fdo#67870 WW8 filter: import zoom typeJustin Luth2-2/+9
2015-01-05valgrind: uninitialized readCaolán McNamara1-0/+1
2014-12-19fdo#87199: sw: fix root cause of a11y crash when merging cellsMichael Stahl1-1/+3
2014-12-18Build fix for gcc 4.7.Kohei Yoshida1-3/+3
2014-12-18fdo#86184 addition of .uno:Graphic to writer's view menuYousuf Philips1-0/+1
2014-12-16(related fdo#84685): writerfilter: RTF import: support \tc TOC entryMichael Stahl2-0/+10
2014-12-16fdo#84685: writerfilter: RTF import: support \xe index entryMichael Stahl2-0/+17
2014-12-16fdo#86671 Swap default order of Yes/No to suit what Windows users expectAdolfo Jayme Barrientos1-7/+7
2014-12-16fdo#86857: sw: fix HTML export of page style background colorMichael Stahl3-1/+49
2014-12-16HTML export: optional CSS2 dot leaders in the Table of ContentsLászló Németh6-2/+104
2014-12-15fdo#74981: sw: fix input field handling when splitting paragraphsMichael Stahl1-4/+5
2014-12-15fdo#85876: Revert "fdo#74981: cutting nothing should do nothing, ...Michael Stahl1-2/+0
2014-12-15fdo#82614: sw: Revert "Simplify code path"Michael Stahl1-2/+14
2014-12-14fdo#86761 RTF import: positive border width and fLine=0 means no borderMiklos Vajna4-2/+54
2014-12-11Add undo operation for deleting a bookmark + unit test, related fdo#51741Matúš Kukan6-22/+80
2014-12-11fdo#51741 Mark document as modified on bookmark rename / deleteRenato Ferreira4-2/+17
2014-12-11Use IDocumentMarkAccess::findMark hereMatúš Kukan1-10/+3