summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txttab.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-11-23CppunitTest_sw_uiwriter: use more SwParaPortion::dumpAsXml()Miklos Vajna1-1/+1
2022-10-14sw: tables have frames, not portionsMiklos Vajna1-2/+2
2022-08-19unique_ptr->optional in SwFontSaveNoel Grandin1-4/+4
2022-02-06We know the length hereMike Kaganski1-2/+2
2021-09-28no need to allocate SvxTabStopItem separately in SwLineInfoNoel Grandin1-3/+3
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-1/+1
2021-06-19tdf#142404 DOCX c15: handle remaining TabOverSpacing tabsJustin Luth1-4/+19
2021-06-17tdf#142404 DOCX c15: fix centering when TabOverSpacingJustin Luth1-1/+1
2021-06-16tdf#142404 DOCX c15: line full before out-of-bounds TabOverSpacingJustin Luth1-8/+33
2021-06-15tdf#142404 DOCX c15: allow autoTabStop after TabOverSpacingJustin Luth1-1/+2
2021-06-08tdf#142404 DOCX c15: add compat flag TabOverSpacingJustin Luth1-6/+16
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-4/+4
2021-04-13tdf#132393 sw: disable TabOverMargin layout flag inside sectionsMiklos Vajna1-1/+6
2021-03-17tdf#52065 sw: revert tdf#45908: Cleaning up the tabs too earlyJustin Luth1-0/+5
2021-02-22sw: prefix members of SwFixPortion, SwFlyPortion, SwGluePortion and ...Miklos Vajna1-8/+8
2021-01-12sw: prefix members of SwLinePortion, SwPosSize, SwRepaint and SwTextMarginMiklos Vajna1-1/+1
2021-01-04sw: prefix members of SwCharRange, SwEmbedObjectLink, SwHolePortion and ...Miklos Vajna1-3/+3
2020-12-24custom literal for Degree10Noel Grandin1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-10-20use tools::Long in swNoel1-1/+1
2020-07-31loplugin:flatten in sw/core/textNoel Grandin1-17/+17
2020-07-10tdf#134548: sw: revert of changes to tab at zero posVasily Melenchuk1-5/+0
2020-06-21Fix typoAndrea Gelmini1-1/+1
2020-06-17tdf#134063: sw: redesigned support for tab at zero positionVasily Melenchuk1-9/+6
2020-06-05tdf#83309: docx import: allow for lists tabstop at zero positionVasily Melenchuk1-1/+9
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-3/+0
2019-01-18convert POR constants to scoped enumNoel Grandin1-13/+13
2019-01-17rename SwLinePortion::GetPortion -> GetNextPortionNoel Grandin1-7/+7
2018-06-08sw_redlinehide: trivial node conversions in txtfly.cxx,txttab.cxxMichael Stahl1-8/+10
2018-06-08sw_redlinehide: trivial conversions in txttab.cxxMichael Stahl1-7/+9
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-11-30TypedWhichId for RES_PARAATR constantsNoel Grandin1-2/+1
2017-11-10sw: remove temporary debug code in txttab that no longer builds anywayMiklos Vajna1-14/+0
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-6/+6
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-6/+6
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-6/+6
2017-10-23loplugin:includeform: swStephan Bergmann1-3/+3
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-03-31spelling in comments: minmal -> minimalJustin Luth1-1/+1
2017-03-31tdf#106701 tabOverMargin: only affect specified tabstops, not autotabJustin Luth1-1/+1
2017-01-18tdf#35021 TabOverMargin: support LEFT tabs alsoJustin Luth1-2/+14
2017-01-17tdf#35021 TabOverMargin: support center and decimal tabs alsoJustin Luth1-2/+2
2016-12-30cleanup tailing backslashesJochen Nitschke1-2/+2
2016-10-20loplugin:expandablemethodds in sw(part2)Noel Grandin1-2/+2
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin1-9/+9
2016-03-31loplugin:constantparam in swNoel Grandin1-3/+3
2016-02-05Fix typosAndrea Gelmini1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-22/+22
2015-11-13sw: prefix members of SwTextIterMiklos Vajna1-23/+23
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5