summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-02-19coverity#1270937 Unchecked dynamic_castCaolán McNamara1-0/+1
2015-02-19allow generated, unique frame name to be savedJustin Luth1-0/+2
2015-02-19sw: nAnz -> nCountMiklos Vajna3-10/+10
2015-02-18TyposJulien Nabet4-4/+4
2015-02-18boost->stdCaolán McNamara31-109/+105
2015-02-17asan: failure to load tdf#55620 attachment under asanCaolán McNamara1-0/+1
2015-02-17boost->stdCaolán McNamara5-11/+11
2015-02-17assert on laying out fdo#82018-3.docxCaolán McNamara1-1/+1
2015-02-17tdf#82661 SwFrm::PaintBackground: handle fill attrs when comparing backgroundMiklos Vajna1-2/+11
2015-02-17tdf#89085 Edit page break does not open proper tabRishabh Kumar2-3/+3
2015-02-16we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara2-4/+2
2015-02-16tdf#80715: fix infinite loop in find-and-replace if SwTxtNode fullMichael Stahl4-9/+24
2015-02-16sw: test case for search-and-replace bug fixed by commit ...Michael Stahl2-0/+65
2015-02-16sw: work around buggy boost::intrusive::circular_list_algorithms::unlink()Michael Stahl2-2/+11
2015-02-16(related: tdf#80715) sw: fix Ring::MoveTo() not doing anything...Michael Stahl2-7/+12
2015-02-16sw: RingContainer::merge(): assert that the Rings aren't already linkedMichael Stahl1-0/+4
2015-02-16MM: don't read column content twice to fill SwCalcJan-Marek Glogowski4-55/+58
2015-02-16WaE: unused function 'lcl_getLayoutRect'Tor Lillqvist1-0/+4
2015-02-16remove debugging spewCaolán McNamara1-2/+0
2015-02-16include algorithm for std::maxCaolán McNamara2-0/+3
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