summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2020-02-05tdf#129568 Rename the default table styleMaxim Monastirsky5-28/+36
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl19-56/+59
2020-02-05tdf#128814 Add delete to Hyperlinks Navigator context menuJim Raykowski1-2/+5
2020-02-05correct cast used for type id of contentJim Raykowski1-1/+1
2020-02-04rename Get/SetPropTextFirstLineOfst -> Get/SetPropTextFirstLineOffsetNoel Grandin2-4/+4
2020-02-04tdf#130362 sw: fix anchoring of inline math objectsMiklos Vajna3-3/+11
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin58-151/+151
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin36-75/+75
2020-02-04rename GetOfst -> GetOffsetNoel Grandin33-122/+122
2020-02-04std::set<T*> -> o3tl::sorted_vector in sw/Noel Grandin13-15/+18
2020-02-04tdf#42695 Fix a couple Writer Navigator "List Box" related bugsJim Raykowski1-0/+4
2020-02-03DOCX export: fix table style config handling wrt nested tablesMiklos Vajna2-8/+15
2020-02-03Related: tdf#130143 freeze/thaw around bulk insertCaolán McNamara1-0/+2
2020-02-03sw: set unique name for fontwork object and style on insertionVasily Melenchuk1-0/+2
2020-02-03sw: Optionally disable bookmark manipulation GUIsKatarina Behrens5-17/+32
2020-02-03sw: implement protection of bookmarks and fieldsMichael Stahl3-53/+137
2020-02-03sw: split into 2 settings ProtectBookmarks and ProtectFieldsMichael Stahl3-11/+35
2020-02-03Add ProtectBookmarksAndFields per-document optionKatarina Behrens3-3/+26
2020-02-03loplugin:constantparamNoel Grandin4-14/+9
2020-02-03sw: prefix members of StgWriter, SwAsciiOptions, SwReader and SwTextBlocksMiklos Vajna5-183/+183
2020-02-02rename RelativeField back to SvxRelativeFieldCaolán McNamara4-8/+8
2020-02-02tdf#129568 Rename Default Style to Default Paragraph/Page/Table Styleayhanyalcinsoy8-16/+12
2020-02-02std::set->o3tl::sorted_vector in SwDocNoel Grandin7-11/+11
2020-02-02Fix typoAndrea Gelmini1-1/+1
2020-02-01tdf#128814 Navigator content context menu relatedJim Raykowski3-31/+91
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-1/+0
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin1-2/+2
2020-01-31tdf#45589 offapi,officecfg,sw: add option to toggle bookmark displayMichael Stahl12-21/+49
2020-01-31new loplugin:namespaceindentationNoel Grandin10-27/+27
2020-01-31tdf#130287 disable orphan/widow control in Table ContentsLászló Németh1-0/+5
2020-01-30DOCX export: write document variablesMiklos Vajna2-0/+58
2020-01-30cid#1458033 Dereference after null checkCaolán McNamara1-3/+2
2020-01-30loplugin:unusedfieldsNoel Grandin2-2/+0
2020-01-30tdf#45589 sw: create and paint text portions for bookmarksMichael Stahl13-24/+254
2020-01-30sw: fix rotation bugs in SwLinePortion::PrePaint()Michael Stahl2-3/+18
2020-01-30sw: reformat bit of SwLinePortion::PrePaint()Michael Stahl1-21/+20
2020-01-30sw: these SAL_WARN_IF should be assert()Michael Stahl1-4/+2
2020-01-30tdf#45589 sw: split text portions at bookmarksMichael Stahl3-0/+17
2020-01-30tdf#45589 sw: add bookmarks to SwScriptInfoMichael Stahl3-10/+228
2020-01-30tdf#45589 sw: invalidate on bookmark insertion/deletionMichael Stahl3-4/+62
2020-01-30DOCX export: implement support for user fieldsMiklos Vajna1-0/+7
2020-01-30Revert "SwAutoCompleteClient: SwClient no more"Stephan Bergmann1-49/+51
2020-01-29CID 1458016 - fix uninitialised members in AccessibilityIssueTomaž Vajngerl1-0/+3
2020-01-29lok: preserve mouse event logic position and use in calcTomaž Vajngerl1-2/+2
2020-01-29tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxxGabor Kelemen54-121/+9
2020-01-29sw: add UI for semi-transparent textMiklos Vajna1-1/+2
2020-01-29tdf#129625 Gray out content types with no contentJim Raykowski1-0/+5
2020-01-28tdf#130122 Make content navigation view collapse uniformJim Raykowski1-19/+24
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorMehmet Emin Başoğlu1-4/+2
2020-01-28SwAutoCompleteClient: SwClient no moreBjoern Michaelsen1-51/+49