summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2013-05-30Support added for fine dashing on table borders.Eilidh McAdam2-2/+11
2013-03-05Merge branch 'distro/suse/suse-3.6' of ssh://logerrit/core into suse-3.6Petr Mladek3-4/+4
2013-03-04valgrind: use after freeCaolán McNamara1-1/+1
2013-03-04Merge tag 'libreoffice-3.6.5.2' into suse-3.6Petr Mladek1-2/+2
2013-03-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky3-4/+4
2013-03-04fdo#55931, fdo#57956: Fix both autofit and stretched width.Jan Holesovsky1-1/+7
2012-12-21fdo#52640 fix right-aligned tabstopsDavid Tardon2-4/+4
2012-12-04fdo#52640 fix right-aligned tabstopsDavid Tardon2-4/+4
2012-11-29Resolves: fdo#57640 we really want to *titlecase* the initial characterCaolán McNamara1-2/+2
2012-11-05Merge remote-tracking branch 'origin/libreoffice-3-6-3' into suse-3.6Petr Mladek4-15/+98
2012-10-29fdo#55931 Fix renderding of subscript/superscript with Autofit Text.Jan Holesovsky1-4/+1
2012-10-13fdo#55931 Fix renderding of subscript/superscript with Autofit Text.Jan Holesovsky1-4/+1
2012-10-10fdo#55526: fix import of RTF \brdrhair:Michael Stahl1-2/+16
2012-10-10add editeng::ConvertBorderWidthFromWord:Michael Stahl2-3/+79
2012-10-01n#707779: Fix overflowing of left margin value in editeng when negative.Jan Holesovsky2-13/+6
2012-08-02Related fdo#53006 Make CApitals correction work without dictionaryStephan Bergmann1-12/+14
2012-08-02some tweaks in RTF filterMichael Stahl1-1/+3
2012-07-05ConvertBorderWidthToWord: fix wrong INSET/OUSET conversion:Michael Stahl1-2/+2
2012-07-04refactor handling of double border widths:Michael Stahl4-21/+172
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl5-114/+71
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl5-34/+36
2012-07-02fdo#51582: Avoid double deletion of a text portion.Kohei Yoshida1-3/+4
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
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-06-04Fix call of getLengthJulien Nabet1-2/+2
2012-06-04Hyperlinks/Fields wrapping feature.Muthu Subramanian2-2/+69
2012-05-31nuke unused typedefTakeshi Abe2-6/+0
2012-05-29targeted string re-workNorbert Thiebaud11-58/+58
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1
2012-05-21fdo#40874: make recorded border macros run:Michael Stahl1-3/+40
2012-05-18fd0#40778 - Remove dictionary choice when adding new entryRob Snelders4-4/+18
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara1-1/+1
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida4-7/+7
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara2-4/+5
2012-05-11Unit test for UNO field item implementation.Kohei Yoshida1-0/+139
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida3-12/+1
2012-05-11Better names for presentation specific field item types.Kohei Yoshida3-16/+15
2012-05-11Fixed a regression on impress/draw file save losing date field format info.Kohei Yoshida1-6/+6
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida3-8/+6
2012-05-11Return correct presentation strings for fields.Kohei Yoshida1-26/+36
2012-05-11Return the correct service names for each field type.Kohei Yoshida1-43/+70
2012-05-10callcatcher: update unused code listCaolán McNamara2-2/+21
2012-05-10Resolves: fdo#37044 two different TransliterationChgData structsCaolán McNamara1-12/+13
2012-05-08A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida4-44/+11
2012-05-08Use defined UNO property names instead of hard-coded values.Kohei Yoshida2-19/+19
2012-05-08Removed commented out code blocks.Kohei Yoshida1-249/+0
2012-05-08Use scoped_ptr for this.Kohei Yoshida1-3/+3
2012-05-08Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida5-16/+228