summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit3.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-20editeng: warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl1-3/+5
2013-11-20sal_Bool to bool in ImpEditEngineRodolfo Ribeiro Gomes1-70/+70
2013-10-18disambiguate GetScriptType that return different value typesCaolán McNamara1-7/+7
2013-09-11convert ContentNode in editeng/source/editeng/editdoc.hxx to OUStringNoel Grandin1-25/+25
2013-08-28Expose misspelled range container outside edit engine.Kohei Yoshida1-6/+5
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-06-11Revert "fix fdo#60533, Set TEXT_LAYOUT_BIDI_STRONG flag."Petr Mladek1-5/+13
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-28/+28
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-7/+7
2013-04-19fdo#63711 Calc: fix Catalan and Hungarian hyphenationLászló Németh1-21/+28
2013-04-15use ImpEditEngine::ImplInitDigitModel() to set digit language.navin patidar1-13/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+9
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-12Let's abbreviate Rectangle as Rect, not RecTor Lillqvist1-57/+57
2013-03-11Fix fallout from 3137258e346a9c16b2e61747fd926a1e7d358d02Tor Lillqvist1-1/+1
2013-03-11Resolves: #i118905# Changed EditEngine to be able to paint to overlay directlyArmin Le Grand1-23/+25
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-3/+3
2013-02-25Fix i#119756 Safer take care of empty paragraphs in EditEngine layoutingArmin Le Grand1-29/+35
2013-02-25Rename loop variable in ImpEditEngine::PaintThorsten Behrens1-7/+7
2013-02-25fdo#55931, fdo#57956: Fix both autofit and stretched width.Jan Holesovsky1-1/+7
2013-02-25fix fdo#60533, Set TEXT_LAYOUT_BIDI_STRONG flag.navin patidar1-13/+5
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet1-1/+1
2013-02-22s/whith/with/Tor Lillqvist1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2013-02-12fdo#46808, convert i18n::InputSequenceChecker to new-styleNoel Grandin1-7/+3
2013-02-06fix logic to get L/R directionnavin patidar1-1/+1
2013-02-02fix fdo#59892 completely and fdo#33302 partially.navin patidar1-3/+4
2013-01-14split confused ImplInitDigitMode method into seperate functionsCaolán McNamara1-57/+44
2012-12-04fdo#52640 fix right-aligned tabstopsDavid Tardon1-3/+3
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-1/+1
2012-11-22AllSettings with LanguageTagEike Rathke1-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-25/+30
2012-11-06aw084: #i108052# Added code to mimic old behaviourArmin Le Grand1-0/+21
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara1-3/+4
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin1-2/+3
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud1-6/+6
2012-10-12fdo#55931 Fix renderding of subscript/superscript with Autofit Text.Jan Holesovsky1-4/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-09-24n#707779: Fix overflowing of left margin value in editeng when negative.Jan Holesovsky1-12/+5
2012-09-20Add some static goodness here, too, to avoid duplicate symbolsTor Lillqvist1-2/+2
2012-08-22Resolves: rhbz#841092 don't crash on empty portions (a11y?)Caolán McNamara1-13/+17
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-6/+7
2012-07-02fdo#51582: Avoid double deletion of a text portion.Kohei Yoshida1-3/+4
2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-06-04Fix call of getLengthJulien Nabet1-2/+2
2012-06-04Hyperlinks/Fields wrapping feature.Muthu Subramanian1-2/+68
2012-05-29targeted string re-workNorbert Thiebaud1-2/+2
2012-04-24WaE: mixing comparison of bool and sal_BoolCaolán McNamara1-3/+3
2012-04-18String & bool cleanup.Kohei Yoshida1-2/+2