summaryrefslogtreecommitdiff
path: root/editeng/source/editeng
AgeCommit message (Expand)Author
2022-01-10use less SvStream::Flush()Noel Grandin
2022-01-10editeng: avoid writing past the end of of pLine->GetCharPosArray()Miklos Vajna
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin
2021-12-09sc: avoid dynamic_cast when possibleXisco Fauli
2021-12-06tdf#145671 Don't open URL twice in cell edit modeSamuel Mehrbrodt
2021-12-02editeng: avoid non-ascii characters in the source of ContentInfo::dumpAsXml()Miklos Vajna
2021-11-26tdf#49033 Honor Selection When Applying Sentence Case FormatMichael Warner
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-20tdf#133835 speedup calc autofilter (2)Noel Grandin
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19PPTX import: handle <a:clrScheme name="...">Miklos Vajna
2021-11-09Check pOutWin before use in ImpEditView::DeselectAllSzymon Kłos
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-16adapt to the variable name change from pPortion to rPortion since 35f03f26Tomoyuki Kubota
2021-10-14Use more appropriate return type for some editeng functionsStephan Bergmann
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-10loplugin:moveparam in editengNoel Grandin
2021-10-09Typo: braket->bracketJulien Nabet
2021-10-08use SfxItemSetFixed in editengNoel Grandin
2021-10-07loplugin:moveparam in editengNoel Grandin
2021-10-01loplugin:constmethodNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-26use SfxItemSetFixed in variousNoel Grandin
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris 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-15loplugin:constvarsNoel Grandin
2021-09-14tdf#143854: Revert "tdf#57585 Add new bullet behaviour to impress"Xisco Fauli
2021-09-11clang:optin.performance.Padding in svx,editengNoel Grandin
2021-09-05no need to pass EditSelection around with unique_ptrNoel Grandin
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-25lcl_translateTwips only needs OutputDevicesCaolán McNamara
2021-08-22no need to use unique_ptr for PolyPolygonNoel Grandin
2021-08-20tdf#91519: prevent jump to top of the comment viewBayram Çiçek
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-17Make IdleFormatAndUpdate privateMike Kaganski
2021-08-13rtl::Static -> thread-safe static localNoel Grandin
2021-08-12tdf#95549 speed up load of xlsNoel Grandin
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl
2021-08-10no need to use unique_ptr for SvxRTFStyleType hereNoel Grandin
2021-08-10tdf#142845 editeng: don't update selection when formatting before sd pasteMiklos Vajna
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-31getArray->getConstArrayNoel Grandin
2021-07-31editengine-columns: number of columns is sal_Int16Mike Kaganski
2021-07-30convert TextAlign to scoped enumCaolán McNamara