summaryrefslogtreecommitdiff
path: root/editeng/source/outliner/outliner.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-07loplugin:ostr in editengNoel Grandin1-2/+2
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-3/+4
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski1-2/+2
2024-04-03Base scale on 1.0, not on 100.0Mike Kaganski1-5/+3
2024-04-02editeng: combine scaling parameters into ScalingParameters structTomaž Vajngerl1-9/+5
2023-11-11use more concrete type in ImpEditEngine::SetUndoManagerNoel Grandin1-2/+2
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-2/+2
2023-07-16editeng/Outliner: Use RotateAround rather than open codingDr. David Alan Gilbert1-12/+2
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga1-1/+6
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl1-10/+13
2023-03-15tdf#114441: Convert use of sal_uLong to better integer typesNirnayK1-1/+1
2023-02-28tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir1-1/+1
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-2/+3
2022-11-03fix rendering of text when "fit to frame" is enabledTomaž Vajngerl1-6/+6
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny1-4/+5
2022-08-01remove NOP in editeng: HOLDDEPTHJustin Luth1-1/+0
2022-07-28remove unused SETBULLETTEXT flag in editengJustin Luth1-6/+0
2022-05-05use more o3tl::getTokenNoel Grandin1-6/+6
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin1-2/+3
2022-03-24tdf#114441: Convert use of sal_uLong into better integer typesTushar Jham1-1/+1
2022-02-19tdf#147166 EditTextObjectImpl copy ctor doesn't exactly copy EditTextObjectImplCaolán McNamara1-0/+1
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin1-39/+37
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski1-1/+1
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák1-1/+1
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin1-2/+2
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin1-3/+3
2021-10-07loplugin:moveparam in editengNoel Grandin1-1/+1
2021-10-01loplugin:constmethodNoel Grandin1-4/+4
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-2/+1
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-3/+3
2021-09-14tdf#143854: Revert "tdf#57585 Add new bullet behaviour to impress"Xisco Fauli1-8/+0
2021-09-04use std::vector for fetching DX array dataNoel Grandin1-3/+3
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-28/+16
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin1-1/+1
2021-08-18undo changes to TextAlignCaolán McNamara1-2/+2
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-11/+10
2021-08-14flatten OFlowChainedTextNoel Grandin1-10/+10
2021-07-30convert TextAlign to scoped enumCaolán McNamara1-2/+2
2021-07-29drop some unneeded includesCaolán McNamara1-1/+0
2021-07-28Three identical functions for a class is a bit too muchMike Kaganski1-10/+10
2021-07-07tdf#57585 Add new bullet behaviour to impressGokce Kuler1-0/+8
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin1-2/+2
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-18/+18
2021-04-19use more string_view in comphelper::stringNoel Grandin1-1/+1
2021-03-21cid#1473798 silence Unchecked return value from libraryCaolán McNamara1-1/+1
2021-03-20invalidate via Editview::InvalidateWindowCaolán McNamara1-1/+1
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-4/+4
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-3/+3