summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xistyle.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-12/+13
2015-11-13Revert "sc: boost::ptr_vector->std::vector"Noel Grandin1-8/+10
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin1-10/+8
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+1
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-8/+8
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-6/+6
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-9/+9
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara1-13/+9
2014-12-19remove operator>> methodsNoel Grandin1-20/+57
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
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