summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann2-25/+25
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+3
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski1-3/+2
2022-04-03tdf#148338: allow single-letter lowest-level domainMike Kaganski1-3/+4
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen1-1/+0
2022-03-07sw: prefix members of DocxAttributeOutput, SwDBTreeList, ...Miklos Vajna1-17/+17
2022-02-07Simplify sequences uses in sw (2)Julien Nabet1-15/+8
2021-12-30osl::Mutex->std::mutex in SwDBManagerNoel Grandin1-5/+5
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-22sw: prefix members of SwDBManager, SwWebGlosDocShell, SwWordCountWrapper ...Miklos Vajna1-8/+8
2021-11-17replace an ugly coverity warning suppressionCaolán McNamara1-1/+6
2021-10-31Prepare for removal of non-const operator[] from Sequence in swMike Kaganski2-26/+23
2021-10-21loplugin:flattenNoel Grandin1-12/+12
2021-10-18sw: prefix members of MailDeliveryErrorNotifier, SwAddressIterator, ...Miklos Vajna2-71/+71
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-4/+4
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski3-5/+7
2021-09-28gives names to all the Idles and TasksNoel Grandin1-3/+1
2021-09-20Resolves: tdf#144620 toolbar config item overwrites options dialog oneCaolán McNamara1-0/+1
2021-09-10Resolves: tdf#143777 Exclude recipient is always greyed outCaolán McNamara1-1/+1
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin1-2/+1
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt2-3/+2
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-9/+9
2021-06-11Simplify Sequences initializations (sw)Julien Nabet1-3/+4
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-6/+6
2021-05-21tdf#142294 drop placeholder on-demand node on directly populating nodeCaolán McNamara1-0/+2
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-4/+4
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-1/+1
2021-04-27CommandType is "long" type not "short" typeJulien Nabet1-1/+1
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-09remove need for an intermediate vcl::WindowCaolán McNamara1-1/+1
2021-03-31tdf#117212 sw mailmerge: merge only the selected rangeBalazs Varga1-6/+10
2021-03-14tdf#141012: do not try to expand the node if RequestingChildrenHdl failedMike Kaganski1-1/+12
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara1-2/+2
2021-03-13Drop duplicate methodMike Kaganski1-1/+1
2021-02-20loplugin:refcounting in swNoel1-5/+4
2021-02-19rename get_vscroll_width to get_scroll_thicknessCaolán McNamara1-1/+1
2021-02-15loplugin:referencecasting in swNoel1-4/+4
2021-02-11Remove unneeded breaksAndrea Gelmini1-2/+0
2021-01-16tdf#119610 tdf#112634: Don't show broken connections - RevBJustin Luth1-2/+4
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+3
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-10-30convert some tools::Long->sal_Int32Noel1-1/+1
2020-10-20use tools::Long in swNoel1-4/+4