summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui/dbmgr.cxx
AgeCommit message (Expand)AuthorFilesLines
4 daysTurn SW_MOD macro to a functionMike Kaganski1-2/+2
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin1-8/+8
2024-11-01no need to heap allocate theseNoel Grandin1-2/+2
2024-08-14use less exception throwing for flow controlNoel Grandin1-7/+8
2024-07-04cid#1557397 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-06-10loplugin:ostr in sw/../uibaseNoel Grandin1-40/+40
2024-05-09WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-0/+1
2024-04-18tdf#158056 Connect to MS Access .mdb files by mean of ACE.OLEDB.12.0 providerjucasaca1-16/+3
2024-02-01make insert-db-col-auto-pilot dialog asyncNoel Grandin1-14/+22
2023-11-04tdf#114441 Convert use of sal_uLong to better integer typesEMartinGube1-5/+6
2023-09-19rename SfxObjectShell::GetError -> GetErrorIgnoreWarningNoel Grandin1-3/+3
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski1-9/+6
2023-03-29loplugin:stringadd in swNoel Grandin1-2/+1
2023-02-21sw: check GetWrtShellPtr()Xisco Fauli1-39/+45
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-2/+2
2022-11-04sw: fix heap-use-after-free in SwDBManager::MergeMailFiles()Miklos Vajna1-6/+8
2022-11-03sw: fix merge mail multiple filesHenry Castro1-3/+12
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-6/+5
2022-09-18use more string_view in utl::TempFileNoel Grandin1-5/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-18no need to allocate these on the heapNoel Grandin1-2/+2
2022-08-08make more of the SwPaM constructors explicitNoel Grandin1-1/+1
2022-07-20tdf#149915 Proper creation of vnd.sun.star.pkg:// URLGülşah Köse1-19/+18
2022-07-12tdf#149947: simplify filter list creationMike Kaganski1-25/+29
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-1/+1
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-15/+15
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski1-3/+2
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 Kaganski1-16/+13
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin1-3/+1
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 Mehrbrodt1-3/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-9/+9
2021-06-11Simplify Sequences initializations (sw)Julien Nabet1-3/+4
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-1/+1
2021-04-09remove need for an intermediate vcl::WindowCaolán McNamara1-1/+1
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-02-20loplugin:refcounting in swNoel1-5/+4
2021-02-15loplugin:referencecasting in swNoel1-4/+4
2020-10-30convert some tools::Long->sal_Int32Noel1-1/+1
2020-10-20use tools::Long in swNoel1-4/+4
2020-09-30loplugin:reducevarscope in swNoel1-3/+2
2020-08-18remove dead code in SwDBManager::ImportDBEntryNoel Grandin1-94/+15
2020-08-14loplugin:simplifybool moreNoel Grandin1-2/+2