summaryrefslogtreecommitdiff
path: root/sw/inc/redline.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-17sw lok: Use unique redline identifier, instead of array indicesPranav Kant1-1/+5
2017-03-16Clean up integers representing "redline authors"Stephan Bergmann1-5/+7
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin1-3/+3
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+0
2016-09-22remove unused definesEike Rathke1-3/+0
2016-09-21Related: tdf#102308 sw: ignore seconds when combining redlinesMiklos Vajna1-13/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-6/+6
2016-09-08loplugin:constantparam in swNoel Grandin1-3/+2
2016-08-29sw lok: emit REDLINE_TABLE_ENTRY_MODIFIED when deleting self-added charactersMiklos Vajna1-1/+1
2016-08-29Emit notification to a LibreOfficeKit client also when a redline is modifiedTor Lillqvist1-10/+4
2016-06-27loplugin:singlevalfields in sw(part4)Noel Grandin1-2/+1
2016-03-31loplugin:constantparam in swNoel Grandin1-3/+3
2016-03-23sw: replace boost::noncopyable with C++11 deleteMichael Stahl1-2/+5
2016-03-15loplugin:constantparamNoel Grandin1-1/+1
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin1-4/+2
2016-01-19loplugin:unusedmethods in sw/Noel Grandin1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-9/+9
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-07-21loplugin:unusedmethods swNoel Grandin1-21/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-9/+9
2015-02-22Extract SwRangeRedline::dumpAsXml() from SwRedlineTblMiklos Vajna1-0/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-01-30During DocumentRedlineManager::SetRedlineMode the array becomes unsortedCaolán McNamara1-6/+6
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-1/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-3/+0
2014-11-16Remove obsolete comment, there is no boolean hereMatteo Casalin1-2/+0
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-3/+3
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-13/+13
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-9/+9
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-1/+1
2014-02-27coverity#1187644 confused copy ctors, leaks, etc.Caolán McNamara1-21/+17
2014-02-27Remove visual noise from swAlexander Wilms1-3/+0
2014-02-12Add support for 'Table Cell Redlines' in SW coreAdam Co1-0/+23
2014-02-11Add support for 'Table Row Redlines' in SW coreAdam Co1-2/+17
2014-02-11Add derived class 'SwTableRowRedline' stubAdam Co1-0/+10
2014-02-11New redline object and table for non-ranged redlines called 'SwExtraRedline'Adam Co1-0/+10
2014-01-17bool improvementsStephan Bergmann1-11/+11
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-1/+1
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-16/+16
2013-12-12Add new 'SwRedlineExtraData_FormattingChanges' class for formatting changesAdam Co1-1/+24
2013-11-21longparas: these are really xub_StrLensCaolán McNamara1-1/+1
2013-11-05fixincludeguards.sh: swThomas Arnhold1-2/+2
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+1
2013-10-15convert sw/inc/redline.hxx from String to OUStringNoel Grandin1-11/+11