summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin
2022-05-26tdf#149324 sw offapi xmloff: add option to not hyphenate short wordsLászló Németh
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-19use the std::function type for this lambda to prevent allocationNoel Grandin
2022-05-18elide some OUString allocation in SvxNumberType::GetNumStrNoel Grandin
2022-05-14tdf#149079 don't skip disposing DnDListenerCaolán McNamara
2022-05-14reserve space in vector in ImpEditEngine::CreateTextObjectNoel Grandin
2022-05-13Pick a better type for the GetAttrib nAttr parameterStephan Bergmann
2022-05-12tdf#121740 std::set->o3tl::sorted_vector in ImpEditEngine::FormatDocNoel Grandin
2022-05-11tdf#148148: Applying Title Case when selection contains only spacesMichael Warner
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in editengStephan Bergmann
2022-05-03ofz#24932 TimeoutCaolán McNamara
2022-05-01use more string_view in variousNoel Grandin
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-27Fix typosAndrea Gelmini
2022-04-27ofz#24932 TimeoutCaolán McNamara
2022-04-25use string_view in CompareProtocolSchemeNoel Grandin
2022-04-20tdf#148630 fix text layout and cursor position for IVS+spacingMark Hung
2022-04-18tdf#148620 Crash in Draw using Format > Lists > Move DownNoel Grandin
2022-04-14use more string_view in editengNoel Grandin
2022-04-12don't FormatDoc() a whole long text if not necessary (tdf#144515)Luboš Luňák
2022-04-08use just one shared global SalLayoutGlyphsCacheLuboš Luňák
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-03-24tdf#114441: Convert use of sal_uLong into better integer typesTushar Jham
2022-03-18tdf#145614 Convert #define to enum or constexprDeep17
2022-03-18a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGloballyMichael Weghorn
2022-03-17use actual type in AccessibleImageBulletNoel Grandin
2022-03-17use actual type in AccessibleEditableTextParaNoel Grandin
2022-03-17use actual type in AccessibleContextBaseNoel Grandin
2022-03-15use SalLayoutGlyphsCache in EditEngine/SvxFont (tdf#94677)Luboš Luňák
2022-03-15Better CreateRomanString() to create Roman numbersHossein
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-03-02cid#1500415 Explicit null dereferencedCaolán McNamara
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin
2022-02-25tdf#81894 sc spelling: eliminate separate(inaccurate) checkJustin Luth
2022-02-24use more TypedWhichIdNoel Grandin
2022-02-24cid#1500415 silence Explicit null dereferencedCaolán McNamara
2022-02-19tdf#147166 EditTextObjectImpl copy ctor doesn't exactly copy EditTextObjectImplCaolán McNamara
2022-02-17tdf#147196: Fix crash in editeng when applying title case formatMichael Warner
2022-02-17sd theme: add doc model for shape fill colorMiklos Vajna
2022-02-15tdf#143709 - Create repaint rectangle with the old text sizeAndreas Heinisch