Age | Commit message (Expand) | Author | Files | Lines |
2021-02-01 | sw: prefix members of FormatLevel, SwNumberPortion, SwPostItsPortion and ... | Miklos Vajna | 1 | -26/+26 |
2021-01-25 | sw: prefix members of SwBidiPortion, SwDoubleLinePortion, ... | Miklos Vajna | 1 | -21/+21 |
2021-01-18 | sw: prefix members of SwCombinedPortion, SwEnhancedPDFExportHelper, ... | Miklos Vajna | 1 | -41/+41 |
2021-01-12 | sw: prefix members of SwLinePortion, SwPosSize, SwRepaint and SwTextMargin | Miklos Vajna | 1 | -1/+1 |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann | 1 | -1/+1 |
2020-10-20 | use tools::Long in sw | Noel | 1 | -6/+6 |
2020-10-06 | loplugin:const* make some params and methods const | Noel | 1 | -2/+2 |
2020-09-30 | loplugin:reducevarscope in sw | Noel | 1 | -1/+1 |
2020-09-25 | tdf#101830 sw: show field name for inline input fields too | Michael Stahl | 1 | -6/+9 |
2020-09-22 | tdf#132970 SMP bullets mangled | Caolán McNamara | 1 | -2/+2 |
2020-07-31 | loplugin:flatten in sw/core/text | Noel Grandin | 1 | -116/+116 |
2020-05-08 | sw: remove now unused SwBlinkPortion | Miklos Vajna | 1 | -3/+0 |
2020-03-26 | Extend loplugin:cstylecast to certain function-style casts | Stephan Bergmann | 1 | -1/+1 |
2020-02-04 | rename GetCursorOfst -> GetModelPositionForViewPoint | Noel Grandin | 1 | -1/+1 |
2020-02-04 | rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffset | Noel Grandin | 1 | -1/+1 |
2019-12-12 | use covariant return type for SfxPoolItem::Clone | Caolán McNamara | 1 | -1/+1 |
2019-12-02 | tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxx | Gabor Kelemen | 1 | -2/+0 |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann | 1 | -0/+4 |
2019-10-17 | Remove some memset calls | Mike Kaganski | 1 | -2/+0 |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann | 1 | -1/+1 |
2019-09-01 | Fix '..' | Andrea Gelmini | 1 | -1/+1 |
2019-07-12 | MSForms: Rework text-based date form field's representation | Tamás Zolnai | 1 | -3/+6 |
2019-07-12 | MSForms: Introduce a new fieldmark class for text-based date field | Tamás Zolnai | 1 | -0/+18 |
2019-06-12 | More uses of referer URL with SvxBrushItem | Stephan Bergmann | 1 | -2/+2 |
2019-05-20 | tdf#42949 Fix IWYU warnings in sw/source/core/*/*hxx | Gabor Kelemen | 1 | -0/+1 |
2019-04-25 | WIP: Further preparations for deeper Item changes | Armin Le Grand | 1 | -1/+1 |
2019-03-19 | tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]* | Gabor Kelemen | 1 | -0/+1 |
2019-03-09 | MSForms: Add a drop-down button for drop-down form field | Tamás Zolnai | 1 | -1/+15 |
2019-03-06 | loplugin:unnecessaryparen improve member expression | Noel Grandin | 1 | -1/+1 |
2019-02-07 | o3tl::make_unique -> std::make_unique in sw | Gabor Kelemen | 1 | -2/+1 |
2019-01-18 | convert POR constants to scoped enum | Noel Grandin | 1 | -10/+10 |
2019-01-17 | rename SwLinePortion::GetPortion -> GetNextPortion | Noel Grandin | 1 | -10/+10 |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann | 1 | -5/+5 |
2018-12-01 | sw_redlinehide_4a: finish conversions guess.cxx,itrcrsr.cxx,porfld.cxx | Michael Stahl | 1 | -1/+1 |
2018-11-15 | sw: SwAccessiblePortionData::m_aAttrFieldType is dead | Michael Stahl | 1 | -4/+0 |
2018-09-03 | use less magic in sw/ | Noel Grandin | 1 | -1/+1 |
2018-08-22 | loplugin:useuniqueptr in SwFieldPortion | Noel Grandin | 1 | -18/+18 |
2018-08-02 | [API CHANGE] add some more asserts to the string functions | Noel Grandin | 1 | -1/+1 |
2018-07-23 | tdf#118716 Inner border of an embedded table can't be dragged around | Noel Grandin | 1 | -1/+1 |
2018-07-03 | loplugin:useuniqueptr in SwGrfNumPortion | Noel Grandin | 1 | -2/+2 |
2018-06-29 | loplugin:useuniqueptr in SwFieldPortion | Noel Grandin | 1 | -19/+17 |
2018-06-08 | sw_redlinehide: convert SwFieldPortion::CheckScript() | Michael Stahl | 1 | -3/+4 |
2018-06-08 | sw_redlinehide: SwDrawTextInfo conversion in frmpaint.cxx etc. | Michael Stahl | 1 | -2/+2 |
2018-06-08 | sw_redlinehide: trivial conversions in porfld.cxx | Michael Stahl | 1 | -6/+6 |
2018-06-08 | sw_redlinehide: trivial conversions in porfld.cxx | Michael Stahl | 1 | -29/+29 |
2018-06-08 | sw_redlinehide: convert headers to TextFrameIndex | Michael Stahl | 1 | -1/+1 |
2018-04-12 | sw: fix some IWYU warnings | Miklos Vajna | 1 | -0/+1 |
2018-02-21 | loplugin:changetoolsgen in sw | Noel Grandin | 1 | -6/+6 |
2018-01-12 | More loplugin:cstylecast: sw | Stephan Bergmann | 1 | -4/+4 |
2018-01-11 | convert (a>b?a:b) to std::max(a,b) | Noel Grandin | 1 | -1/+1 |