summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app
AgeCommit message (Expand)AuthorFilesLines
2021-06-09sw keep aspect ratio: add style UI for this settingMiklos Vajna2-1/+25
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin1-3/+3
2021-05-28no need to allocate these on the heapNoel Grandin2-4/+4
2021-05-28no need to allocate SfxStyleFamilies on the heapNoel Grandin1-9/+9
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna5-12/+12
2021-05-14Outline folding experimental feature rehackJim Raykowski2-50/+11
2021-05-11Fix style previews widget with multiple languagesSzymon Kłos1-1/+6
2021-05-08ref-count SfxItemPoolNoel Grandin1-2/+2
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin1-4/+3
2021-05-03sw: prefix members of BaseFrameProperties_Impl, SwDocStyleSheetPool, ...Miklos Vajna1-58/+58
2021-04-30tdf#133548 don't change outline level attrib and list style attribJim Raykowski1-11/+0
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-2/+2
2021-04-26sw: prefix members of SaveBox, SaveLine, SwDocStyleSheet and ...Miklos Vajna1-351/+351
2021-04-09Recheck include/ with IWYUGabor Kelemen6-0/+6
2021-04-09remove need for an intermediate vcl::WindowCaolán McNamara1-2/+2
2021-03-29tdf#101965 : Add No List default in Styles deck in sidebarAnshu1-0/+5
2021-03-26loplugin:flattenNoel1-16/+16
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-25tdf#134734 tdf#141059 tdf#122508 cui,sw,xmloff: BackgroundFullSizeMichael Stahl1-3/+12
2021-03-11register navigator individually in each module that it exists inCaolán McNamara1-1/+2
2021-03-06Styles preview: use listener to trigger updateSzymon Kłos1-0/+4
2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens1-29/+29
2021-02-26loplugin:refcounting in svlNoel1-1/+1
2021-02-20loplugin:refcounting in svlNoel1-1/+1
2021-02-15loplugin:referencecasting in swNoel1-1/+1
2021-02-11devtools: move devtools from svx to sfx2Tomaž Vajngerl1-1/+1
2021-02-08tdf#91920 sw page gutter margin, from top: add UIMiklos Vajna2-0/+32
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-15tdf#135014 sw: fix crash exporting numbering to DOCXMichael Stahl1-3/+3
2021-01-15Fix errors in produced JSON introduced with the switch to JsonWriterTor Lillqvist1-2/+2
2021-01-14tdf#138544 sw LoadUserSettings: default EmptyDbFieldHidesParaJustin Luth1-3/+0
2021-01-13devtools: move DevelopmentToolChildWindow to its own fileTomaž Vajngerl1-1/+1
2021-01-10static_cast after dynamic_castNoel Grandin2-10/+10
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2021-01-09devtools: Implement development tools docking windowTomaž Vajngerl1-0/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-4/+4
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-24Fix typosAndrea Gelmini1-1/+1
2020-12-24tdf#138136 tdf#38093 add option to treat sub outline levels as contentJim Raykowski1-0/+63
2020-12-14tdf#122045 using 'Apply' doesn't keep document modified on later 'Cancel'Caolán McNamara1-3/+12
2020-12-03tdf#107870 sw: don't jump to cursor setting Record ChangesLászló Németh1-2/+11
2020-11-26tdf#131920 sw UI Char highlight: editing via Para-style highlight tabJustin Luth1-0/+6
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen2-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-3/+3
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer2-6/+8
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-4/+4
2020-11-05retire most of SwModifyBjoern Michaelsen1-2/+2
2020-11-02move SwCondCollCondChg on top of SfxHintBjoern Michaelsen1-3/+1
2020-10-20use tools::Long in swNoel5-11/+11