summaryrefslogtreecommitdiff
path: root/editeng/source/items
AgeCommit message (Expand)Author
2013-04-12warning C4101: 'e' : unreferenced local variableStephan Bergmann
2013-04-11i#79611: SvxFieldData::Create() is not supposed to throw.Jan Holesovsky
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-27kill some unused inlinesThomas Arnhold
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-18coverity#735373 Copy-paste errorJulien Nabet
2013-03-18use SAL_N_ELEMENTSDavid Tardon
2013-03-13don't jam numbers directly on text, leave a spaceCaolán McNamara
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-03-04sal_Bool to boolTakeshi Abe
2013-03-04doubled namespacesThomas Arnhold
2013-03-04remove unused and commented out codeThomas Arnhold
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
2013-02-25loplugin: improve indentationThomas Arnhold
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-23Fix typo "teh" -> "the"Julien Nabet
2013-02-22fix editeng and basctl buildCaolán McNamara
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2013-01-28SwXTextFrame: use XFillGradientItem instead of extending SvxBrushItemMiklos Vajna
2013-01-28SwXTextFrame: use XFillStyleItem instead of extending SvxBrushItemMiklos Vajna
2013-01-25SvxBrushItem: extend this with a vcl Gradient and drawing::FillStyleMiklos Vajna
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2013-01-01remove use of #pragma optimizeLuboš Luňák
2012-12-22Some cppcheck cleaning in editengJulien Nabet
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák
2012-12-04Support added for fine dashing on table borders.Eilidh McAdam
2012-11-27SvxLanguageItem::PutValue: empty locale is not LANGUAGE_NONEEike Rathke
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke
2012-11-23some i18n wrappers with LanguageTagEike Rathke
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud
2012-11-16use LanguageTagEike Rathke
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-17ditch rather pointless REDUCEDSVXFONTCaolán McNamara
2012-10-12XubString->OUStringCaolán McNamara
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-09fdo#55526: fix import of RTF \brdrhair:Michael Stahl
2012-10-09add editeng::ConvertBorderWidthFromWord:Michael Stahl
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin
2012-08-08remove include comments and boxesThomas Arnhold
2012-08-07String::AllocBuffer replacementsCaolán McNamara
2012-08-07drop bogus eof linesThomas Arnhold
2012-08-04kill last (ab)user of SetRanges()Bjoern Michaelsen
2012-07-26fix non-const accesses in previous commit:Michael Stahl