summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-28Remove dead voice command codeTor Lillqvist1-105/+1
2013-02-27fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac2-12/+0
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac3-13/+9
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-25loplugin: improve indentationThomas Arnhold1-4/+2
2013-02-25remove duplicate lineThomas Arnhold1-1/+0
2013-02-25fdo#55931, fdo#57956: Fix both autofit and stretched width.Jan Holesovsky1-1/+7
2013-02-25fdo#60724 - change 'charcter' to 'character'sadam361-1/+1
2013-02-25fix fdo#38951, use paragraph’s writing direction.navin2-36/+4
2013-02-25fix fdo#60533, Set TEXT_LAYOUT_BIDI_STRONG flag.navin patidar1-13/+5
2013-02-25loplugin: unused variablesThomas Arnhold5-8/+1
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac3-10/+10
2013-02-23Fix typo begining/beginning.Julien Nabet1-1/+1
2013-02-23Fix typo "teh" -> "the"Julien Nabet1-1/+1
2013-02-22fix editeng and basctl buildCaolán McNamara1-1/+1
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet2-2/+2
2013-02-22s/the the/the/Tor Lillqvist3-3/+3
2013-02-22s/whith/with/Tor Lillqvist3-3/+3
2013-02-22s/childrens/children/Tor Lillqvist1-1/+1
2013-02-15sync two translations of the same fundamental commentCaolán McNamara1-5/+6
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida36-95/+95
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin4-22/+21
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin4-28/+15
2013-02-12fdo#46808, convert i18n::OrdinalSuffix to new-styleNoel Grandin1-23/+17
2013-02-12fdo#46808, convert i18n::InputSequenceChecker to new-styleNoel Grandin1-7/+3
2013-02-11Add Dump() method to dump content of EditTextObject.Kohei Yoshida6-0/+75
2013-02-11only wanted completion as tip by defaultCaolán McNamara1-2/+2
2013-02-11Better default values for Word completion featureSamuel Mehrbrodt1-3/+3
2013-02-11fdo#46808, use linguistic2::LanguageGuessing service constructorNoel Grandin1-9/+2
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin4-24/+12
2013-02-06fix logic to get L/R directionnavin patidar1-1/+1
2013-02-06remove obsolete hidother.src filesAndras Timar1-38/+0
2013-02-02fix fdo#59892 completely and fdo#33302 partially.navin patidar1-3/+4
2013-01-30remove useless macrosLuboš Luňák1-2/+0
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2-8/+8
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac70-373/+368
2013-01-28SwXTextFrame: use XFillGradientItem instead of extending SvxBrushItemMiklos Vajna3-54/+1
2013-01-28SwXTextFrame: use XFillStyleItem instead of extending SvxBrushItemMiklos Vajna2-23/+1
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl2-8/+0
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl3-0/+3
2013-01-25text::BaseFrameProperties: add FillStyle and FillGradient optional propertiesMiklos Vajna1-0/+2
2013-01-25SvxBrushItem: extend this with a vcl Gradient and drawing::FillStyleMiklos Vajna2-2/+76
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith3-6/+6
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2013-01-14split confused ImplInitDigitMode method into seperate functionsCaolán McNamara3-59/+48
2013-01-13callcatcher: update and remove newly unused codeCaolán McNamara3-274/+0
2013-01-08Explicitly initialize SfxItemPoolUser in copy constructor.Kohei Yoshida1-0/+1
2013-01-08Remove unnecessary virtual keywords.Kohei Yoshida1-2/+2