summaryrefslogtreecommitdiff
path: root/sw/source/core/text/portxt.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-04sw: prefix members of SwCharRange, SwEmbedObjectLink, SwHolePortion and ...Miklos Vajna1-1/+1
2020-10-20use tools::Long in swNoel1-1/+1
2020-10-09tdf#130314 fix incorrect logic in last commitMark Hung1-1/+1
2020-10-08tdf#130314 space counting for input field.Mark Hung1-4/+4
2020-09-24tdf#136588 sw: fix line break regression with small capsAttila Bakos1-2/+1
2020-08-19tdf#112290 sw: fix missing line break in small capitalAttila Bakos1-1/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-8/+7
2020-06-26Upcoming improved loplugin:elidestringvar: swStephan Bergmann1-2/+1
2020-06-20tdf#101830 sw: highlight empty 'invisible' input fieldsSerge Krot1-0/+23
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-3/+3
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-6/+0
2019-11-20Comment some code which resembles a wrong copypaste (sw/portxt)Julien Nabet1-0/+4
2019-10-04sw: add IDocumentMarkAccess::getFieldmarkAt()Michael Stahl1-2/+2
2019-08-24tdf#123703 strip six-em-space (U+2006) at line breakLászló Németh1-1/+2
2019-08-05Fix typosAndrea Gelmini1-3/+3
2019-05-20tdf#42949 Fix IWYU warnings in sw/source/core/*/*hxxGabor Kelemen1-0/+1
2019-05-16sw layout, TabOverMargin: fix nbsp character going to a new lineMiklos Vajna1-1/+2
2019-03-21tdf#124109: Revert "Only do kashida insertion with fonts that have non-zero w...Khaled Hosny1-2/+1
2019-01-18convert POR constants to scoped enumNoel Grandin1-4/+4
2019-01-17rename SwLinePortion::GetPortion -> GetNextPortionNoel Grandin1-13/+13
2018-10-05Related: tdf#120287 sw layout, TabOverMargin: fix too wide tab portionMiklos Vajna1-1/+2
2018-09-14loplugin:useuniqueptr in SwHolePortion::PaintNoel Grandin1-6/+6
2018-06-08sw_redlinehide: use WrongListIterator in text formatting codeMichael Stahl1-3/+3
2018-06-08sw_redlinehide: add SwTextFrame::GetLangOfChar()Michael Stahl1-3/+3
2018-06-08sw_redlinehide: portxt.cxxMichael Stahl1-8/+8
2018-06-08sw_redlinehide: more portxt.cxxMichael Stahl1-12/+14
2018-06-08sw_redlinehide: SwDrawTextInfo conversion in frmpaint.cxx etc.Michael Stahl1-3/+3
2018-06-08sw_redlinehide: trivial conversions in portxt.cxxMichael Stahl1-37/+35
2018-06-08sw_redlinehide: convert headers to TextFrameIndexMichael Stahl1-3/+3
2018-04-12sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-5/+5
2017-11-21loplugin:flatten in swNoel Grandin1-26/+29
2017-11-14Only do kashida insertion with fonts that have non-zero width kashidasMartin Hosken1-1/+2
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-6/+6
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-04loplugin:constparams in sw part4Noel Grandin1-1/+1
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-6/+6
2017-04-19SwBreakIt::m_xBreak is always availableCaolán McNamara1-2/+2
2017-04-15tdf#106639 Don't add space if Snap To Chars of text grid is effective.Mark Hung1-0/+17
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-2/+0
2017-01-15crashtesting: fix a badzillion writer layout crashesCaolán McNamara1-2/+1
2016-10-15tdf#43740 Count CJK characters to distribute spaces.Mark Hung1-1/+1
2016-10-05loplugin:unnecessaryoverride in swNoel Grandin1-5/+0
2016-06-27loplugin:singlevalfields in sw(part3)Noel Grandin1-20/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-2/+2
2016-03-22loplugin:constantparam in swNoel Grandin1-1/+1
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-4/+4
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-10/+10
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11