summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/scriptinfo.hxx
AgeCommit message (Expand)AuthorFilesLines
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-4/+4
2022-10-11use more string_view in swNoel Grandin1-2/+2
2022-09-16tdf#150790 tdf#150791 tdf#150947 tdf#150956 sw, a11y: fix visible bookmarksLászló Németh1-3/+3
2022-09-02tdf#150717 sw RDF metadata: add custom color bookmark boundary marksLászló Németh1-1/+3
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny1-1/+1
2022-01-20use resolution independent positions for writer's screen-renderingCaolán McNamara1-7/+3
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin1-6/+6
2020-10-20use tools::Long in swNoel1-9/+10
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-2/+2
2020-01-30tdf#45589 sw: create and paint text portions for bookmarksMichael Stahl1-1/+10
2020-01-30tdf#45589 sw: split text portions at bookmarksMichael Stahl1-0/+1
2020-01-30tdf#45589 sw: add bookmarks to SwScriptInfoMichael Stahl1-2/+9
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-05-13tdf#42949 Fix IWYU warnings in sw/source/core/inc/[g-S]*hxxGabor Kelemen1-2/+1
2018-10-03loplugin:constfields in swNoel Grandin1-2/+2
2018-07-23sw: Turn SwScriptInfo's m_HiddenChg into a std::vectorTakeshi Abe1-1/+1
2018-07-18sw: Change m_KashidaInvalid to std::unordered_setTakeshi Abe1-3/+4
2018-07-06tdf#101856 sw: hidden bookmark portions in SwTextFormatter::NewTextPortion()Michael Stahl1-0/+1
2018-06-26pass vector as arg, rather than raw pointerCaolán McNamara1-2/+2
2018-06-25tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov1-2/+1
2018-06-08sw_redlinehide: SwScriptInfo::GetScriptInfo() should return frame tooMichael Stahl1-1/+5
2018-06-08sw_redlinehide: disambiguate SwScriptInfo::GetBoundsOfHiddenRange()Michael Stahl1-1/+1
2018-06-08sw_redlinehide: static functions of SwScriptInfoMichael Stahl1-7/+9
2018-06-08sw_redlinehide: split up SwScriptInfo::WhichFont confusionMichael Stahl1-1/+2
2018-06-08sw_redlinehide: SwScriptInfo must be inited with MergedParaMichael Stahl1-2/+3
2018-06-08sw_redlinehide: convert SwScriptInfo headerMichael Stahl1-44/+48
2018-05-23sw: prefix members of SwScriptInfoMichael Stahl1-37/+37
2018-01-30loplugin:unused-returns in swNoel Grandin1-1/+1
2017-10-23loplugin:includeform: swStephan Bergmann1-1/+1
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-1/+1
2017-04-15tdf#43741 do not add space to the last character.Mark Hung1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2016-10-17tdf#43740 Don't add space after ininvisible characters.Mark Hung1-0/+6
2016-10-15tdf#43740 Count CJK characters to distribute spaces.Mark Hung1-0/+1
2016-09-01std::list<sal_Int32> to vectorNoel Grandin1-2/+2
2016-03-31tdf#84938 convert SW_* script constants to scoped enumNoel Grandin1-1/+2
2016-01-21loplugin: unused return valuesNoel Grandin1-2/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-03tdf#81144 Chinese full-width punctuation does not align properlyMark Hung1-1/+2
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-19/+19
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-1/+1
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-06Use enumeration directlyMatteo Casalin1-8/+10
2014-09-06HasKana() can be privateMatteo Casalin1-4/+3
2014-09-06sal_uInt16 to more proper types, constifyMatteo Casalin1-2/+2