summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-2/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin2-3/+3
2021-09-28vcl: rename OutDevState to StackChris Sherlock4-16/+16
2021-09-26use SfxItemSetFixed in variousNoel Grandin1-1/+1
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: editengStephan Bergmann1-15/+20
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock1-3/+1
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin7-32/+53
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák7-17/+17
2021-09-20no need to allocate SfxItemSet separately in SvxOutlinerForwarderNoel Grandin1-12/+12
2021-09-18ofz#24932 Avoid timeoutCaolán McNamara1-1/+1
2021-09-15loplugin:constvarsNoel Grandin2-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski2-9/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2-21/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski4-21/+21
2021-09-14tdf#143854: Revert "tdf#57585 Add new bullet behaviour to impress"Xisco Fauli2-16/+0
2021-09-11clang:optin.performance.Padding in svx,editengNoel Grandin3-13/+13
2021-09-10warning: Excessive padding in 'struct OutDevState'Caolán McNamara1-11/+10
2021-09-09ODT export: order <style:font-face> elements inside <office:font-face-decls>Miklos Vajna1-0/+48
2021-09-05no need to pass EditSelection around with unique_ptrNoel Grandin3-5/+5
2021-09-04use std::vector for fetching DX array dataNoel Grandin3-26/+19
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin15-155/+138
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin7-17/+7
2021-08-26tdf#114441 Convert use of sal_uLong to better int typesRadhey Parekh1-3/+3
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna1-43/+38
2021-08-25lcl_translateTwips only needs OutputDevicesCaolán McNamara1-2/+2
2021-08-25assert on calc rtf import at svl::detail::validRange(nFrom, nTo)Caolán McNamara1-0/+4
2021-08-22no need to use unique_ptr for PolyPolygonNoel Grandin3-9/+9
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin3-6/+9
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-20tdf#91519: prevent jump to top of the comment viewBayram Çiçek1-1/+6
2021-08-18undo changes to TextAlignCaolán McNamara3-4/+4
2021-08-17tdf#143858: sw: default value for nInclUpperLevels is 1Vasily Melenchuk1-1/+1
2021-08-17Make IdleFormatAndUpdate privateMike Kaganski1-6/+2
2021-08-16pass OutlinerParaObject around by valueNoel Grandin4-23/+33
2021-08-14flatten OFlowChainedTextNoel Grandin2-12/+12
2021-08-13rtl::Static -> thread-safe static localNoel Grandin4-137/+57
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-12tdf#95549 speed up load of xlsNoel Grandin1-2/+3
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski4-60/+54
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl2-4/+8
2021-08-10no need to use unique_ptr for SvxRTFStyleType hereNoel Grandin2-24/+24
2021-08-10tdf#142845 editeng: don't update selection when formatting before sd pasteMiklos Vajna5-5/+18
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin10-46/+47
2021-07-31getArray->getConstArrayNoel Grandin1-2/+2
2021-07-31editengine-columns: number of columns is sal_Int16Mike Kaganski3-6/+6
2021-07-30cid#1399290 silence Uncaught exceptionCaolán McNamara1-1/+1
2021-07-30convert TextAlign to scoped enumCaolán McNamara3-4/+4
2021-07-29drop some unneeded includesCaolán McNamara5-6/+8
2021-07-29use the parent as available from HangulHanjaConversionCaolán McNamara1-0/+6
2021-07-28Three identical functions for a class is a bit too muchMike Kaganski2-22/+22