summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-07-17sw: prefix members of SwFormatAnchorMiklos Vajna2-31/+31
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin7-87/+65
2017-07-15coverity#1415097 Uninitialized scalar fieldCaolán McNamara1-9/+8
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand4-9/+9
2017-07-15tdf#103978 textboxhelper: syncProperty OPAQUE (wrap in background)Justin Luth3-0/+24
2017-07-14loplugin:staticmethodsJan-Marek Glogowski2-2/+2
2017-07-14sw: make SwGrfNode::mpReplacementGraphic swappableMichael Stahl2-0/+27
2017-07-14CppunitTest_sw_uiwriter: disable testLinesMoveBackwards... on macOSMiklos Vajna1-0/+2
2017-07-14tdf#108524 sw: handle sections inside tables in SwFrame::GetPrevSctLeaf()Miklos Vajna2-2/+43
2017-07-14use more OUString::operator== in swNoel Grandin30-38/+38
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin1-9/+11
2017-07-14tdf#97362: TextPortionEnumerationTest partially migrated to python (part 3)jmzambon2-200/+172
2017-07-14xmlsecurity pdf verify: push_back -> emplace_backMiklos Vajna2-2/+2
2017-07-13tdf#108524 sw: allow frames in follow sect-in-tables in SwFlowFrame::MoveBwd()Miklos Vajna1-1/+4
2017-07-13convert pXRelTo/pYRelTo to boost::optionalNoel Grandin2-24/+17
2017-07-13move round-tripables from rtfimport to new rtfexport2Justin Luth186-1766/+2019
2017-07-13ofz#2392 restored props don't match saved propsCaolán McNamara1-2/+13
2017-07-13tdf#108545 editable DOC/XLS embeddings inside DOCXSzymon Kłos1-1/+22
2017-07-13Show document title for embedded documentsSzymon Kłos1-0/+7
2017-07-13Don't poll busy documents via idle taskJan-Marek Glogowski2-23/+15
2017-07-13Don't update document stats for non-idle viewsJan-Marek Glogowski5-21/+131
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski2-2/+1
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski2-0/+2
2017-07-13improve useuniqueptr loplugin to find arraysNoel Grandin3-15/+14
2017-07-13loplugin:oncevar: empty strings: swStephan Bergmann12-30/+17
2017-07-13Make tdf108545_embeddedDocxIcon test universalSzymon Kłos1-7/+2
2017-07-12tdf#108524 sw: allow frames in growable follow sects in SwFrame::IsMoveable()Miklos Vajna1-1/+5
2017-07-12borderline: correct problems with border displayArmin Le Grand1-24/+28
2017-07-12tdf#109053: DOCX: Multipage table is not imported properlyTamás Zolnai2-0/+8
2017-07-12loplugin:unreffunJan-Marek Glogowski1-1/+1
2017-07-12Related: tdf#107976 SwView_Impl::AddTransferable: remove dead weak referencesMiklos Vajna1-0/+10
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin2-2/+2
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin5-11/+9
2017-07-11simplify some OUString::concat usageNoel Grandin2-4/+3
2017-07-11tdf#109063 DOCX import: consider wrap space for multi-page floattablesMiklos Vajna2-0/+8
2017-07-11loplugin:useuniqueptr in swNoel Grandin10-209/+138
2017-07-11ofz#2538: avoid oomCaolán McNamara2-9/+0
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-2/+2
2017-07-11tdf#106132 DOCX import: fix handling of nested textbox marginsMiklos Vajna2-0/+7
2017-07-11simplify some OUString::copy callsNoel Grandin1-1/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin2-16/+10
2017-07-10UI Wrap InBackground: transition to wrapthru transparency toggleJustin Luth44-43/+86
2017-07-10sw: prefix members of SwDrawViewMiklos Vajna2-28/+28
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin35-58/+57
2017-07-09Added margin feature to the Draw's SideBarpv2k2-38/+0
2017-07-08tdf#108973 writerfilter: allow textboxes to be in the backgroundJustin Luth3-0/+10
2017-07-08tdf#108545 show an icon (DOCX inside DOCX)Szymon Kłos7-4/+31
2017-07-07remove nullptr checks on STL search result iteratorsJochen Nitschke1-11/+6
2017-07-07rhbz#739252 sw: fix crash on split tables inside nested sectionsMiklos Vajna3-2/+16
2017-07-07sw: convert SwTextAnnotationField OSL_ENSUREs to assert() and simplifyMichael Stahl4-52/+24