summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportDataPilot.cxx
AgeCommit message (Expand)Author
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-07WaE: redundant const_cast [loplugin:redundantcast]Tor Lillqvist
2015-11-06sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-28com::sun::star->css in scNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-17add attribute mandated by ODFMarkus Mohrhard
2015-04-08the attribute name is actually table:database-table-nameMarkus Mohrhard
2015-04-07condition-source-range-address is optional but may not be emptyMarkus Mohrhard
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis
2014-12-07correct order of xml elements, related fdo#45266Markus Mohrhard
2014-12-07remove invalid attribute that is not read anywayMarkus Mohrhard
2014-12-07use correct xml element name, related fdo#45266Markus Mohrhard
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-23loplugin: cstylecastNoel Grandin
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-24loplugin: unused variablesThomas Arnhold
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-08-31Don't export the internal field name suffix '*' to ods.Kohei Yoshida
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens
2012-02-28Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida
2012-02-09String to rtl::OUString.Kohei Yoshida
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2011-11-28dr78: #i116044# correct handling of DataPilot grand total nameEike Rathke
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04More on avoiding direct access to pStr, also fixed several memory leaks.Kohei Yoshida
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
2011-08-28some additional sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard
2011-05-28String to rtl::OUString in ScDPServiceDesc.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-21[PATCH 09/10] Remove deprecated List container.npcdoom
2011-02-06Remove dead codeThomas Arnhold
2011-01-21Save range name to ODF 1.2 extended.Kohei Yoshida
2011-01-21Reduce indent levels by early bail out.Kohei Yoshida
2011-01-21Encapsulated access to aSourceRange.Kohei Yoshida
2011-01-20Added range name as a data member to ScSheetSourceDesc.Kohei Yoshida
2011-01-13ScDPCollection is no longer derived from ScCollection.Kohei Yoshida