summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xistyle.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-17coverity#1242891 Untrusted loop boundCaolán McNamara1-3/+9
2014-10-22Check for standard number format rather than just for 'General'.Kohei Yoshida1-1/+1
2014-10-22Try to determine whether or not a column has all 'General' number formatKohei Yoshida1-5/+7
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida1-7/+7
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-24/+26
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-1/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-22/+0
2014-04-06import dxf number format record, related fdo#76209Markus Mohrhard1-0/+19
2014-04-06import alignment dxf record, related fdo#76209Markus Mohrhard1-0/+11
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida1-14/+14
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2014-01-17Map Excel's normal dashed line to our FINE_DASHED.Kohei Yoshida1-1/+1
2014-01-17Excel's hair line is not "fine dashed". It's a solid line.Kohei Yoshida1-1/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-5/+5
2013-10-04convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin1-4/+4
2013-10-04convert sc/source/filter/inc/xl*.hxx from String to OUStringNoel Grandin1-3/+3
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-4/+4
2013-09-22Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara1-3/+3
2013-06-24fix hair & fine cell border export ( followon fix fdo#56960 )Noel Power1-1/+1
2013-04-13Resolves: #i121215# fix the spreadsheet font familyHerbert Dürr1-2/+12
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida1-1/+1
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-5/+5
2013-02-05pData can't be NULL anymoreMarkus Mohrhard1-0/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+37
2012-12-04dr78: #i71453# BIFF2: use formatting information from cell recordsDaniel Rentz [dr]1-0/+22
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud1-3/+3
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon1-1/+1
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-15/+15
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+2
2012-04-01use same border width information for xls import and export, fdo#44742Markus Mohrhard1-22/+15
2012-01-20Mempool size args are unused.Stephan Bergmann1-1/+1
2011-12-07fdo#43308: Set the logic straight for "center across selection" setting.Kohei Yoshida1-9/+3
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-07callcatcher: remove some unused methodsCaolán McNamara1-13/+0
2011-10-25I don't need to include this header.Kohei Yoshida1-1/+0
2011-10-25fdo#41369: Use the 'Default' style as the parent style.Kohei Yoshida1-3/+25
2011-09-06Improve performance of large Excel documents wrt cell style import.Kohei Yoshida1-23/+8