summaryrefslogtreecommitdiff
path: root/editeng/source/items
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2013-01-01remove use of #pragma optimizeLuboš Luňák1-8/+0
2012-12-22Some cppcheck cleaning in editengJulien Nabet2-41/+0
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák1-1/+0
2012-12-04Support added for fine dashing on table borders.Eilidh McAdam2-2/+11
2012-11-27SvxLanguageItem::PutValue: empty locale is not LANGUAGE_NONEEike Rathke1-4/+1
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke2-7/+6
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-2/+2
2012-11-22AllSettings with LanguageTagEike Rathke1-2/+2
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud1-13/+16
2012-11-16use LanguageTagEike Rathke1-3/+3
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks18-463/+245
2012-10-17ditch rather pointless REDUCEDSVXFONTCaolán McNamara1-9/+0
2012-10-12XubString->OUStringCaolán McNamara1-12/+12
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák3-4/+4
2012-10-09fdo#55526: fix import of RTF \brdrhair:Michael Stahl1-2/+16
2012-10-09add editeng::ConvertBorderWidthFromWord:Michael Stahl1-2/+75
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin1-6/+3
2012-08-08remove include comments and boxesThomas Arnhold1-2/+0
2012-08-07String::AllocBuffer replacementsCaolán McNamara1-15/+19
2012-08-07drop bogus eof linesThomas Arnhold1-3/+0
2012-08-04kill last (ab)user of SetRanges()Bjoern Michaelsen1-9/+4
2012-07-26fix non-const accesses in previous commit:Michael Stahl1-2/+1
2012-07-26Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vectorNoel Grandin1-23/+23
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-3/+4
2012-07-05ConvertBorderWidthToWord: fix wrong INSET/OUSET conversion:Michael Stahl1-2/+2
2012-07-04refactor handling of double border widths:Michael Stahl2-17/+137
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2-70/+33
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-2/+2
2012-07-02Remove unused definesThomas Arnhold1-3/+0
2012-06-29Remove some unused defines and controlsThomas Arnhold3-10/+0
2012-06-27Reduce newline bloat at eofThomas Arnhold1-67/+0
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl2-12/+14
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-09Remove superfluous include commentsThomas Arnhold10-26/+0
2012-06-04fdo#46112: tweak condition to prevent guessing only...Michael Stahl1-1/+2
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-5/+4
2012-06-04fdo#46112: fix Calc ODF border line import:Michael Stahl1-1/+10
2012-05-29targeted string re-workNorbert Thiebaud2-7/+7
2012-05-21fdo#40874: make recorded border macros run:Michael Stahl1-3/+40
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida1-1/+1
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida1-1/+0
2012-05-11Better names for presentation specific field item types.Kohei Yoshida1-3/+3
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida1-2/+0
2012-05-08A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida1-0/+2
2012-05-08Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida1-2/+179
2012-05-03Have the table field item store sheet ID.Kohei Yoshida1-3/+18
2012-05-03fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag1-11/+52