summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestyle.cxx
AgeCommit message (Expand)Author
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
2012-04-20export conditional formatting to xlsx, fdo#48360Markus Mohrhard
2012-04-19fix ambiguous in win buildMarkus Mohrhard
2012-04-19export differential formatting to xlsxMarkus Mohrhard
2012-04-01use same border width information for xls import and export, fdo#44742Markus Mohrhard
2012-02-27Removed unused code.Petr Vorel
2012-01-20Mempool size args are unused.Stephan Bergmann
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-05-27Follow-up of DBG_* removalJacek Wolszczak
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat
2011-03-14making sc/source/filter compile againBjoern Michaelsen
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-18Fixed a crash on export & cleaned up a bit.Kohei Yoshida
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-05WaE: C4701 potentially uninitialized local variable usedCaolán McNamara
2010-12-21Quick-fixing dbgutil sc build breakageThorsten Behrens
2010-12-20ptr_vector never stores NULL pointers.Kohei Yoshida
2010-12-20Remove ScfDelList in xestyle.cxxNigel Hawkins
2010-11-19Replace ScfRef with boost::shared_ptr in calc filter code.Nigel Hawkins
2010-11-11Use RTL_CONSTASCII_USTRINGPARAMJulien Nabet
2010-11-08dr77: optimizations in generation of XML tokens, XML namespaces, property nam...Daniel Rentz [dr]