summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestream.cxx
AgeCommit message (Collapse)Author
2012-11-05fix ooxml color exportMarkus Mohrhard
Change-Id: I4b94883f594e13e9923bdd05593447a152fa8b0a
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
Change-Id: I67cd3213c7c92a4a782906a7250c176efeb01633
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
Change-Id: Ia30a2bb6b1f36304a3c420db1d28d177d429a19b
2012-03-16move excel related oox bits to scNoel Power
2012-03-02WaE: explicitly assigning a variable to itselfTor Lillqvist
2012-02-27merge GetString variantsCaolán McNamara
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-11ByteString->rtl::OStringCaolán McNamara
2011-10-18WaE: reinterpret_cast used between related classes, so use static_castTor Lillqvist
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-08-12Import SmartArt graphics to ImpressThorsten Behrens
Extending the existing functionality to * properly parse and model the declarative shapes * provide means for round-tripping, and re-rendering the shapes from xml snippets * implements the layouts composite, cycle, linear, and the special 'text' node This is based on the initial smartart work from hfiguiere@novell.com
2011-07-28add prefixes for component_getFactoryMatúš Kukan
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan
2011-06-06Warnings removal.Muthu Subramanian
2011-06-06Out-of-bounds array access fix. (Thanks to Fridrich too).Muthu Subramanian
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-04-01remove obsolete component_writeInfo methodsMichael Meeks
2011-03-23Calc xlsx export row limit++ (bnc#504623, fdo#32106)Katarina Machalkova
re-introducing the ability to export sheets with more than 65k rows which disappeared with shared bin+OOXML filter transition
2011-03-14making sc/source/filter compile againBjoern Michaelsen
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-01Remove bogus comments.Guillaume Poussel
2011-02-01Call-catcher: removed unused functions in calcAlfonso Eusebio
Removed unused functions from calc using the call-catcher list available in Easy Tasks (first batch).
2010-12-28dr77: post rebase fixesDaniel Rentz [dr]
2010-12-27dr77: rebase to DEV300m96Daniel Rentz [dr]
2010-12-10XLSX VML Export fixes.Muthu Subramanian K
VML files have .vml (instead of .xml)
2010-11-24pl08: #i115742# fix excel export and import functionalityMikhail Voytenko
2010-11-21clean dead code in sc fileter excelPierre-André Jacquod
2010-11-19Replace ScfRef with boost::shared_ptr in calc filter code.Nigel Hawkins
2010-11-11Use RTL_CONSTASCII_USTRINGPARAMJulien Nabet
2010-11-08dr77: optimizations in generation of XML tokens, XML namespaces, property ↵Daniel Rentz [dr]
names; code cleanup
2010-11-04pl08: #163778# use EncryptionData from MediaDescriptorMikhail Voytenko
2010-10-20Undoing pptx filter as a separate lib ( + related changes)Katarina Machalkova
Shared ppt + pptx filter will be merged from cws later
2010-10-19Merged oox-smartart-import.diff from ooo-buildKatarina Machalkova
2010-10-16Reset vml counters for a new save.Muthu Subramanian K
2010-10-13Merged ooxml-sc-paneexport.cxx from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-xlsx-export-no-more-svstream-sotstorage.diff from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-oox-calc-export-sotstorage-init.diff from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-xlsx-export-set-xml-2007-flavour.diff from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-xlsx-shared-import-and-export.diff from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-xlsx-snapshot.diff from ooo-buildKatarina Machalkova
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-09-29I think that this eliminates the remaining //UNUSED commentsJustin Malcolm
There were still some of these comments (actually, a lot of them). The most recent attachment should get rid of the last of them. (fd#30442)
2010-08-30dr77: change all exported services in oox module from MultiServiceFactory to ↵Daniel Rentz [dr]
ComponentContext
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
Notes: split repo tag: calc_ooo/DEV300_m72 split repo tag: calc_ooo/DEV300_m73
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-07kohei03: rebased to DEV300_m68.Kohei Yoshida
2009-10-31#i106421#: move msfilter to filterMathias Bauer
2009-10-16reverted commits 263183 and 263184 to fix broken export of CF records.Kohei Yoshida
2009-10-15Support slice settings in WriteZeroBytesToRecord().Kohei Yoshida
2009-10-15#i105933# Re-enable encryption at the end of INTERFACEEND record & properly ↵Kohei Yoshida
encrypt zero bytes in the CF records.