summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2013-01-08One more location using the moved svtools/wmf.hxxPetr Mladek1-1/+1
2013-01-08fdo#58671: Remove accelerators from Undo action textsKorrawit Pruegsanusak1-1/+1
2013-01-08One more location using the moved svtools/filter.hxxPetr Mladek1-1/+1
2013-01-08Make LO buildable again after the GraphicFilter move.Jan Holesovsky2-2/+2
2012-12-13fdo#58060 use acor_und.dat and LANGUAGE_UNDETERMINEDEike Rathke1-19/+16
2012-12-12fdo#58060 - use empty-string for LANGUAGE_DONTKNOW ie. acorr_.datMichael Meeks1-0/+4
2012-12-10fdo#55570 - use a hash instead of set initially until sorting neededMichael Meeks2-41/+105
2012-12-10fdo#55570 - re-factor SvxAutocorrWordList to hide it's innardsMichael Meeks4-76/+116
2012-12-04fdo#52640 fix right-aligned tabstopsDavid Tardon2-4/+4
2012-12-04more explicit ctorsDavid Tardon23-33/+33
2012-12-04Support added for fine dashing on table borders.Eilidh McAdam2-2/+11
2012-11-30fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-10/+1
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens6-22/+12
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna2-26/+16
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-1/+1
2012-11-28Resolves: fdo#57640 we really want to *titlecase* the initial characterCaolán McNamara1-2/+2
2012-11-27String=>OUString of svl's urihelperNorbert Thiebaud1-1/+6
2012-11-27SvxLanguageItem::PutValue: empty locale is not LANGUAGE_NONEEike Rathke1-4/+1
2012-11-24kill a few more SvxCreateLocale() & Co remaindersEike Rathke3-7/+7
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke14-96/+57
2012-11-24fix buildIvan Timofeev1-2/+1
2012-11-24Translation of German commentsPeter Baumgarten1-2/+4
2012-11-23some i18n wrappers with LanguageTagEike Rathke5-17/+15
2012-11-23callcatcher: update listCaolán McNamara2-10/+2
2012-11-22AllSettings with LanguageTagEike Rathke6-14/+10
2012-11-20translations is a source-only moduleAndras Timar1-1/+1
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud1-13/+16
2012-11-16use LanguageTagEike Rathke6-14/+14
2012-11-15re-base on ALv2 code. Includes:Michael Meeks5-206/+643
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin5-14/+12
2012-11-15fdo#46808, use service constructor for i18n::TextConversionNoel Grandin5-26/+19
2012-11-08WaE: unused variables on OSL_DEBUG_LEVEL > 1Caolán McNamara1-6/+0
2012-11-06Make HangulHanjaConversion an abstract classMatteo Casalin2-31/+4
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks202-4790/+2922
2012-11-06aw084: #i108052# Added code to mimic old behaviourArmin Le Grand1-0/+21
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-1/+1
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin2-2/+2
2012-10-31Remove unused method in editengMarcos Paulo de Souza2-11/+0
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin2-23/+15
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara1-3/+4
2012-10-28Variable X is reassigned a value before the old one has been usedJulien Nabet2-4/+2
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin2-34/+27
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2-40/+18
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud6-12/+12
2012-10-17ditch rather pointless REDUCEDSVXFONTCaolán McNamara2-12/+0
2012-10-12fdo#55931 Fix renderding of subscript/superscript with Autofit Text.Jan Holesovsky1-4/+1
2012-10-12XubString->OUStringCaolán McNamara4-19/+25
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák9-11/+11
2012-10-09fdo#55526: fix import of RTF \brdrhair:Michael Stahl1-2/+16
2012-10-09add editeng::ConvertBorderWidthFromWord:Michael Stahl2-3/+79