summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl
AgeCommit message (Expand)AuthorFilesLines
2021-10-09What's the interest to gain 1 letter? bDelBookmrk->bDelBookmarkJulien Nabet1-6/+6
2021-10-01loplugin:constparamsNoel Grandin1-10/+10
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-09-24return SwCursor from IShellCursorSupplierNoel Grandin1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-8/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-3/+3
2021-08-30sw: prefix members of SwGlossaryHdlMiklos Vajna1-104/+104
2021-08-11sw: fixed regression from [1] - OLE height in mm instead 100th mmTomaž Vajngerl1-1/+1
2021-08-11sw: preserve the value in original units to minimize conv. errorTomaž Vajngerl1-9/+12
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl1-5/+6
2021-08-10sw: remove all uses of MM50 with (added) o3tl::toTwipTomaž Vajngerl1-1/+4
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-9/+5
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-10/+10
2021-07-13tdf#143257 like graphics defer creating transfer data for drawings until neededCaolán McNamara1-8/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-05-28no need to allocate these on the heapNoel Grandin1-5/+5
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-2/+2
2021-04-09Recheck include/ with IWYUGabor Kelemen2-0/+2
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-04-06tdf#136740: reimplement the fix using existing m_bIsNewDocMike Kaganski1-6/+0
2021-04-05tdf#136740: Do not initialize document settings when pastingMike Kaganski1-0/+6
2021-03-21remove need to const_castCaolán McNamara1-2/+2
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara1-2/+2
2021-02-25sw: fix incorrect loop condition in SwTransferable::isComplex()Miklos Vajna1-1/+1
2021-02-23sw lok: simplify SwTransferable::isComplex()Miklos Vajna1-23/+25
2021-02-20loplugin:refcounting in swNoel1-1/+1
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-1/+3
2020-12-26Remove pointless macroGabor Kelemen1-4/+2
2020-12-22split SotStorageStream into two classesNoel1-10/+6
2020-12-10tdf#138688 tdf#124646 sw: fix crash at pasting Calc dataLászló Németh1-3/+12
2020-12-09uninit_memberCaolán McNamara1-1/+3
2020-12-03fix SEGV in CppunitTest_sw_core_undo on WindowsNoel Grandin1-0/+2
2020-11-24sw: fix copying and deleting of section content via APIMichael Stahl1-15/+80
2020-11-11loplugin:stringviewNoel1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-10-05SwGetRefFieldType ctor never passed a null SwDoc*Caolán McNamara1-7/+7
2020-10-04the SwDocShell(SwDoc*, ...) variant is never passed a null SwDoc*Caolán McNamara1-2/+2
2020-09-30SwDocFac::GetDoc can return a referenceCaolán McNamara1-51/+47
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-09-30loplugin:reducevarscope in swNoel1-2/+4
2020-09-14tdf#135669 sw: drag and drop other files as OLEDaniel Arato (NISZ)1-0/+18
2020-09-11convert IMAP_FORMAT to scoped enumNoel Grandin1-1/+1
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-07-30loplugin:flatten in sw/uibase/dbui..sw/uibase/envelpNoel Grandin1-50/+50
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann1-2/+1
2020-04-22sw: prefer ODF over RTF when pasting from WriterMiklos Vajna1-0/+40
2020-04-09Move is*Locked methods to object shellSamuel Mehrbrodt1-1/+1
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-3/+3
2020-03-12tdf#130094 Work around content pastes twice after undoJim Raykowski1-3/+9
2020-02-12Classify shape(s) selections as 'complex'...Dennis Francis1-0/+3