summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestyle.cxx
AgeCommit message (Expand)Author
2014-05-01coverity#708034 Uninitialized scalar fieldCaolán McNamara
2014-04-28coverity#708033 Uninitialized scalar fieldCaolán McNamara
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-08remove whitespaceMarkus Mohrhard
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20fdo#75130: Export cell borders to xls and xlsx correctly.Kohei Yoshida
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-29Remove some redundant castsStephan Bergmann
2013-11-30write valid dxf record, related fdo#71971Markus Mohrhard
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/file/inc/xe*.hxx from String to OUStringNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-12String.AppendAscii() cleanup in scRicardo Montania
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-06-24fix hair & fine cell border export ( followon fix fdo#56960 )Noel Power
2013-06-03this was commited accidentallyMarkus Mohrhard
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud
2012-11-26implement OOXML export for date cond formatsMarkus Mohrhard
2012-11-18svl: convert KeywordTable to OUStringNorbert Thiebaud
2012-11-05export dxfs at the correct placeMarkus Mohrhard
2012-09-28halt corrupted styles with multi-saved xlsx document fdo#55418Noel Power
2012-09-28fix xlsx export missing alignment attributes with cellstyle fdo#55417Noel Power
2012-09-23fix another problem in dxf exportMarkus Mohrhard
2012-09-23correctly export number formats in conditional format export to xlsxMarkus Mohrhard
2012-08-14remove debug outputMarkus Mohrhard
2012-08-14check for non existing style entries, fdo#53339Markus Mohrhard
2012-08-14use boost::scoped_ptr instead of raw pointersMarkus Mohrhard
2012-08-14correctly export background colors of cond formats to xlsxMarkus Mohrhard
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
2012-06-11prepare cond format code for merge with color formatsMarkus Mohrhard
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard
2012-05-09DECL_PTRARR_SORT to ptr_set in conditio.[ch]xxMarkus Mohrhard
2012-04-21simplify lifetime management of some variablesMarkus Mohrhard
2012-04-21simplify dxfs/dxf exportMarkus Mohrhard
2012-04-21first version of number format export into dxfMarkus Mohrhard
2012-04-20export font information into dxfMarkus Mohrhard