summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-04-02drop some unneeded includesCaolán McNamara12-34/+1
2019-04-02sw_redlinehide: remove WrongListIterator::MergedOrSame assertsMichael Stahl2-5/+0
2019-04-02tdf#122926: Use o3tl::sorted_vector in other similar placesXisco Fauli2-6/+4
2019-04-02tdf#124261 sw btlr writing mode render: fix invalidation rectangleMiklos Vajna4-4/+42
2019-04-02tdf#122926 FILEOPEN ODT Slower compared to the past (part2)Noel Grandin1-1/+1
2019-04-02sw menubar: rearrange subgroup items to have > items last sortedandreas kainz6-129/+131
2019-04-02tdf#108423 autocorrect English word i' -> I’László Németh1-0/+21
2019-04-01tdf#122926 FILEOPEN ODT Slower compared to the pastNoel Grandin1-3/+2
2019-04-01use drawing area font for previewCaolán McNamara1-0/+4
2019-04-01weld SwAssignFieldsDialogCaolán McNamara7-346/+339
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen25-0/+28
2019-04-01sw: prefix members of SwMultiPortionMiklos Vajna2-49/+49
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski4-10/+12
2019-03-30tdf#123912 ww8 export: re-protect implicit sectionJustin Luth3-1/+21
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen38-0/+51
2019-03-29tdf#124384 sw DOCX: fix crash during bibliography loadingSerge Krot2-0/+7
2019-03-29sw btlr writing mode: implement DOC filterMiklos Vajna5-26/+37
2019-03-29tdf#84635 quadratic slowdown on loading large tablesNoel Grandin3-24/+28
2019-03-28weld SfxTemplateManagerDlgCaolán McNamara1-2/+2
2019-03-28tdf#120338: The paragraph formatting changes are not undone, part 1Henry Castro1-3/+4
2019-03-28use unique_ptr for SwFieldTypesNoel Grandin14-86/+92
2019-03-28tdf#121456 sw: DOCX: fix loading of empty TOC titleSerge Krot2-0/+10
2019-03-28use unique_ptr in SwTable::InsTableNoel Grandin1-7/+6
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin8-19/+18
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen32-0/+34
2019-03-28CppunitTest_sw_layoutwriter: use CPPUNIT_TEST_FIXTURE()Miklos Vajna1-130/+43
2019-03-28tdf#113539 Slow opening of ODT file containing a large tableNoel Grandin1-1/+1
2019-03-28use unique_ptr for SwTOXTypesNoel Grandin4-16/+19
2019-03-28return by unique_ptr from SwFieldType::CopyNoel Grandin27-121/+107
2019-03-28return by unique_ptr from InsertTableContentsNoel Grandin2-24/+24
2019-03-28return unique_ptr from MakeNumRuleNoel Grandin3-4/+4
2019-03-28return unique_ptr from FillAutoFormatOfIndexNoel Grandin7-8/+8
2019-03-27tdf#60242 remember horizontal/vertical choice in split cells dialogMartin van Zijl9-1/+56
2019-03-27tdf#124293 add RedactDoc to writer, calc menubar in toolsandreas kainz1-0/+1
2019-03-27CppunitTest_sw_unowriter: be consistent about using namespace declarationsMiklos Vajna1-21/+20
2019-03-26tdf#124339 DOCX export: fix losing line break after tabLászló Németh3-1/+13
2019-03-26Add SaveAs2000() and SaveAs() to ooo.vba.word.XDocument and implementTor Lillqvist2-0/+115
2019-03-26tdf#122989 remove update check from notebookbar for the momentThorsten Behrens4-40/+0
2019-03-26<https://ci.libreoffice.org/job/lo_ubsan/1225/> still timed outStephan Bergmann1-1/+1
2019-03-26weld SvxRubyDialogCaolán McNamara1-2/+2
2019-03-26tdf#123651 sw AddVerticalFrameOffsets: make vert offset depend on hori offsetMiklos Vajna4-15/+22
2019-03-26tdf#124025 Update formula before printingSamuel Mehrbrodt1-9/+11
2019-03-25Resolves: tdf#124319 crash on restoring redline SfxChildWinCaolán McNamara1-1/+4
2019-03-25tdf#124172: Remove DESKTOP ifdef as the code is needed for tunnelled dialogsTor Lillqvist1-2/+0
2019-03-25Fix one more get_url_for_data_fileStephan Bergmann1-5/+4
2019-03-25Resolves: tdf#124142 don't deref nullptrCaolán McNamara1-1/+2
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen62-0/+65
2019-03-25Converters for OOXML orients and relationsPatrick Jaap1-113/+81
2019-03-25sw: prefix members of SwUndoSetFlyFormatMiklos Vajna2-57/+57
2019-03-25new loplugin:unoqueryNoel Grandin19-45/+49