summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2013-08-12convert vcl/cmdevt.hxx from XubString to OUStringNoel Grandin1-1/+1
2013-08-12XubString->OUStringCaolán McNamara1-4/+4
2013-08-11single delimator of \xFF not four of '\0', 'x', 'F', 'F'Caolán McNamara1-1/+1
2013-08-11String->OUStringIvan Timofeev5-15/+11
2013-08-10Removed chained appends in SvxAuthorField, as part of Bug 57950.Neil Moore1-6/+1
2013-08-09Resolves: fdo#67743 user autocorr file not writtenCaolán McNamara1-5/+8
2013-08-09XubString->OUStringCaolán McNamara3-28/+30
2013-08-08SvxFont: remove duplicate LanguageType memberMichael Stahl1-11/+9
2013-08-04Mark as const/staticTakeshi Abe1-3/+3
2013-07-30String to OUStringMatteo Casalin3-3/+3
2013-07-30String to OUStringMatteo Casalin2-8/+10
2013-07-27Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl1-3/+3
2013-07-27Mark as const/staticTakeshi Abe3-17/+17
2013-07-27Drop unused inline functionTakeshi Abe1-5/+0
2013-07-27SfxStyleSheetBasePool: remove internal iteratorMichael Stahl1-3/+3
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke10-22/+22
2013-07-10use LanguageTagEike Rathke1-3/+2
2013-07-10SvxBrushItem::TransparencyToPercent: add this to avoid copypasteMiklos Vajna1-2/+2
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud3-17/+17
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan2-6/+4
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-7/+12
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-3/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold2-2/+2
2013-06-27coverity#1038307 Negative loop boundNorbert Thiebaud1-8/+12
2013-06-25fdo65400: fix for Character Shading being lostAdam Co1-47/+86
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-0/+5
2013-06-24Resolves: #i120020# corrected paragraph merge...Armin Le Grand1-9/+35
2013-06-22missing declared dep on boost_headers for editeng lookuptree cppunit testNorbert Thiebaud1-0/+1
2013-06-22Trie lookup tree code review fixesTomaž Vajngerl1-22/+39
2013-06-20fdo#62536: sw: fix AutoCorrect bold/underline on existing AUTOFMTMichael Stahl1-5/+8
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin2-24/+16
2013-06-13cppcheck: fix several Prefer prefix ++/-- operatorsJulien Nabet1-3/+3
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-2/+6
2013-06-11fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl3-4/+275
2013-06-11Work around -Werror=strict-aliasingStephan Bergmann1-1/+2
2013-06-11Revert "fix fdo#60533, Set TEXT_LAYOUT_BIDI_STRONG flag."Petr Mladek1-5/+13
2013-06-10mingw64: change Link class to use sal_IntPtr instead of longFridrich Štrba1-1/+1
2013-06-07sw: fix AutoCorrect bold/underline regressionMichael Stahl3-18/+36
2013-06-06Remove remnants of help agentCaolán McNamara1-63/+0
2013-06-06Slowly, but surely going on compiling for mingw64Fridrich Štrba1-1/+1
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-06-03fdo#62224 reconstruct border state for table dialogDavid Tardon1-0/+5
2013-05-30Make use of IsStarSymbol()Thomas Arnhold1-3/+1
2013-05-30Resolves: #i122096# apply default bullet numbering rule on toggle on...Oliver-Rainer Wittmann4-296/+242
2013-05-28Do not enable outliner when it was not before only for temporary undo disableArmin Le Grand1-1/+2
2013-05-28Related: #i120515# do not create undo action when in Init()Armin Le Grand1-1/+2
2013-05-28Related: #i120498# Enhanced Undo/Redo and user experience...Armin Le Grand4-4/+48
2013-05-28pause notifications while undoing to keep a11y out until we're doneCaolán McNamara1-1/+8
2013-05-27be case-insensitive for open/starsymbol comparisonThomas Arnhold1-2/+2