summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xistyle.cxx
AgeCommit message (Expand)Author
2014-01-17Map Excel's normal dashed line to our FINE_DASHED.Kohei Yoshida
2014-01-17Excel's hair line is not "fine dashed". It's a solid line.Kohei Yoshida
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/inc/xl*.hxx from String to OUStringNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-22Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara
2013-06-24fix hair & fine cell border export ( followon fix fdo#56960 )Noel Power
2013-04-13Resolves: #i121215# fix the spreadsheet font familyHerbert Dürr
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-02-05pData can't be NULL anymoreMarkus Mohrhard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04dr78: #i71453# BIFF2: use formatting information from cell recordsDaniel Rentz [dr]
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
2012-04-01use same border width information for xls import and export, fdo#44742Markus Mohrhard
2012-01-20Mempool size args are unused.Stephan Bergmann
2011-12-07fdo#43308: Set the logic straight for "center across selection" setting.Kohei Yoshida
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-07callcatcher: remove some unused methodsCaolán McNamara
2011-10-25I don't need to include this header.Kohei Yoshida
2011-10-25fdo#41369: Use the 'Default' style as the parent style.Kohei Yoshida
2011-09-06Improve performance of large Excel documents wrt cell style import.Kohei Yoshida
2011-06-10fdo#37622: Fix incorrect font attribute lookup during XLS import.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-04-15fdo#35142: Avoid importing unnamed styles from XLS.Kohei Yoshida
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat
2011-03-19Switching the order of the SetLinesWidth argumentsCédric Bosdonnat
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-01Remove bogus comments.Guillaume Poussel
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-19Fixed incorrect import of cell attributes from Excel documents.Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-21Better mapping of cell border thickness when importing xls documents.Kohei Yoshida
2010-12-21Prefer the real iterators over First() Next() iteration pattern.Kohei Yoshida
2010-12-20Removed const_cast, and fixed some accidental logic change.Kohei Yoshida
2010-12-20Remove ScfDelList in xistyleNigel Hawkins
2010-12-10ScRangePtr is now gone. Good riddance.Kohei Yoshida
2010-12-09Don't allow client code to call clear() directly, it leaks memory.Kohei Yoshida
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers
2010-12-03more Sal n elementsKenneth Venken
2010-11-19Replace ScfRef with boost::shared_ptr in calc filter code.Nigel Hawkins
2010-10-13Merge commit 'origin/master' fix conflicts and more trailing wsNoel Power
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power