summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin4-6/+5
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski3-8/+7
2018-10-24tdf#119561: fix assert when double click field in a tableJulien Nabet1-0/+1
2018-10-24weld AdvancedSettingsDialogCaolán McNamara25-53/+53
2018-10-24loplugin:useuniqueptr in SwContentTreeNoel Grandin2-30/+30
2018-10-24sw: prefix remaining members of SwIndexMarkPaneMiklos Vajna2-157/+157
2018-10-24ww8export roundtrip forms passwordJustin Luth3-0/+30
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin66-108/+107
2018-10-23remove all use_action_appearance linesCaolán McNamara15-130/+0
2018-10-23Frame Contextmenu in Writer and other sw appsandreas kainz6-42/+42
2018-10-22pvs-studio: V763 Parameter always rewritten in function body before being usedCaolán McNamara2-5/+5
2018-10-22pvs-studio: silence dodgy V763 Parameter always rewrittenCaolán McNamara1-7/+7
2018-10-22tdf#119596 DrawText Contextmenu in Writer, Calc, Draw, Impressandreas kainz5-7/+19
2018-10-22tdf#119506 Draw Contextmenu in Writer, Calc, Draw, Impressandreas kainz5-100/+118
2018-10-22tdf#119547 Media Contextmenu sync in all appsandreas kainz5-135/+125
2018-10-22pvs-studio: silence V649 dubious Two identical 'if' statementsCaolán McNamara2-3/+5
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara2-47/+56
2018-10-22loplugin:unusedfields improvemementsNoel Grandin4-12/+4
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara2-46/+46