summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida10-33/+42
2022-05-05use more o3tl::getTokenNoel Grandin1-6/+6
2022-05-04Just use Any ctor instead of makeAny in editengStephan Bergmann6-23/+23
2022-05-03ofz#24932 TimeoutCaolán McNamara1-1/+8
2022-05-01use more string_view in variousNoel Grandin2-5/+5
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin1-2/+3
2022-04-29use more string_view in INetURLObjectNoel Grandin2-3/+3
2022-04-27Fix typosAndrea Gelmini1-1/+1
2022-04-27ofz#24932 TimeoutCaolán McNamara1-0/+10
2022-04-25use string_view in CompareProtocolSchemeNoel Grandin1-2/+2
2022-04-20tdf#148630 fix text layout and cursor position for IVS+spacingMark Hung2-22/+61
2022-04-18tdf#148620 Crash in Draw using Format > Lists > Move DownNoel Grandin11-386/+428
2022-04-14use more string_view in editengNoel Grandin1-4/+4
2022-04-12don't FormatDoc() a whole long text if not necessary (tdf#144515)Luboš Luňák4-1/+29
2022-04-08use just one shared global SalLayoutGlyphsCacheLuboš Luňák4-33/+27
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-2/+2
2022-04-08use more subView when converting to Int32Noel Grandin1-1/+2
2022-03-24tdf#114441: Convert use of sal_uLong into better integer typesTushar Jham3-5/+5
2022-03-18tdf#145614 Convert #define to enum or constexprDeep171-4/+4
2022-03-18a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGloballyMichael Weghorn1-4/+0
2022-03-17use actual type in AccessibleImageBulletNoel Grandin2-20/+16
2022-03-17use actual type in AccessibleEditableTextParaNoel Grandin1-20/+16
2022-03-17use actual type in AccessibleContextBaseNoel Grandin1-13/+7
2022-03-15use SalLayoutGlyphsCache in EditEngine/SvxFont (tdf#94677)Luboš Luňák4-25/+56
2022-03-15Better CreateRomanString() to create Roman numbersHossein1-37/+11
2022-03-11new loplugin:trivialdestructorNoel Grandin1-4/+0
2022-03-02cid#1500415 Explicit null dereferencedCaolán McNamara1-1/+1
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák2-10/+7
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin2-9/+7
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin1-10/+10
2022-02-25tdf#81894 sc spelling: eliminate separate(inaccurate) checkJustin Luth1-3/+4
2022-02-24use more TypedWhichIdNoel Grandin1-3/+4
2022-02-24cid#1500415 silence Explicit null dereferencedCaolán McNamara1-0/+1
2022-02-19tdf#147166 EditTextObjectImpl copy ctor doesn't exactly copy EditTextObjectImplCaolán McNamara1-0/+1
2022-02-17tdf#147196: Fix crash in editeng when applying title case formatMichael Warner2-3/+22
2022-02-17sd theme: add doc model for shape fill colorMiklos Vajna2-27/+44
2022-02-15tdf#143709 - Create repaint rectangle with the old text sizeAndreas Heinisch1-4/+4
2022-02-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroHossein1-2/+2
2022-02-06Simplify sequence of PropertyValue in cui/editeng/extensionsJulien Nabet2-10/+8
2022-02-06We know the length hereMike Kaganski1-2/+2
2022-02-04lokCalcRTL: fix editing of shape textDennis Francis3-6/+41
2022-02-04lok: ensure no more tunneled spellchecking menuHenry Castro1-8/+2
2022-02-01tdf#144851 Honor Selection When Applying Title Case FormatMichael Warner2-1/+22
2022-01-29lokCalcRTL: selection coords should be mirrored w.r.t output areaDennis Francis2-4/+12
2022-01-29lokCalcRTL: text cursor pos should be mirrored w.r.t output areaDennis Francis1-0/+7
2022-01-27add some more TypeWhichId annotationsNoel Grandin1-3/+4
2022-01-21Remove MAXCHARSINPARA truncation in ImpEditEngine::ReadText()Eike Rathke1-4/+0
2022-01-21Related: tdf#139974 Keep HYPHEN-MINUS with a number to the rightEike Rathke1-3/+16
2022-01-20Related: tdf#139974 Try to find boundary for forced line breakEike Rathke1-0/+34
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)2-0/+11