summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unobkm.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-31loplugin:flatten in sw/core/unocoreNoel Grandin1-11/+11
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-3/+0
2019-11-25sw: prefix members of SwFieldDialog, SwLanguageIterator, SwSelectionList ...Miklos Vajna1-2/+2
2019-10-23sw: fix crash after SwXFieldmark::SetFieldType()Michael Stahl1-0/+2
2019-10-22sw: what is that exception aboutMichael Stahl1-1/+2
2019-10-12Modify GetBookmark to get rid of const_cast (sw)Julien Nabet1-7/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-1/+1
2019-07-12MSForms: Rework text-based date form field's representationTamás Zolnai1-2/+2
2019-07-12MSForms: Introduce a new fieldmark class for text-based date fieldTamás Zolnai1-1/+3
2019-06-24Drop sw::GetSupportedServiceNamesImplArkadiy Illarionov1-10/+5
2019-03-09MSForms: Introduce a new IFieldMark for drop-down form fieldTamás Zolnai1-1/+22
2019-01-02Remove SwModify/SwClient for UNO BookmarksBjoern Michaelsen1-5/+5
2018-07-06tdf#101856 create bookmarks w/ new hidden/cond attrs, save as odtBernhard Widl1-1/+71
2018-05-21dont use SwClient/SwModify in unocore: BookmarkBjoern Michaelsen1-32/+30
2018-04-05sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-2/+2
2017-09-27tdf#112679 sw: fix copying of fieldmarksMichael Stahl1-1/+1
2017-09-26loplugin:flatten in swNoel Grandin1-6/+5
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl1-1/+1
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin1-13/+11
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-45/+3
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-2/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-3/+3
2016-01-08tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl1-8/+1
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-5/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-10-13tdf#94804 sw: allow duplicate heading cross reference bookmarksMichael Stahl1-1/+8
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-03-11convert MarkType to enum classNoel Grandin1-7/+8
2014-12-11Add undo operation for deleting a bookmark + unit test, related fdo#51741Matúš Kukan1-11/+1
2014-12-02fdo#51741 Mark document as modified on bookmark rename / deleteRenato Ferreira1-1/+0
2014-11-26Writer: Set document as modified and add undo when renaming bookmarksMatúš Kukan1-22/+12
2014-08-20SwXBookmark: m_rThis now unusedMichael Stahl1-6/+3
2014-08-20fdo#72695: avoid double-free race condition for SwXBookmark/SwXFieldmarkMichael Stahl1-23/+43
2014-07-13remove code that was commented out more than three years agoPhilipp Riemer1-6/+0
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl1-2/+2
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-1/+1
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-8/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-6/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-31/+31
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-21/+19