summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
AgeCommit message (Expand)AuthorFilesLines
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida1-1/+1
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2-3/+5
2013-10-08convert sc/source/filter/xcl97/*.cxx from String to OUStringNoel Grandin3-12/+12
2013-10-04convert sc/source/filter/inc/Xcl*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/filter/inc/xcl97rec.hxx from String to OUStringNoel Grandin1-5/+5
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-19/+19
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-1/+1
2013-06-29remove some createFromAscii usageThomas Arnhold1-2/+2
2013-06-27coverity#1027641 Dereference after null checkNorbert Thiebaud1-20/+23
2013-06-11fix build error, reinstate WriteOCXExcelKludgeStream to export ole controlNoel Power1-10/+9
2013-06-11Resolves: #i121045 After save a xls file contain marco in AOO, macor can't...Jianyuan Li1-12/+54
2013-04-19WaE: format specifies type 'int' but the argument has type 'sal_uInt32'Tor Lillqvist1-1/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane2-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-14/+8
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida3-3/+3
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida2-41/+53
2013-03-19Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida2-0/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-4/+4
2013-02-15coverity: fix memory leakMarkus Mohrhard1-0/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-1/+1
2013-01-25resolved fdo#59819 write correct OOXML function name mappingEike Rathke1-1/+2
2013-01-17Proper construction of the impl class, using initializer.Kohei Yoshida1-0/+1
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