summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-05-13drop some unneeded includesCaolán McNamara7-15/+0
2019-05-13drop some more unneeded includesCaolán McNamara1-1/+1
2019-05-13tdf#42949 Fix IWYU warnings in sw/source/core/inc/[g-S]*hxxGabor Kelemen34-36/+50
2019-05-13sw: prefix members of SwViewMiklos Vajna4-135/+135
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin25-43/+43
2019-05-13tdf#104204 Keep selection when context menu is opened on extended rowJim Raykowski1-0/+8
2019-05-13NBandreas kainz1-0/+11
2019-05-12regenerate PCH headersLuboš Luňák3-38/+13
2019-05-12crashtesting: frequent nulldef at end of SwTextFrame::ValidateFrameCaolán McNamara2-6/+7
2019-05-12sw: -Werror=deprecated-copy; restore SwBoxAutoFormat::operator=Michael Stahl2-0/+45
2019-05-11tdf#125187 DOCX track changes: fix w:del within w:insLászló Németh2-5/+5
2019-05-11handle empty tools::Rectangle in swNoel Grandin1-4/+8
2019-05-10NB writer: add RTL LTR support for notebookbar_compact _singleandreas kainz2-302/+463
2019-05-10fix assert for expand_row while frozenCaolán McNamara1-1/+5
2019-05-10NB writer: sync single and compact NBandreas kainz2-297/+2278
2019-05-10tdf#125164 sw: reimplement SwUndoTOXChangeMichael Stahl5-38/+46
2019-05-10CppunitTest_sw_tiledrendering: close the document while LOK is still activeMiklos Vajna1-127/+146
2019-05-10an uno -> a unoCaolán McNamara5-5/+5
2019-05-10Resolves: tdf#125197 duplicate column checkbox positionCaolán McNamara1-1/+0
2019-05-10Resolves: tdf#125199 format->columns dialog should be modalCaolán McNamara1-1/+5
2019-05-10sw/qa: recover locale in testUserFieldTypeLanguage.Mark Hung2-2/+5
2019-05-10SmartArt: support diagram backgroundGrzegorz Araminowicz2-6/+6
2019-05-10Resolves: tdf#124455 GtkComboBox text entry greyed outCaolán McNamara1-4/+2
2019-05-10an is used before a vowel soundCaolán McNamara10-13/+13
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen14-2/+36
2019-05-10sw btlr writing mode: implement layout for fly framesMiklos Vajna3-0/+54
2019-05-10NB writer: update the different UI files for better syncandreas kainz3-300/+774
2019-05-09tdf#124343 Make string translatableOlivier Hallot1-1/+1
2019-05-09uitest for bug tdf#107847Zdeněk Crhonek3-0/+58
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák4-866/+481
2019-05-09tdf#124675 sw: fix crash when moving SwTextFrame in table to prev pageMichael Stahl2-1/+3
2019-05-09tdf#125151 sw: allow protection around field marksJustin Luth4-4/+71
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin25-106/+61
2019-05-08Fix commentSamuel Mehrbrodt1-4/+1
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin4-7/+8
2019-05-08Convert OSL_ENSURE to SAL_WARNSamuel Mehrbrodt1-3/+1
2019-05-08tdf#116501 fix freezing at embedded text tablesLászló Németh6-2/+44
2019-05-07Fix typoAndrea Gelmini1-1/+1
2019-05-07tdf#124594 DOCX filter: don't extend margins from effects for rotated shapesMiklos Vajna3-9/+27
2019-05-07Replace list by deque for maFkpCache (ww8scan)Julien Nabet1-2/+2
2019-05-06tdf#122892 tdf#124366 sw: fix loop in SwTextFrame::CalcFollow()Michael Stahl2-2/+9
2019-05-06Translate German variable namesJohnny_M2-24/+24
2019-05-06sw: prefix members of CSS1ParserMiklos Vajna2-227/+227
2019-05-06tdf#113483: DOCX: fix encoding of bookmarks with non-ASCII lettersAdam Kovacs3-1/+18
2019-05-06Writer Notebookbar Layout syncronisationandreas kainz5-3790/+7893
2019-05-05[API CHANGE] SwXTextField: no more SwModify/SwClientBjoern Michaelsen6-101/+177
2019-05-05sw: make ooxml export tests fail when re-reading doc failsThorsten Behrens2-44/+30
2019-05-05Fix typoAndrea Gelmini1-1/+1
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov45-97/+95
2019-05-03Resolves: tdf#124552 - Sentence selection UNO actionheiko tietze4-0/+28