summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlimprt.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-09-10Calculate positions of cell-anchored objects upon ods import (fdo#54695)Kohei Yoshida1-0/+3
2012-09-05better import of conditional format from old ODF structureMarkus Mohrhard1-0/+2
2012-08-29fix for fdo#49255Noel Power1-1/+2
2012-08-24Revert "fix for fdo#49255"Noel Power1-2/+1
2012-08-24fix for fdo#49255Noel Power1-1/+2
2012-06-27add support for axis color import/exportMarkus Mohrhard1-0/+1
2012-06-15fix cond format import from odsMarkus Mohrhard1-1/+23
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1
2012-05-26support remaining data bar attributes in odf import/exportMarkus Mohrhard1-2/+3
2012-05-25import new conditional format informationMarkus Mohrhard1-0/+152
2012-05-13removed unused definesTakeshi Abe1-1/+0
2012-03-22removed duplicate includes in scTakeshi Abe1-1/+0
2012-02-03Use std::set to store user names instead.Kohei Yoshida1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-11/+11
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-2/+2
2011-11-28dr78: #i116044# correct handling of DataPilot grand total nameEike Rathke1-0/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-11-18Added handler to handle the new <table:filter-set-item> elements.Kohei Yoshida1-0/+36
2011-11-04catch exception by const referenceTakeshi Abe1-1/+1
2011-11-02calc big file : refactor loading to avoid unecessary testsLaurent Godard1-2/+1
2011-10-18WaE: unreachable codeTor Lillqvist1-1/+0
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl1-1/+3
2011-10-07delete NULL is safeTakeshi Abe1-14/+0
2011-08-28some additional sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard1-18/+18
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard1-1/+1
2011-07-18Correctly use adjusted range strings for range name import.Kohei Yoshida1-1/+1
2011-07-18fix for fdo#35357 SetNamedRanges speedupLaurent Godard1-109/+30
2011-06-08fdo#37947: Correctly import sheet-local named ranges.Kohei Yoshida1-0/+82
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-1/+1
2011-06-01change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard1-1/+1
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak1-7/+7
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-42/+32
2011-03-11Use boost::ptr_list for list containing heap objects.Kohei Yoshida1-10/+9
2011-03-11Pick up sheet local named expressions during ODS import.Kohei Yoshida1-15/+16
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-42/+32
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-4/+4
2011-03-01Remove bogus comments.Guillaume Poussel1-1/+1
2011-01-21Import source range name properly from ods document.Kohei Yoshida1-1/+2
2011-01-18Better cell anchoring. (fdo#33205)Caolán McNamara1-1/+1
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-12/+12
2010-12-21Some code cleanup to simplify the code without changing its logic.Kohei Yoshida1-30/+15
2010-12-06remove obsolete __FAR_DATAMichael Callahan1-64/+64
2010-11-30Fix incorrect merge conflict. This fixes fdo#32002.Caolán McNamara1-2/+0
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky1-0/+3
2010-11-18Disable document modify and broadcasting of changes on range names.Kohei Yoshida1-66/+105
2010-11-11Use RTL_CONSTASCII_USTRINGPARAMJulien Nabet1-4/+4
2010-11-10Friendly in-line comment to give the audience more info.Kohei Yoshida1-0/+1
2010-11-10Disable document modify and broadcasting of changes on range names.Kohei Yoshida1-71/+119