summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmldrani.cxx
AgeCommit message (Collapse)Author
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida
1) Compare data field name as it is displayed in the table output. 2) In the result tree, store field member names as strings as displayed in the table output, instead of as ScDPItemData. GETPIVOTDATA operates on displayed cell values and do textural comparison. There is no use storing ScDPItemData which screws up value lookup in the result tree. Change-Id: I31bc03a6800f4fadf2ba1180d1958354d43e8a07
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-07-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-05-13removed unused definesTakeshi Abe
Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard
This reverts commit 568d3912bf8ced76ecb9506bccc3bd361daba082.
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-03-18add all imported properties to ScDBData, fdo#40426Markus Mohrhard
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
Part XXX Modules sc
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-18Set the db range to the query param first to calculate absolute column IDs.Kohei Yoshida
It's less hacky this way.
2011-11-18I need to parse the range up-front.Kohei Yoshida
2011-11-18Populate the query entries directly.Kohei Yoshida
2011-11-18Pick up more boolean data directly.Kohei Yoshida
2011-11-18Store case sensitivity flag directly.Kohei Yoshida
2011-11-18Store filter orientation in the query param.Kohei Yoshida
2011-11-18Started working on de-UNO-izing the filter import.Kohei Yoshida
The idea is to keep a local ScQueryParam, have the XML parser fill it as it parses, then commit that to the DB data. Currently, the parser stores it as UNO filter data, then we convert it to ScQueryParam at the end. Not very efficient.
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
Because I'll be modifying this struct in the next few days...
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida
For now, the maximum query size is determined by the size of the vector that holds the entries. For now, the size of the vector is fixed, and won't change. We may later work on making it dynamically sized, however...
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl
remove duplicate methods from SvXMLUnitConverter: convertTime (all variants), convertDateTime (DateTime variants), convertTimeDuration. move convertAny from SvXMLUnitConverter to sax::converter.
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard
2011-06-06Extend the fix from kohei to the other scopeFridrich Štrba
2011-06-06Merge remote branch 'origin/libreoffice-3-4'Kohei Yoshida
Conflicts: sc/source/core/tool/dbcolect.cxx sc/source/filter/excel/xiname.cxx sc/source/filter/xml/xmldrani.cxx sc/source/ui/view/tabview2.cxx
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
Conflicts: sc/source/filter/excel/xiname.cxx sc/source/filter/xml/xmldrani.cxx
2011-05-24fix for fdo#37323: Correct autofilter import from ODS.Markus Mohrhard
Signed-off-by: Kohei Yoshida <kyoshida@novell.com> Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-05-20fix for fdo#37323: Correct autofilter import from ODS.Markus Mohrhard
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida
That deliberately mis-spelled header name always bothered me. Now fixed once and for all. For the record, the original file name was inspired by the 8-character rule that some of the old compilers that the Hamburg guys had to use, years and years ago.
2011-05-13Fixed incorrect exporting of global named database ranges.Kohei Yoshida
2011-05-13Refactored global anonymous db storage.Kohei Yoshida
This is more in line with the way the global named db ranges are stored.
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida
2011-04-01Added container to store global anonymous db ranges.Kohei Yoshida
This is needed to support multiple subtotal ranges.
2011-04-01Import the data import mode. This concludes the task on the import side.Kohei Yoshida
2011-04-01Import sort paramters for the anonymous database ranges.Kohei Yoshida
2011-04-01Let's check the db data itself instead of using the old flag value.Kohei Yoshida
2011-04-01Convert field positions from relative to absolute on import.Kohei Yoshida
2011-04-01Initial cut on trying to import the filtering properties of anonymous db.Kohei Yoshida
Still not quite working right. Something must be broken.
2011-04-01First cut on getting ODS import/export of sheet-local anonymous ranges.Kohei Yoshida
The punch lines is that we don't use UNO API to handle sheet-local anonymous ranges during ODS import and export. Eventually we should import the named database ranges using the internal API too, but for now we keep the current code (that uses the UNO API) for those.
2011-04-01Check for NULL, to avoid crashes.Kohei Yoshida
2011-04-01Support sheet-local anonymous database ranges.Markus Mohrhard
This is for an Easy Hack to allow one autofilter per sheet, not per document.
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)