summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestyle.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-23ATTR_VALUE_FORMAT is an SfxUInt32ItemStephan Bergmann1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-5/+5
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-08-12Don't export builtinId of 54 or above.Kohei Yoshida1-3/+2
2014-05-01coverity#708034 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-28coverity#708033 Uninitialized scalar fieldCaolán McNamara1-1/+1
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-4/+0
2014-04-08remove whitespaceMarkus Mohrhard1-3/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-48/+0
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida1-11/+33
2014-03-03Remove visual noise from scAlexander Wilms1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-20/+20
2014-02-20fdo#75130: Export cell borders to xls and xlsx correctly.Kohei Yoshida1-4/+4
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-29Remove some redundant castsStephan Bergmann1-2/+2
2013-11-30write valid dxf record, related fdo#71971Markus Mohrhard1-6/+6
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/file/inc/xe*.hxx from String to OUStringNoel Grandin1-4/+4
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-4/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-16/+16
2013-07-12String.AppendAscii() cleanup in scRicardo Montania1-8/+8
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-1/+1
2013-06-24fix hair & fine cell border export ( followon fix fdo#56960 )Noel Power1-2/+3
2013-06-03this was commited accidentallyMarkus Mohrhard1-1/+1
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard1-1/+1
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+5
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-3/+3
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-2/+2
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud1-2/+2
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud1-1/+1
2012-11-26implement OOXML export for date cond formatsMarkus Mohrhard1-3/+14
2012-11-18svl: convert KeywordTable to OUStringNorbert Thiebaud1-8/+8
2012-11-05export dxfs at the correct placeMarkus Mohrhard1-1/+1
2012-09-28halt corrupted styles with multi-saved xlsx document fdo#55418Noel Power1-1/+4
2012-09-28fix xlsx export missing alignment attributes with cellstyle fdo#55417Noel Power1-1/+7
2012-09-23fix another problem in dxf exportMarkus Mohrhard1-3/+1
2012-09-23correctly export number formats in conditional format export to xlsxMarkus Mohrhard1-2/+2
2012-08-14remove debug outputMarkus Mohrhard1-1/+0
2012-08-14check for non existing style entries, fdo#53339Markus Mohrhard1-1/+6
2012-08-14use boost::scoped_ptr instead of raw pointersMarkus Mohrhard1-6/+0
2012-08-14correctly export background colors of cond formats to xlsxMarkus Mohrhard1-11/+37
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-4/+5
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-2/+2
2012-06-11prepare cond format code for merge with color formatsMarkus Mohrhard1-4/+5
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-62/+66
2012-05-09DECL_PTRARR_SORT to ptr_set in conditio.[ch]xxMarkus Mohrhard1-5/+4