summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno
AgeCommit message (Expand)AuthorFilesLines
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-08lok: MSForms: fix editing of drop-down field.Tamás Zolnai1-9/+9
2020-05-08lok: MSForms: Handle event about item selection of a drop-down field.Tamás Zolnai1-0/+36
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann3-0/+5
2020-03-24ofz#21168 sw,writerfilter: limit writerfilter hack to writerfilterCaolán McNamara1-0/+12
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-1/+1
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl1-1/+1
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl1-1/+2
2020-02-03sw: split into 2 settings ProtectBookmarks and ProtectFieldsMichael Stahl1-6/+24
2020-02-03Add ProtectBookmarksAndFields per-document optionKatarina Behrens1-0/+18
2020-01-31tdf#45589 offapi,officecfg,sw: add option to toggle bookmark displayMichael Stahl2-0/+5
2020-01-29lok: preserve mouse event logic position and use in calcTomaž Vajngerl1-2/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-3/+4
2020-01-28remove some unused local varsNoel Grandin1-2/+2
2020-01-26rename some local variablesNoel Grandin1-1/+1
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen11-68/+5
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna1-1/+1
2020-01-03Fix typoAndrea Gelmini1-1/+1
2019-12-23sal_Char->char in swNoel Grandin3-5/+5
2019-12-22sw: SwView can be null when setting clipboardAshod Nakashian1-1/+3
2019-12-03lok: calc - store zoom in the view itself.Michael Meeks1-3/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann3-0/+13
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-10-11SwCursorShell argument of AttrChangedNotify is unusedCaolán McNamara2-4/+4
2019-10-04Related: tdf#127529 make it harder to misunderstand this VirtualDevice ctorCaolán McNamara1-1/+1
2019-09-30tdf#124601 sw: add ContinuousEndnotes layout compat optionMiklos Vajna1-0/+18
2019-09-27cid#1448369 silence Unchecked dynamic_castCaolán McNamara1-10/+10
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin6-24/+24
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov3-18/+7
2019-09-19remove SwClient/SwModify in sw/source/uibaseBjoern Michaelsen1-1/+0
2019-09-16dont define PROPERTY_NONE multiple timesBjoern Michaelsen1-8/+10
2019-09-12chart2: add some doxygen comments from Marco's talkMiklos Vajna1-1/+1
2019-09-07make page bookkeep the SwXShapesBjoern Michaelsen1-2/+1
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov1-3/+1
2019-09-06Fixing '....' and '..'Andrea Gelmini1-1/+1
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov4-22/+12
2019-08-20loplugin:constvars in swNoel Grandin1-1/+1
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet7-43/+20
2019-08-15loplugin:sequenceloop in swNoel Grandin1-1/+1
2019-08-09tdf#42949 Fix IWYU warnings in sw/source/uibase/*/*hxxGabor Kelemen2-2/+0
2019-08-05tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[l-z]*Gabor Kelemen1-0/+1
2019-08-02Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann9-19/+19
2019-07-25tdf#119228 Add storage and serialisation for the Resolved flagScott Clarke1-0/+1
2019-07-20loplugin:referencecasting in swNoel Grandin1-1/+1
2019-07-16sw comments on frames: no overlay in the LOK API, eitherMiklos Vajna1-1/+8
2019-07-15tdf#39593 Remove SvxUnoDrawMSFactory::concatServiceNamesArkadiy Illarionov1-1/+1
2019-07-03Simplify Sequence iterations in sw/source/uibase/Arkadiy Illarionov6-104/+57