summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/xml
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libreoffice-3.6.5.2' into suse-3.6Petr Mladek2013-03-042-15/+6
|\
| * Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens2013-01-142-15/+6
* | n#793998 sw: add TabOverMargin compat modeMiklos Vajna2013-01-081-0/+10
* | Merge remote-tracking branch 'origin/libreoffice-3-6-3' into suse-3.6Petr Mladek2012-11-051-8/+3
|\|
| * fdo#45700: sw ODF export: workaround corrupted table model:Michael Stahl2012-09-171-8/+3
* | n#775270: clip pictures instead of scaling they don't fitCédric Bosdonnat2012-10-021-0/+9
* | n#778133 sw: add BackgroundParaOverDrawings compat flagMiklos Vajna2012-09-281-0/+7
|/
* refactor handling of double border widths:Michael Stahl2012-07-041-4/+0
* replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2012-07-042-27/+28
* rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl2012-07-042-4/+6
* Unify ODF extended vs. ODF1.2 handlingThorsten Behrens2012-06-051-1/+1
* removed unused temporary rtl::OUStringTakeshi Abe2012-05-231-1/+0
* Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin2012-05-142-13/+12
* Fix memory leak when using XMLPropertyHandler in sw xml filters.Arnaud Versini2012-05-122-0/+4
* Convert SV_DECL_PTRARR(SwXMLConditions_Impl) to std::vectorNoel Grandin2012-05-091-7/+6
* also convert assertions in previous commitMichael Stahl2012-05-091-3/+3
* Convert SV_DECL_PTRARR_DEL(SwXMLTableCells_Impl) to ptr_vectorNoel Grandin2012-05-092-18/+33
* Convert SV_DECL_PTRARR_DEL(SwXMLTableRows_Impl) to boost::ptr_vectorNoel Grandin2012-05-092-39/+37
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-3/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-20/+20
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-6/+6
* Some cppcheck cleaningJulien Nabet2012-03-112-2/+2
* fdo#33393 - tentative workaround for autosave image lossMichael Meeks2012-02-221-1/+3
* xmloff: use ::comphelper::UStringLess instead of less_functorThomas Arnhold2012-02-181-1/+0
* fdo#38542: sw: ODF import: prevent border width overriding:Michael Stahl2012-01-271-16/+21
* fdo#38542: sw: ODF import: divide width by 3 for "double" bordersMichael Stahl2012-01-271-0/+4
* order database properties so that opening it in writer works (bnc#740032)Luboš Luňák2012-01-241-1/+29
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-213-4/+4
* removed unused headerTakeshi Abe2012-01-193-46/+0
* Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot2012-01-1713-47/+47
* removed dead macroTakeshi Abe2012-01-181-10/+0
* SvStringsDtor->std::vectorAugust Sodora2012-01-132-11/+10
* Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora2012-01-104-22/+0
* catch exception by constant referenceTakeshi Abe2012-01-071-5/+5
* Removed unnecessary tools/ref.hxx includes.Marcel Metz2012-01-062-2/+0
* Removed unnecessary tools includes.Marcel Metz2012-01-054-4/+0
* sObjectReplacements string unreferencedCaolán McNamara2012-01-051-2/+0
* Easyhack fdo#38831 remove SvStringsBrad Sowden2012-01-031-9/+3
* sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva2011-12-221-0/+8
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-011-1/+1
* remove include of pch header from swNorbert Thiebaud2011-11-2724-48/+0
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-251-1/+1
* sw: enable more debug code:Michael Stahl2011-11-245-24/+15
* removed dead codeTakeshi Abe2011-11-164-204/+0
* avoid crasher from unusual odt document fdo#42785Michael Meeks2011-11-151-1/+1
* n#707157: Word doesn't break the numberings and prefers hiding themCédric Bosdonnat2011-11-121-0/+10
* cppcheck: avoid possible null pointer dereferencesIvan Timofeev2011-11-061-1/+1
* n#693238: fixed docx import of tabs set after the end marginCédric Bosdonnat2011-11-021-0/+10
* #i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2011-10-117-39/+64