summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/bookmrk.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann1-2/+1
2020-05-18MSForms: fix rendering of form field button.Tamás Zolnai1-8/+0
2020-05-11lok: MSForms: send also the placeholder text.Tamás Zolnai1-1/+5
2020-05-10fix broken build caused by change in internal LOK APIAndras Timar1-1/+7
2020-05-09lok: MSForms: test & fix two corner cases of drop-down field.Tamás Zolnai1-2/+2
2020-05-08lok: MSForms: send button message also when paint area is not changing.Tamás Zolnai1-1/+7
2020-05-08lok: MSForms: disable form field messages on mobile.Tamás Zolnai1-1/+2
2020-05-08lok: MSForms: dont send form field button data with empty text area.Tamás Zolnai1-0/+3
2020-05-08lok: MSForms: Send also the drop down field params to the client code.Tamás Zolnai1-3/+29
2020-05-08lok: MSForms: Add callback for form field button.Tamás Zolnai1-0/+45
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2020-01-30tdf#45589 sw: invalidate on bookmark insertion/deletionMichael Stahl1-0/+42
2020-01-15clang-tidy modernize-concat-nested-namespace in swNoel Grandin1-4/+4
2020-01-10tdf#88713 Fix navigating navigator remindersJim Raykowski1-2/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-11-13sw: avoid partial expansion of bookmark over new fieldmarkMichael Stahl1-8/+19
2019-10-23sw: fieldmark insert/delete UndoMichael Stahl1-0/+19
2019-10-23sw: DateFieldmark separator position: hack to put it at the startMichael Stahl1-10/+0
2019-10-23sw: add CH_TXT_ATR_FIELDSEP position parameter when insertingMichael Stahl1-10/+25
2019-10-23sw: actually insert CH_TXT_ATR_FIELDSEPMichael Stahl1-2/+93
2019-10-15new loplugin:bufferaddNoel Grandin1-2/+1
2019-10-04sw: add DocumentContentOperationsManager::DeleteDummyChar()Michael Stahl1-12/+4
2019-08-26tdf#42949 Fix IWYU warnings in sw/source/core/[a-c]*/*cxxGabor Kelemen1-4/+1
2019-07-16tdf#126414: MSForms: fix flickering of date field button on WindowsTamás Zolnai1-1/+8
2019-07-13Removed duplicated includeAndrea Gelmini1-1/+0
2019-07-12MSForms: date field: handle replacing empty contentTamás Zolnai1-1/+7
2019-07-12MSForms: Rework text-based date form field's representationTamás Zolnai1-17/+259
2019-07-12MSForms: Implement calculation of the displayed text in date form fieldTamás Zolnai1-1/+8
2019-07-12MSForms: Add a drop-down button for the text-based date fieldTamás Zolnai1-50/+27
2019-07-12MSForms: Introduce a new fieldmark class for text-based date fieldTamás Zolnai1-0/+54
2019-07-11MSForms: Deduplicate code by creating NonTextFieldmark classTamás Zolnai1-28/+9
2019-03-09MSForms: Add a drop-down button for drop-down form fieldTamás Zolnai1-0/+41
2019-03-09MSForms: Introduce a new IFieldMark for drop-down form fieldTamás Zolnai1-0/+33
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-5/+4
2019-01-02Remove SwModify/SwClient for UNO BookmarksBjoern Michaelsen1-2/+2
2018-10-11tdf#120225 ww8import: keep textform nameJustin Luth1-2/+5
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin1-2/+2
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+0
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-06tdf#101856 create bookmarks w/ new hidden/cond attrs, save as odtBernhard Widl1-0/+1
2017-09-27Silence --disable-assert-always-abort warningsStephan Bergmann1-2/+2
2017-09-27loplugin:constparamsStephan Bergmann1-1/+1
2017-09-27tdf#112679 sw: fix copying of fieldmarksMichael Stahl1-11/+38
2017-08-03loplugin:constparams in sw part1Noel Grandin1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-2/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-12loplugin:constantparamNoel Grandin1-3/+1
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-4/+4
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-2/+2