summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2017-07-13Show document title for embedded documentsSzymon Kłos
2017-07-13Don't poll busy documents via idle taskJan-Marek Glogowski
2017-07-13Don't update document stats for non-idle viewsJan-Marek Glogowski
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski
2017-07-13improve useuniqueptr loplugin to find arraysNoel Grandin
2017-07-13loplugin:oncevar: empty strings: swStephan Bergmann
2017-07-13Make tdf108545_embeddedDocxIcon test universalSzymon Kłos
2017-07-12tdf#108524 sw: allow frames in growable follow sects in SwFrame::IsMoveable()Miklos Vajna
2017-07-12borderline: correct problems with border displayArmin Le Grand
2017-07-12tdf#109053: DOCX: Multipage table is not imported properlyTamás Zolnai
2017-07-12loplugin:unreffunJan-Marek Glogowski
2017-07-12Related: tdf#107976 SwView_Impl::AddTransferable: remove dead weak referencesMiklos Vajna
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin
2017-07-11simplify some OUString::concat usageNoel Grandin
2017-07-11tdf#109063 DOCX import: consider wrap space for multi-page floattablesMiklos Vajna
2017-07-11loplugin:useuniqueptr in swNoel Grandin
2017-07-11ofz#2538: avoid oomCaolán McNamara
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-11tdf#106132 DOCX import: fix handling of nested textbox marginsMiklos Vajna
2017-07-11simplify some OUString::copy callsNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-10UI Wrap InBackground: transition to wrapthru transparency toggleJustin Luth
2017-07-10sw: prefix members of SwDrawViewMiklos Vajna
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-09Added margin feature to the Draw's SideBarpv2k
2017-07-08tdf#108973 writerfilter: allow textboxes to be in the backgroundJustin Luth
2017-07-08tdf#108545 show an icon (DOCX inside DOCX)Szymon Kłos
2017-07-07remove nullptr checks on STL search result iteratorsJochen Nitschke
2017-07-07rhbz#739252 sw: fix crash on split tables inside nested sectionsMiklos Vajna
2017-07-07sw: convert SwTextAnnotationField OSL_ENSUREs to assert() and simplifyMichael Stahl
2017-07-07sw: WW8 import: avoid inserting annotation mark without SwPostItFieldMichael Stahl
2017-07-07simplify ooxmlw14export codeNoel Grandin
2017-07-07Revert "use std::vector in BigPtrArray"Noel Grandin
2017-07-07sw: convert SwTextInputField OSL_ENSUREs to assert() and simplifyMichael Stahl
2017-07-07tdf#108995: take xml:space attribute into accountMike Kaganski
2017-07-07tdf#77219 writerfilter: allow shapes to be in front of textJustin Luth
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-07coverity#1414682 unnecessary dynamic_castCaolán McNamara
2017-07-07tdf#108714: Also support paragraph-level (line) breaksMike Kaganski
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-06sw/README: document lists and outlineMichael Stahl
2017-07-06sw: convert SwNumberTree::IsSane to assert() and simplifyMichael Stahl
2017-07-06sw: enable some SwNumberTree sanity testing codeMichael Stahl
2017-07-06sw: comment cosmeticsMichael Stahl
2017-07-06i#61225 sw: fix layout loop with growable single-column sectionsMiklos Vajna
2017-07-06crashtesting: 554 crashing documents on export to .docCaolán McNamara
2017-07-06ofz#2469 docshell leaks if progress bar is not stoppedCaolán McNamara
2017-07-06nLCode is signed, so check for > 0Caolán McNamara