summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-10-29loplugin:shouldreturnboolNoel Grandin2-4/+2
2018-10-29Use copied test docs in sw/qa/uitest/findReplace/findReplace.py, tooStephan Bergmann1-4/+3
2018-10-29Avoid SvxSearchController::StateChanged during SvxSearchDialog sub-dialogStephan Bergmann1-0/+5
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski5-41/+21
2018-10-29tdf#108954 docxexport: only emit section if diff from currentJustin Luth2-1/+4
2018-10-28finish context menuesandreas kainz3-4/+9
2018-10-28drop unnecessary requires lib="LibreOffice"Caolán McNamara1-1/+0
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara21-29/+29
2018-10-28ofz#11125 pass param len aroundCaolán McNamara2-11/+38
2018-10-28sw toolbars sync context toolbars between different appsandreas kainz18-223/+390
2018-10-28Fix typoAndrea Gelmini1-1/+1
2018-10-28tdf#119410 Menubar sw: combine mirror and rotateandreas kainz6-42/+30
2018-10-28Fix typoAndrea Gelmini1-1/+1
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-9/+5
2018-10-28svx: remove newly unused XFillExchangeDataMichael Stahl2-2/+0
2018-10-28tdf#115296 extend vertical FrameBorders for joined FramesArmin Le Grand1-2/+18
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-10-28contect menu sw drawtext remove OpenHyperlinkOnCursorandreas kainz5-5/+0
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski5-23/+11
2018-10-27tdf#42982: added description on RuntimeExceptionIzabela Bakollari1-7/+11
2018-10-27tdf#119773 update sw table context barandreas kainz6-118/+333
2018-10-27sw text context menu sync between different sw appsandreas kainz6-80/+268
2018-10-27loplugin:unusedmethodsNoel Grandin4-140/+0
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski1-1/+6
2018-10-27tdf#120906 - Option to use Header/Footer not working correctlyheiko tietze1-3/+5
2018-10-27tdf#120856 sync shape, graphic, frame and ole contect toolbarandreas kainz3-34/+49
2018-10-27use comphelper::SequenceAsHashMap to avoid manual iterationJustin Luth1-10/+3
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski4-11/+8
2018-10-26tdf#120861 move paste special to a submenu in menubarandreas kainz4-8/+24
2018-10-26LibreLogo: support backslash escape sequence for apostrophesLászló Németh1-0/+4
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen13-0/+15
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin19-122/+71
2018-10-26LibreLogo: add unit tests for program compilationLászló Németh1-0/+94
2018-10-26tdf#120888 Use event notify resultJim Raykowski1-1/+1
2018-10-25Always check IsVirtual() in SwFntObj::DrawTextJan-Marek Glogowski1-2/+2
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski1-0/+1
2018-10-25sw HTML import: avoid custom default page style in reqif modeMiklos Vajna5-15/+36
2018-10-25weld SwAuthMarkModalDlgCaolán McNamara7-67/+462
2018-10-25tdf#120188 limit the width of the styles combos in the url tabpageCaolán McNamara1-0/+5
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin2-8/+6
2018-10-25weld SwTOXStylesTabPageCaolán McNamara3-124/+147
2018-10-25re-orient insert index entry to have action buttons at the bottomCaolán McNamara1-434/+434
2018-10-25Reorganize FrameBorderPrimitive creation (II)Armin Le Grand1-2/+4
2018-10-25sw: fix some IWYU warningsMiklos Vajna19-16/+28
2018-10-25tdf#108064 OOXML export: keep preset dashes with linewidth < 1ptAdam Kovacs1-0/+0
2018-10-25Fix typoAndrea Gelmini1-1/+1
2018-10-25LibreLogo: add unit testsLászló Németh3-0/+91
2018-10-24Fix typosAndrea Gelmini2-2/+2
2018-10-24pvs-studio: silence V530 use std::unique_ptr less weirdlyCaolán McNamara1-6/+5
2018-10-24Reorganize FrameBorderPrimitive creationArmin Le Grand1-107/+89