summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* remove all d.lstMichael Stahl2013-02-281-0/+0
* Remove dead voice command codeTor Lillqvist2013-02-281-105/+1
* fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac2013-02-272-12/+0
* fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac2013-02-263-13/+9
* Fix i#119756 Safer take care of empty paragraphs in EditEngine layoutingArmin Le Grand2013-02-251-29/+35
* Rename loop variable in ImpEditEngine::PaintThorsten Behrens2013-02-251-7/+7
* loplugin: improve indentationThomas Arnhold2013-02-251-4/+2
* remove duplicate lineThomas Arnhold2013-02-251-1/+0
* fdo#55931, fdo#57956: Fix both autofit and stretched width.Jan Holesovsky2013-02-251-1/+7
* fdo#60724 - change 'charcter' to 'character'sadam362013-02-251-1/+1
* fix fdo#38951, use paragraph’s writing direction.navin2013-02-252-36/+4
* fix fdo#60533, Set TEXT_LAYOUT_BIDI_STRONG flag.navin patidar2013-02-251-13/+5
* loplugin: unused variablesThomas Arnhold2013-02-255-8/+1
* fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac2013-02-243-10/+10
* Fix typo begining/beginning.Julien Nabet2013-02-231-1/+1
* Fix typo "teh" -> "the"Julien Nabet2013-02-231-1/+1
* fix editeng and basctl buildCaolán McNamara2013-02-221-1/+1
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-222-2/+2
* s/the the/the/Tor Lillqvist2013-02-223-3/+3
* s/whith/with/Tor Lillqvist2013-02-223-3/+3
* s/childrens/children/Tor Lillqvist2013-02-221-1/+1
* sync two translations of the same fundamental commentCaolán McNamara2013-02-151-5/+6
* Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2013-02-1236-95/+95
* fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin2013-02-124-22/+21
* fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin2013-02-124-28/+15
* fdo#46808, convert i18n::OrdinalSuffix to new-styleNoel Grandin2013-02-121-23/+17
* fdo#46808, convert i18n::InputSequenceChecker to new-styleNoel Grandin2013-02-121-7/+3
* Add Dump() method to dump content of EditTextObject.Kohei Yoshida2013-02-116-0/+75
* only wanted completion as tip by defaultCaolán McNamara2013-02-111-2/+2
* Better default values for Word completion featureSamuel Mehrbrodt2013-02-111-3/+3
* fdo#46808, use linguistic2::LanguageGuessing service constructorNoel Grandin2013-02-111-9/+2
* fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin2013-02-114-24/+12
* fix logic to get L/R directionnavin patidar2013-02-061-1/+1
* remove obsolete hidother.src filesAndras Timar2013-02-061-38/+0
* fix fdo#59892 completely and fdo#33302 partially.navin patidar2013-02-021-3/+4
* remove useless macrosLuboš Luňák2013-01-301-2/+0
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-302-8/+8
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-01-2870-373/+368
* SwXTextFrame: use XFillGradientItem instead of extending SvxBrushItemMiklos Vajna2013-01-283-54/+1
* SwXTextFrame: use XFillStyleItem instead of extending SvxBrushItemMiklos Vajna2013-01-282-23/+1
* gbuild: remove various pointless calls that don't add anythingMichael Stahl2013-01-262-8/+0
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-263-0/+3
* text::BaseFrameProperties: add FillStyle and FillGradient optional propertiesMiklos Vajna2013-01-251-0/+2
* SvxBrushItem: extend this with a vcl Gradient and drawing::FillStyleMiklos Vajna2013-01-252-2/+76
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-213-6/+6
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-211-1/+1
* split confused ImplInitDigitMode method into seperate functionsCaolán McNamara2013-01-143-59/+48
* callcatcher: update and remove newly unused codeCaolán McNamara2013-01-133-274/+0
* Explicitly initialize SfxItemPoolUser in copy constructor.Kohei Yoshida2013-01-081-0/+1
* Remove unnecessary virtual keywords.Kohei Yoshida2013-01-081-2/+2