summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2019-03-09loplugin:unusedmethodsNoel Grandin2-48/+0
2019-03-08Removed duplicated includesAndrea Gelmini1-1/+0
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin8-21/+37
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-2/+2
2019-03-05improve documentation of soffice --accept parameterMichael Stahl1-2/+4
2019-02-27weld UpdateDialogCaolán McNamara6-359/+271
2019-02-27weld LicenseDialogImplCaolán McNamara2-213/+134
2019-02-27lok: sc: clicking on individual chart elements doesn't select objectMarco Cecchetti1-0/+6
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-2/+1
2019-02-27Fix typoAndrea Gelmini1-1/+1
2019-02-25weld UpdateInstallDialogCaolán McNamara4-86/+83
2019-02-23weld ShowLicenseDialogCaolán McNamara3-25/+20
2019-02-23weld DependencyDialogCaolán McNamara4-28/+58
2019-02-23loplugin:unusedfields in desktopNoel Grandin5-11/+3
2019-02-22LOK: reuse cached json object for ViewId where availableAshod Nakashian2-5/+15
2019-02-22LOK: always update the payload string via the cacheAshod Nakashian2-4/+13
2019-02-22LOK: Validate cached queued callback payloadsAshod Nakashian2-0/+53
2019-02-22LOK: Cache JSON payloadsAshod Nakashian2-17/+41
2019-02-22LOK: Cache RectangleAndPart payloadsAshod Nakashian2-5/+29
2019-02-22LOK: Use a struct instead of std::pair to support cachingAshod Nakashian2-26/+38
2019-02-22LOK: Move RectangleAndPart to the headerAshod Nakashian2-68/+74
2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov2-52/+40
2019-02-19pretty up logging of exceptionsNoel Grandin1-5/+4
2019-02-15Mention that temporaryHackToInvokeCallbackHandlers() is for LibreOfficeLightTor Lillqvist1-0/+3
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin5-9/+9
2019-02-15tdf#123474: use INetURLObject methods to construct valid URIMike Kaganski1-3/+6
2019-02-13Pointer is pointlessNoel Grandin1-1/+0
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski1-3/+1
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin7-18/+18
2019-02-07lok: intercept the UNO command ".uno:EditRegion"Henry Castro1-1/+2
2019-01-30-Werror,-Wlogical-op-parentheses (clang-cl)Stephan Bergmann1-6/+6
2019-01-25lok: don't crash in simple LOK use-case with no callback.Michael Meeks1-2/+5
2019-01-25CppunitTest_desktop_lib: avoid use-after-freeMiklos Vajna1-0/+14
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen1-3/+4
2019-01-17lok: We cannot skip duplicates of SELECTION_START / _END.Jan Holesovsky2-2/+53
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen1-0/+1
2019-01-15Use utl::TempFile for exception safetyMike Kaganski1-26/+15
2019-01-13Reduce OUString operationsMatteo Casalin1-2/+1
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2-7/+11
2019-01-11Resolves: tdf#122404 unlock just the toplevels that were lockedCaolán McNamara2-34/+8
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2019-01-08use unique_ptr in desktop::IpcThreadNoel Grandin1-7/+6
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen3-0/+3
2019-01-06tdf#82504 writer table cell background color SvxColorItem uno functionJim Raykowski1-0/+1
2019-01-01lok: add signDocument to "Office" iface - to sign not opened docs.Tomaž Vajngerl2-0/+141
2018-12-29Fix typo in codeAndrea Gelmini2-4/+4
2018-12-27lok: add test signing DOCX -> testInsertCertificate_PEM_DOCXTomaž Vajngerl2-0/+64
2018-12-27lok: simplify and cleanup testInsertCertificate_{PEM,DER}_ODTTomaž Vajngerl1-82/+36
2018-12-26Use vector<PropertyValue> and containerToSequence to simplify thingsMike Kaganski1-84/+46