summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
AgeCommit message (Expand)AuthorFilesLines
2013-01-25resolved fdo#59819 write correct OOXML function name mappingEike Rathke1-1/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks4-92/+56
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2-6/+6
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon1-1/+1
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-1/+0
2012-08-09misc comment import/export fixesNoel Power1-1/+14
2012-07-05prevent invalid memory when loading change tracking from xls, fdo#45209Markus Mohrhard1-1/+12
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-4/+0
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-02-27merge GetString variantsCaolán McNamara1-2/+2
2012-02-03Use std::set to store user names instead.Kohei Yoshida1-6/+5
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon1-1/+1
2012-01-11ignore the (unsupported ) group customshape when exporting xlsxNoel Power1-1/+3
2012-01-08Kill SvNullStream duplicationMiklos Vajna1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-2/+2
2011-12-21fdo#38832 Replace ScChangeActionTable with std::mapMarcel Metz1-5/+7
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke1-3/+11
2011-12-05Replace XclExpChTrActionStack with std::stack< XclExpChTrAction* >Marcel Metz1-17/+11
2011-12-05Replace Stack with std::stack< std::pair< XclObj*, XclEscherHostAppData* > >Marcel Metz1-5/+5
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke2-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud5-10/+0
2011-11-23impress212: export images with relative linkserack1-0/+2
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-1/+1
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power1-1/+0
2011-08-26String to rtl::OUString.Kohei Yoshida1-2/+5
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara1-12/+9
2011-06-14Replace XclExpChTrRecordList with std::vector<ExcRecord*>.Rafael Dominguez1-47/+29
2011-06-14Replace XclExpChTrTabIdBufferList with std::vector<>.Rafael Dominguez1-11/+6
2011-06-14Replaced manual loop with for_each.Kohei Yoshida1-3/+2
2011-06-08Replace List for std::vector<XclObj*>.Rafael Dominguez1-23/+37
2011-06-08Replace List with std::vector<XclExpUserBView*>.Rafael Dominguez1-5/+6
2011-06-07Replace List for std::vector<ExcEScenario*>.Rafael Dominguez1-11/+14
2011-06-07Make read only functions in ExcEScenarioCell const.Rafael Dominguez1-3/+3
2011-06-07Replace List for std::vector<ExcEScenarioCell>.Rafael Dominguez1-17/+18
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida1-1/+1
2011-05-27Follow-up of DBG_* removalJacek Wolszczak2-2/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak4-25/+25
2011-03-30WaE: overloaded virtualDavid Tardon1-0/+2
2011-03-29switch sc to gbuildNorbert Thiebaud1-59/+0
2011-03-14making sc/source/filter compile againBjoern Michaelsen2-4/+6
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida5-112/+107
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold2-6/+6
2011-03-01Remove bogus comments.Guillaume Poussel2-2/+2
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner1-1/+1
2011-01-18Better cell anchoring. (fdo#33205)Caolán McNamara1-1/+1
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko5-85/+85
2010-12-27dr77: rebase to DEV300m96Daniel Rentz [dr]1-19/+14
2010-12-10Removed ScRangeList::at() in favor of operator[].Kohei Yoshida1-1/+1