summaryrefslogtreecommitdiff
path: root/editeng/source/outliner
AgeCommit message (Expand)Author
2023-11-15tdf#158031 editeng: rename GetFieldAtCursorJustin Luth
2023-11-15tdf#158031 editeng SID_COPY_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth
2023-11-11use more concrete type in ImpEditEngine::SetUndoManagerNoel Grandin
2023-11-10tdf#157363 add HTML format when pasting into draw textOliver Specht
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-07-16editeng/Outliner: Use RotateAround rather than open codingDr. David Alan Gilbert
2023-06-29loplugin:unusedmethodsNoel Grandin
2023-06-16tdf#103064 sw: use the comment style by default instead of DFMaxim Monastirsky
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl
2023-03-15tdf#114441: Convert use of sal_uLong to better integer typesNirnayK
2023-02-28tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara
2022-11-03fix rendering of text when "fit to frame" is enabledTomaž Vajngerl
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-08-01remove NOP in editeng: HOLDDEPTHJustin Luth
2022-07-28remove unused SETBULLETTEXT flag in editengJustin Luth
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida
2022-05-05use more o3tl::getTokenNoel Grandin
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin
2022-03-24tdf#114441: Convert use of sal_uLong into better integer typesTushar Jham
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin
2022-02-19tdf#147166 EditTextObjectImpl copy ctor doesn't exactly copy EditTextObjectImplCaolán McNamara
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin
2021-12-21tdf#133713 sd: bullets and numbering should enable itJustin Luth
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-07loplugin:moveparam in editengNoel Grandin
2021-10-01loplugin:constmethodNoel Grandin
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-14tdf#143854: Revert "tdf#57585 Add new bullet behaviour to impress"Xisco Fauli
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-14flatten OFlowChainedTextNoel Grandin
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-07-29drop some unneeded includesCaolán McNamara
2021-07-28Three identical functions for a class is a bit too muchMike Kaganski
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
2021-07-07tdf#57585 Add new bullet behaviour to impressGokce Kuler
2021-06-30reduce cost of allocating and copying SvxNumRuleNoel Grandin
2021-06-08editengine-columns: Implement layoutMike Kaganski