Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-24 | fdo#45560: Fixed docx textbox borders style and width import | Cédric Bosdonnat | 2 | -0/+50 | |
(cherry picked from commits e3e7623bf6cecf0e32912347a58e5a2c7297099d, 2c7a532b7e2b8cf41792292610df96755b131987 and fda2c3639de6b673faf2ccd84b6d4318e592fbf0) Signed-off-by: Miklos Vajna <vmiklos@suse.cz> Conflicts: sw/inc/unoprnms.hxx | |||||
2012-02-03 | resolved fdo#42784 BorderLine with only InnerWidth set does not work | Eike Rathke | 1 | -0/+16 | |
(cherry picked from commit 971f826a96f0938bfcfd8dfe26edd50d8e031bb4) Signed-off-by: Michael Stahl <mstahl@redhat.com> | |||||
2012-01-27 | fdo#38542: SvxBorderLine::GuessLinesWidths: | Michael Stahl | 2 | -4/+19 | |
Importing style:border-line-width="0.002cm 0.088cm 0.141cm" (which older OOo/LO apparently could write) fails, because GuessLinesWidths can't find a matching style (result: standard "double" border, 3 equal width parts). Try to create a custom BorderWidthImpl of type DOUBLE instead, that preserves the individual widths. Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | |||||
2012-01-07 | make measurement units localizable | Andras Timar | 1 | -6/+6 | |
2011-12-22 | Correctly handle empty paragraphs in slideshow animation fdo#43684 | Thorsten Behrens | 1 | -0/+21 | |
Fix a problem with empty paragraphs, that previously did not get proper end-of-para / end-of-line markup, thus the slideshow mis- counting them when getting index-based animation targets. | |||||
2011-12-22 | Revert "aw084: #i108052# Added code to mimic old behaviour and call user ↵ | Thorsten Behrens | 1 | -21/+0 | |
layout link when empty paragraph is rendered" This reverts commit 9d40293f147212120ce2a2e960c1ef23168a428b. The change was causing extra paragraph markers to be emitted, e.g. leading to fdo#43837 and fdo#43684. | |||||
2011-12-13 | editeng: EE_ITEMS_START: | Michael Stahl | 1 | -3/+5 | |
This evidently depends on the values of OWN_ATTR_VALUE_START and OWN_ATTR_VALUE_END, so define it that way. (cherry picked from commit 41927a4f2fe824dd1588c4ed0e14de0f2220c039) | |||||
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | 1 | -0/+1 | |
2011-12-05 | aw084: #i108052# Added code to mimic old behaviour and call user layout link ↵ | Armin Le Grand | 1 | -0/+21 | |
when empty paragraph is rendered # HG changeset patch # User Armin Le Grand <armin.le.grand@oracle.com> # Date 1300894213 -3600 # Node ID 773a354b3c4694565fa5ef4588c21c6b2b2eed7f # Parent 1e5618c51d1690a7c619f75d6b79c220c39854f8 aw084: #i108052# Added code to mimic old behaviour and call user layout link when empty paragraph is rendered | |||||
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | 3 | -15/+22 | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | 1 | -1/+1 | |
2011-11-28 | ByteString->rtl::OUStringToOString | Caolán McNamara | 3 | -10/+11 | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | 2 | -916/+0 | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | 1 | -2/+0 | |
2011-11-27 | remove include of pch header in editeng | Norbert Thiebaud | 86 | -170/+0 | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | 1 | -2/+0 | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | 1 | -1/+1 | |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon | 3 | -3/+3 | |
2011-11-24 | RTF import: partly fixed the WMF images scaling. | Cédric Bosdonnat | 1 | -8/+1 | |
2011-11-23 | callcatcher: remove newly unused code | Caolán McNamara | 2 | -151/+0 | |
2011-11-23 | callcatcher: remove recently unused code | Caolán McNamara | 2 | -7/+0 | |
2011-11-21 | callcatcher: update list | Caolán McNamara | 2 | -8/+0 | |
2011-11-21 | ditch last ENABLE_STRING_STREAM_OPERATORS | Caolán McNamara | 1 | -1/+0 | |
2011-11-21 | Convert Sal to rtl::O(U)String | David Tardon | 1 | -1/+1 | |
2011-11-19 | callcatcher: remove some unused code | Caolán McNamara | 2 | -10/+0 | |
2011-11-19 | Re-do Removed tools/dynarray.hxx , now that binfitler is ready for it | Norbert Thiebaud | 1 | -1/+0 | |
2011-11-19 | Revert "Removed tools/dynarray.hxx", break binfilter | Norbert Thiebaud | 1 | -0/+1 | |
This reverts commit 89a783cde071d63120bfa63768b4680dd2e58fee. | |||||
2011-11-19 | add narrow (one letter) month names | Eike Rathke | 1 | -3/+3 | |
While introducing Calendar2 and the XCalendar3 interface anyway, as well the "one letter" narrow month names sometimes needed in calendaring can be added. These are not always the first capitalized letters of the months in all locales, and might even not necessarily be just one character. Introduces a new struct css::i18n::Calendar2 that is not derived from css::i18n::Calendar because it uses a new struct css::i18n::CalendarItem2 to hold the NarrowName elements. In locale data the elements DaysOfMonth, MonthsOfYear and GenitiveMonths now have an optional element DefaultNarrowName. If not specified, the first character of DefaultFullName is taken. LocaleDataWrapper and CalendarWrapper use and return the new Calendar2 and sequences of CalendarItem2 structs. Application code adapted. The number formatter now displays narrow month names (genitive if applicable) for the MMMMM code, previously it displayed the first 16 bit code point of the full name (not even utf-16 aware). Narrow day names currently are not used, except in svtools' Calendar control. | |||||
2011-11-18 | Removed tools/dynarray.hxx | August Sodora | 1 | -1/+0 | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | 1 | -4/+4 | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||||
2011-11-15 | avoid crasher from unusual odt document fdo#42785 | Michael Meeks | 1 | -14/+20 | |
2011-11-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | 1 | -1/+0 | |
2011-11-11 | callcatcher: remove some unused code | Caolán McNamara | 2 | -9/+5 | |
2011-11-09 | _SVSTDARR_sal_uIt16S is a typo and doesn't do anything | Christina Rossmanith | 1 | -3/+0 | |
2011-11-08 | callcatcher: some unused methods | Caolán McNamara | 2 | -8/+0 | |
2011-11-07 | callcatcher: update list, drop some newly unused methods | Caolán McNamara | 2 | -108/+0 | |
2011-11-07 | callcatcher: remove some unused methods | Caolán McNamara | 2 | -19/+0 | |
2011-11-04 | update unused list | Caolán McNamara | 4 | -32/+0 | |
2011-11-03 | remove unused methods in EditEngine | Felix Zhang | 2 | -205/+1 | |
2011-11-01 | eliminate SvUShorts type | Daniel Di Marco | 3 | -33/+30 | |
2011-11-01 | callcatcher: unused Drop code | Caolán McNamara | 2 | -20/+0 | |
2011-11-01 | can go behind appropiate ifdef | Caolán McNamara | 2 | -1/+4 | |
2011-10-24 | autocorrect: non-breaking space before % in French fdo#41015 | Andras Timar | 2 | -4/+4 | |
2011-10-21 | Fix for bug fdo#41997, cleanup vcl enumeration | Olivier Hallot | 2 | -2/+2 | |
2011-10-17 | these can be const | Caolán McNamara | 2 | -2/+2 | |
2011-10-11 | #i108468#: clean up xmluconv code duplication, measured approach: | Michael Stahl | 1 | -2/+5 | |
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :) | |||||
2011-10-10 | ensure correct export size type in stream operation | Caolán McNamara | 1 | -0/+19 | |
2011-10-07 | WaE: could do away with nToken altogether, but this is more readable | Caolán McNamara | 1 | -1/+2 | |
2011-10-07 | cppcheck reduce scope of var in editeng/..txtrange.cxx | Pierre-André Jacquod | 1 | -9/+6 | |
2011-10-07 | cppcheck reduce scope of var in editeng/.. impedit3.cxx | Pierre-André Jacquod | 1 | -2/+1 | |