summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-04-13tdf#83877 Add dialog to sign signature linesSamuel Mehrbrodt4-0/+22
2018-04-12tdf#116976 DOCX import: fix rel size of shape after bitmapMiklos Vajna2-0/+7
2018-04-12Fix typosAndrea Gelmini1-1/+1
2018-04-12Translate German variable namesJohnny_M1-3/+3
2018-04-12Translate German variable and function namesJohnny_M1-1/+1
2018-04-12coverity#1434221 Uninitialized scalar variableCaolán McNamara1-1/+1
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin3-6/+6
2018-04-12coverity#1434220 Resource leakCaolán McNamara1-9/+6
2018-04-12tdf#105225 A character highlighting tab page based on the area tab pageJim Raykowski2-1/+13
2018-04-12sw: fix some IWYU warningsMiklos Vajna40-71/+60
2018-04-11sw XHTML export: properly write <li>...</li> around paragraphsMiklos Vajna2-1/+15
2018-04-11tdf#50057 sw: fix duplication of at-paragraph anchored flysMichael Stahl6-9/+644
2018-04-11sw reqif-xhtml export: limit values of the style attributeMiklos Vajna4-27/+34
2018-04-11sw XHTML export: fix missing namespace prefix of listsMiklos Vajna3-0/+24
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin9-21/+19
2018-04-11Use SdrObject& in lcl_ConvertSdrOle2ObjsToSdrGrafObjsArmin Le Grand1-5/+5
2018-04-11new loplugin:unusedvariablemoreNoel Grandin10-36/+6
2018-04-11sw: prefix members of HTMLAttrContextMiklos Vajna2-110/+110
2018-04-11Removed duplicated includeAndrea Gelmini1-1/+0
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin2-4/+5
2018-04-11Fix typosAndrea Gelmini1-1/+1
2018-04-10sw lok: followup commit for change about scrolling to visible cursorTamás Zolnai1-10/+3
2018-04-10tdf#116925 sw: consider fill styles of shape for in-textbox auto colorMiklos Vajna3-1/+47
2018-04-10Revert "32bit Linux tests fail"Stephan Bergmann1-0/+0
2018-04-10loplugin:unusedfield improvementsNoel Grandin2-33/+2
2018-04-10weld SmFontSizeDialogCaolán McNamara3-3/+3
2018-04-10fix bug in SwSpellDialogChildWindow::FindNextDrawTextError_ImplNoel Grandin1-4/+3
2018-04-10graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl2-3/+3
2018-04-10remove swapping and link from GraphicObject and GraphicTomaž Vajngerl5-268/+5
2018-04-10vcl: detach usage and remove GraphicManager and GraphicCacheTomaž Vajngerl1-22/+1
2018-04-10tdf#90834 Cleanup version control history commentsGökhan Gurbetoğlu1-24/+17
2018-04-10tdf#114523 Make inline tooltips for changes optionalheiko tietze21-119/+105
2018-04-09Related: tdf#77919 GetPosPixel() is relative to parent, not grandparentCaolán McNamara1-1/+1
2018-04-0932bit Linux tests failCaolán McNamara1-0/+0
2018-04-09GetLineEnds: Use SdrObject& instead of pointersArmin Le Grand3-5/+5
2018-04-09weld SwLineNumberingDlgCaolán McNamara8-177/+301
2018-04-09forcepoint#37 revert tdf#108572 let remove storage elementCaolán McNamara1-0/+0
2018-04-09Make getSdrModelFromUnoModel work with SdrModel&Armin Le Grand2-3/+3
2018-04-09tdf#105225 A table properties background tab pageJim Raykowski2-2/+7
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin3-6/+9
2018-04-09std::list->std::vector in sw::WriterMultiListenerNoel Grandin2-6/+9
2018-04-09std::list->std::vector in SwAccessibleMapNoel Grandin2-14/+5
2018-04-09tdf#115600 Display messages in Findbar for Headings navigationJim Raykowski2-6/+32
2018-04-08tdf#112384 sw: Allow New line as a label followed by chapter numberingNithin Kumar Padavu7-3/+39
2018-04-08fix global-buffer-overflow found through UI testing on UBSAN jenkins jobMarkus Mohrhard1-1/+1
2018-04-08tdf#106062 ooxmlexport: hanging indent ? aesthetic tab : noJustin Luth2-7/+13
2018-04-08tdf#45904 move java based api tests to c++ (AccessibleRelationSet)kadertarlan5-221/+306
2018-04-08uitest for bug tdf#106746Zdeněk Crhonek2-0/+33
2018-04-08Fix regressions from d727476cff29382a34103b137542e15e1aeeb4b9Julien Nabet1-3/+12
2018-04-07Avoid -fsanitize=nullStephan Bergmann2-3/+3