summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
AgeCommit message (Expand)Author
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-08-09misc comment import/export fixesNoel Power
2012-07-05prevent invalid memory when loading change tracking from xls, fdo#45209Markus Mohrhard
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-02-27merge GetString variantsCaolán McNamara
2012-02-03Use std::set to store user names instead.Kohei Yoshida
2012-01-15WaE: converting ‘false’ to pointer typeDavid Tardon
2012-01-11ignore the (unsupported ) group customshape when exporting xlsxNoel Power
2012-01-08Kill SvNullStream duplicationMiklos Vajna
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2011-12-21fdo#38832 Replace ScChangeActionTable with std::mapMarcel Metz
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke
2011-12-05Replace XclExpChTrActionStack with std::stack< XclExpChTrAction* >Marcel Metz
2011-12-05Replace Stack with std::stack< std::pair< XclObj*, XclEscherHostAppData* > >Marcel Metz
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-23impress212: export images with relative linkserack
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara
2011-06-14Replace XclExpChTrRecordList with std::vector<ExcRecord*>.Rafael Dominguez
2011-06-14Replace XclExpChTrTabIdBufferList with std::vector<>.Rafael Dominguez
2011-06-14Replaced manual loop with for_each.Kohei Yoshida
2011-06-08Replace List for std::vector<XclObj*>.Rafael Dominguez
2011-06-08Replace List with std::vector<XclExpUserBView*>.Rafael Dominguez
2011-06-07Replace List for std::vector<ExcEScenario*>.Rafael Dominguez
2011-06-07Make read only functions in ExcEScenarioCell const.Rafael Dominguez
2011-06-07Replace List for std::vector<ExcEScenarioCell>.Rafael Dominguez
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida
2011-05-27Follow-up of DBG_* removalJacek Wolszczak
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-03-30WaE: overloaded virtualDavid Tardon
2011-03-29switch sc to gbuildNorbert Thiebaud
2011-03-14making sc/source/filter compile againBjoern Michaelsen
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-01Remove bogus comments.Guillaume Poussel
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-18Better cell anchoring. (fdo#33205)Caolán McNamara
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-27dr77: rebase to DEV300m96Daniel Rentz [dr]
2010-12-10Removed ScRangeList::at() in favor of operator[].Kohei Yoshida
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers
2010-12-01remove a compiler warningJoseph Powers