summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-02-16Enable mpCursorOverlay for Android tooTomaž Vajngerl1-1/+1
2015-02-16Enable LOK_CALLBACK_TEXT_SELECTION_START/END on AndroidMiklos Vajna1-42/+1
2015-02-16LOK: add LOK_SETTEXTSELECTION_RESETMiklos Vajna3-4/+9
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna4-0/+37
2015-02-16LOK: add LOK_CALLBACK_TEXT_SELECTION_START/ENDMiklos Vajna1-0/+36
2015-02-16sw: clean up remaining format collection dumpersMiklos Vajna6-52/+46
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin13-42/+31
2015-02-15RTF filter: handle mirrored marginsMiklos Vajna3-0/+20
2015-02-15Extract SwTxtFmtColls::dumpAsXml() from docnodeMiklos Vajna2-12/+8
2015-02-14tdf#87574 - Outline numbering "None" is not retained in docxMark Hung3-1/+7
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir4-9/+7
2015-02-14related tdf#89004 improve performance of document data collectionUrsache Vladimir1-42/+17
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens2-2/+0
2015-02-13tdf#49893 partial fix for blank rentangle problem in RTFVasily Melenchuk3-30/+24
2015-02-13loplugin:unreffunStephan Bergmann1-1/+7
2015-02-13cp#1000115 forgot to add bugdocMiklos Vajna1-0/+208
2015-02-13cp#1000115 SwTxtFrm: don't join follow just because it has no contentMiklos Vajna2-0/+23
2015-02-13Work around -fsanitize=vptrStephan Bergmann1-1/+4
2015-02-13disable control shape grouping test for nowDavid Tardon1-1/+1
2015-02-13Resolves: tdf#79569 crash undoing tricky cell mergeCaolán McNamara1-12/+13
2015-02-13tdf#83955 enable insert comment and rearrange buttonsYousuf Philips1-3/+3
2015-02-13Resolves: tdf#76636 crash on merging certain cells imported from a .docCaolán McNamara1-1/+1
2015-02-13Extract SwTxtFmtColl::dumpAsXml() from docnodeMiklos Vajna3-9/+13
2015-02-13correct assertion messageLionel Elie Mamane1-1/+1
2015-02-13add unittest for grouped control shapesLionel Elie Mamane3-0/+113
2015-02-12Resolves: tdf#89227 if no SwView then disable accept/reject change buttonsCaolán McNamara1-4/+14
2015-02-12tdf#89266 SwDrawShell::GetState: fix crash on adding textbox to fontworkMiklos Vajna1-1/+9
2015-02-12Extract SwFrmFmt::dumpAsXml() from docnodeMiklos Vajna2-25/+25
2015-02-11Resolves: tdf#89179 fix Undo of Numbering Level change crashCaolán McNamara1-2/+2
2015-02-11Resolves: tdf#70062 avoid crash on ungrouping "ac char" groupCaolán McNamara3-15/+39
2015-02-11OSL_ENSURE->assert when followed by unconditional dereferenceCaolán McNamara1-2/+2
2015-02-11Related: tdf#70062 keep drawing anchor objects sortedCaolán McNamara5-17/+62
2015-02-11sw: identation fixes in swparrtfMiklos Vajna1-22/+18
2015-02-10OSL_ENSURE -> assert when followed by unconditional dereferenceCaolán McNamara1-4/+4
2015-02-10Resolves: tdf#87083 images in help html stuck at default placeholder sizeCaolán McNamara2-16/+41
2015-02-10coverity#1267646 coverity#1267641: sw: logically dead codeMichael Stahl1-24/+21
2015-02-10coverity#1267654: sw: logically dead code in SwCrsrShell::GoNextCell()Michael Stahl1-2/+0
2015-02-10coverity#1267666: logically dead code in SwUndo::CanRepeat()Michael Stahl1-1/+0
2015-02-10coverity#1267639: logically dead code in SwUndo::UndoWithContext()Michael Stahl1-1/+0
2015-02-10coverity#1267638: logically dead code in SwUndo::RedoWithContext()Michael Stahl1-1/+0
2015-02-10coverity#1267637: logically dead code in SwUndo::Repeat()Michael Stahl1-1/+0
2015-02-10Resolves: tdf#83073 use loaded graphic's width/height as defaultsCaolán McNamara1-25/+37
2015-02-10Extract SwNodes::dumpAsXml() from nodedumpMiklos Vajna3-13/+11
2015-02-09sw: avoid temporary object creation to build GraphicPrimitive2DPierre-Eric Pelloux-Prayer1-1/+1
2015-02-09Also fix other Ring ctorStephan Bergmann1-2/+1
2015-02-09sw: another LONG_MAX fed into LogicToPixelMichael Stahl1-1/+1
2015-02-09Resolves: fdo#88933 Labeling of images impossible without categoryCaolán McNamara2-4/+11
2015-02-09LOK: add LOK_CALLBACK_TEXT_SELECTION and implement it in swMiklos Vajna2-1/+19
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna2-3/+3
2015-02-09Don't hide cursor for Android anymore - makes cursor events workTomaž Vajngerl1-5/+5