summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/viewdraw.cxx
AgeCommit message (Expand)AuthorFilesLines
9 daysWaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-2/+2
2024-03-10tdf#90242 Navigator: Improve custom shape namingJim Raykowski1-1/+1
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)1-1/+1
2023-11-07use more TypedWhichIdNoel Grandin1-2/+2
2023-10-18use more SdrObjList::begin/end in swNoel Grandin1-4/+2
2023-03-16De-static-izing colors in SwViewOptionParis Oplopoios1-1/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-14/+14
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl1-3/+3
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-2/+2
2022-08-29ref-count SdrObjectNoel Grandin1-2/+2
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-2/+2
2021-10-10use SfxItemSetFixed in swNoel Grandin1-3/+2
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-2/+2
2021-06-12Backgrd -> BackgroundNoel Grandin1-1/+1
2021-05-26make SwRect(Rectangle) constructor explicitNoel Grandin1-1/+1
2021-04-20Fix Line and Connectors enable interactive drawingmerttumer1-0/+3
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-06ExecuteSpellPopup never called with a null spelling callbackCaolán McNamara1-1/+1
2021-03-09fontwork: center in online in writerSzymon Kłos1-8/+7
2021-03-09fontwork: insert in the center of LOK viewSzymon Kłos1-7/+7
2021-03-07loplugin:staticdynamic now with extra saltNoel1-10/+11
2021-02-23loplugin:constantparamNoel1-1/+1
2021-01-14Make Fontwork gallery dialog asyncSzymon Kłos1-24/+29
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara1-5/+4
2020-11-06disentangle writer's SID_FM_CONTROL_IDENTIFIER handlingCaolán McNamara1-12/+13
2020-07-30loplugin:flatten in sw/uibase/sidebar..sw/uibase/unoNoel Grandin1-36/+36
2020-03-24sw: check for null SdrObject before accessingAshod Nakashian1-0/+2
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen1-10/+0
2019-10-11SwCursorShell argument of AttrChangedNotify is unusedCaolán McNamara1-3/+3
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-08-02Fix typosAndrea Gelmini1-1/+1
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+1
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-04-15sw lok: fix "Cannot deselect the shape after inserting the first in a...Henry Castro1-0/+4
2019-02-13Pointer is pointlessNoel Grandin1-1/+2
2018-12-14coverity#1441522 FontWorkGalleryDialog mpSdrView member is never nullCaolán McNamara1-2/+2
2018-12-07lok: Insert shapes directly into the document.Mike Kaganski1-1/+7
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-1/+1
2018-10-20return by unique_ptr from CreateFieldControlNoel Grandin1-3/+3
2018-10-06weld FontWorkGalleryDialogCaolán McNamara1-14/+7
2018-07-31loplugin:returnconstant in svxNoel Grandin1-2/+2
2018-07-25loplugin:useuniqueptr in SwViewNoel Grandin1-15/+14
2018-05-31use std::unique_ptrCaolán McNamara1-9/+9
2018-05-02return std::unique_ptr from SdrMakeOutlinerNoel Grandin1-3/+3
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-6/+6
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin1-1/+1
2017-11-29loplugin:unusedmethodsNoel Grandin1-22/+0
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-3/+3
2017-11-15TypedWhichIdNoel Grandin1-5/+4