summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-03Base scale on 1.0, not on 100.0Mike Kaganski1-8/+8
2024-04-03editeng: use text scaling that better mimics MSO text scalingTomaž Vajngerl1-2/+7
2024-04-02editeng: combine scaling parameters into ScalingParameters structTomaž Vajngerl1-23/+18
2024-03-12tdf#63259 Cycle case should work on end of wordsOliver Specht1-1/+1
2024-02-28drop EEControlBits::FORMAT100Caolán McNamara1-2/+0
2024-02-10editeng: simplify and clean-up struct in for ImpEditEngTomaž Vajngerl1-58/+61
2024-02-02editeng: GetCursorFlags flags to CursorFlags struct of boolsTomaž Vajngerl1-14/+10
2024-02-01editeng: access ImpEditEngine with getImpl() not directTomaž Vajngerl1-2/+4
2024-01-25editeng: prefix members of ImpEditViewTomaž Vajngerl1-62/+76
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl1-1/+5
2024-01-15editeng: return ParaPortion from the list as a ref.Tomaž Vajngerl1-2/+2
2024-01-14editeng: change the ParaPortion parameter from pointer to ref.Tomaž Vajngerl1-17/+16
2024-01-14editeng: use EditLine as ref. and use constTomaž Vajngerl1-10/+9
2024-01-14editeng: split up some code into own methods for CreateLinesTomaž Vajngerl1-1/+5
2024-01-02editeng: prefix members of ImpEditEngineTomaž Vajngerl1-77/+76
2024-01-02editeng: remove operator[] for EditDoc (use GetObject instead)Tomaž Vajngerl1-4/+4
2024-01-02editeng: better lifecycle control for ContentNode in EditDocTomaž Vajngerl1-1/+1
2023-12-29editeng: simplify FormatterFontMetricTomaž Vajngerl1-4/+6
2023-12-28editeng: prefix ImpEditEngine pVirtDev, pRefDevTomaž Vajngerl1-17/+17
2023-12-28editeng: move inline methods into ImpEditEngine classTomaž Vajngerl1-138/+124
2023-11-25tdf#158317 fix cleanup of SfxPoolItems in editengArmin Le Grand (allotropia)1-1/+0
2023-11-11use more concrete type in ImpEditEngine::SetUndoManagerNoel Grandin1-4/+4
2023-11-10tdf#157363 add HTML format when pasting into draw textOliver Specht1-2/+2
2023-10-12prefix some members of ImpEditEngineTomaž Vajngerl1-85/+81
2023-08-29tdf#103706: tdf#142857: sd: context aware paste for clone formatSarper Akdemir1-0/+2
2023-07-16editeng: Use Tools::Point::RotateAround instead of our ownDr. David Alan Gilbert1-1/+0
2023-06-30loplugin:unusedmethodsNoel Grandin1-1/+0
2023-06-20lok: editeng: add LOK special flagsHenry Castro1-0/+6
2023-06-16tdf#103064 sw,editeng: make para styles work inside commentsMaxim Monastirsky1-1/+3
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-6/+4
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl1-47/+51
2023-03-07no need to allocate these separatelyNoel Grandin1-1/+1
2022-11-03fix rendering of text when "fit to frame" is enabledTomaž Vajngerl1-15/+15
2022-09-20ofz#51471 TimeoutCaolán McNamara1-0/+1
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin1-1/+1
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida1-1/+1
2022-04-18tdf#148620 Crash in Draw using Format > Lists > Move DownNoel Grandin1-4/+4
2022-04-12don't FormatDoc() a whole long text if not necessary (tdf#144515)Luboš Luňák1-0/+3
2022-04-08use just one shared global SalLayoutGlyphsCacheLuboš Luňák1-3/+0
2022-03-15use SalLayoutGlyphsCache in EditEngine/SvxFont (tdf#94677)Luboš Luňák1-0/+2
2022-02-04lokCalcRTL: fix editing of shape textDennis Francis1-0/+4
2022-01-29lokCalcRTL: selection coords should be mirrored w.r.t output areaDennis Francis1-1/+1
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin1-1/+1
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-1/+2
2021-10-01loplugin:constmethodNoel Grandin1-4/+4
2021-09-11clang:optin.performance.Padding in svx,editengNoel Grandin1-7/+7
2021-09-05no need to pass EditSelection around with unique_ptrNoel Grandin1-1/+1
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-5/+6
2021-08-22no need to use unique_ptr for PolyPolygonNoel Grandin1-1/+1
2021-08-17Make IdleFormatAndUpdate privateMike Kaganski1-6/+2