summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xehelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-25bnc#893791 XLS export: external sheet references on Linux/OSXAndras Timar1-0/+10
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-4/+4
2014-04-06whitespace cleanup in scMarkus Mohrhard1-12/+0
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-02-21editeng: sal_Bool->boolNoel Grandin1-4/+4
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-8/+8
2014-01-25fdo#40694 - Error in message when truncating col/row numbers in calcAyantha Randika1-1/+4
2014-01-17bool improvementsStephan Bergmann1-1/+1
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-2/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-2/+2
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-4/+4
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-11/+11
2013-10-04convert sc/source/file/inc/xe*.hxx from String to OUStringNoel Grandin1-6/+6
2013-10-04convert sc/source/filter/inc/xl*.hxx from String to OUStringNoel Grandin1-2/+2
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-05-22AppendAscii cleanupRicardo Montania1-23/+23
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-16/+15
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida1-26/+20
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-02-09fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara1-2/+2
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+3
2012-03-27UniString removal.Kohei Yoshida1-6/+6
2012-02-27merge GetString variantsCaolán McNamara1-4/+2
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-3/+3
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-10-05String -> rtl::OUString.Kohei Yoshida1-5/+5
2011-10-04bnc#719887: Encode virtual paths to local volume correctly.Kohei Yoshida1-79/+41
2011-08-26String to rtl::OUString.Kohei Yoshida1-3/+3
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins1-10/+6
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak1-8/+8
2011-03-23Calc xlsx export row limit++ (bnc#504623, fdo#32106)Katarina Machalkova1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-12/+12
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-14/+14
2010-12-16Merge branch 'master' into feature/calc-matrix-reworkKohei Yoshida1-10/+8
2010-12-10ScRangePtr is now gone. Good riddance.Kohei Yoshida1-1/+1
2010-12-09First cut on making ScRangeList not a child class of std::vector.Kohei Yoshida1-1/+1
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers1-8/+6
2010-11-19Replace ScfRef with boost::shared_ptr in calc filter code.Nigel Hawkins1-2/+2
2010-11-06Fixed all build breakages.Kohei Yoshida1-9/+8