summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmlstyli.cxx
Commit message (Expand)AuthorAgeFilesLines
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-141-1/+1
* fix-includes.pl: scThomas Arnhold2014-05-111-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-141-1/+0
* whitespace cleanup in scMarkus Mohrhard2014-04-061-4/+0
* xmloff: sal_Bool->boolNoel Grandin2014-03-311-3/+3
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-1/+1
* Remove unnecessary bool2anyStephan Bergmann2014-02-241-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-3/+3
* sal_Bool->boolNoel Grandin2014-02-141-9/+9
* bool improvementsStephan Bergmann2014-01-281-1/+1
* fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák2013-07-101-1/+1
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-1/+1
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-5/+5
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-20/+20
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-6/+6
* loplugin: unused variablesThomas Arnhold2013-02-241-1/+1
* support saving/loading hyperlink cell attribute in extended odfNoel Power2013-01-111-0/+83
* no need for this using statementMarkus Mohrhard2012-12-151-1/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* don't insert the same data twice into boost::ptr_set, fdo#55710Markus Mohrhard2012-10-091-3/+3
* adapt old style odf cond format importMarkus Mohrhard2012-10-061-11/+2
* use a as prefix for local variablesMarkus Mohrhard2012-09-281-7/+7
* fetime of mpCondFormat is more complex, fdo#55379Markus Mohrhard2012-09-281-6/+5
* don't add old cond formats if new ones are already loaded, fdo#54749Markus Mohrhard2012-09-141-1/+1
* assign correct valueMarkus Mohrhard2012-09-061-1/+1
* better import of conditional format from old ODF structureMarkus Mohrhard2012-09-051-149/+110
* sal_True -> trueMarkus Mohrhard2012-08-231-2/+2
* sc: fix sc_subsequent_filters_testMiklos Vajna2012-07-051-1/+2
* fix cond format import from odsMarkus Mohrhard2012-06-111-1/+1
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
* targetted minor size vs. empty reversionMichael Meeks2012-05-311-1/+1
* resolved fdo#38595 border width lost in ODF importEike Rathke2012-01-261-2/+3
* Revert "TEMP"Fridrich Štrba2012-01-261-5/+1
* TEMPFridrich Štrba2012-01-261-1/+5
* Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot2012-01-071-6/+6
* remove include of pch header from scNorbert Thiebaud2011-11-271-2/+0
* some additional sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard2011-08-281-3/+3
* Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard2011-06-071-2/+2
|\
| * change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard2011-06-011-2/+2
* | Follow-up of DBG_* removalJacek Wolszczak2011-05-271-1/+0
* | Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak2011-05-271-2/+2
|/
* cppcheck inefficient checking for emptinessKayo Hamid2011-04-221-1/+1
* Fixed the odf import of border in calc: style was missingCédric Bosdonnat2011-03-191-3/+3
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-181-5/+5
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-5/+5
| |\
* | | Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold2011-03-131-1/+1
|/ /
* | First try of removing "using namespace ::com::sun::star::uno"Julien Nabet2011-03-071-1/+1
* | There were 2 times "using ::rtl::OUString"Julien Nabet2011-03-061-1/+0
* | Move DBG_ERROR to OSL_FAILThomas Arnhold2011-03-021-1/+1
* | Remove bogus comments.Guillaume Poussel2011-03-011-1/+1