summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2011-08-16Extended UNO's script API to allow adding of multiple listeners at once.Kohei Yoshida
2011-08-17fdo#32703 make CSV import ignore leading spaces before quoted field contentEike Rathke
Make CSV import ignore leading spaces if the field content without them is quoted. Cope with broken generators that put leading blanks before a quoted field, like "field1", "field2", "..." ignoring CSV specification http://tools.ietf.org/html/rfc4180
2011-08-16rework 04d2e6469529b6187900659517d6f6dd5ea2cca5Markus Mohrhard
only update range names in formulas if the documents are different or the sheets are different
2011-08-16GetLastSelected returns a table number and not a 1-based indexMarkus Mohrhard
2011-08-17cppcheck: reduced scope of variableTakeshi Abe
2011-08-16update range names/database ranges in formulas cellsMarkus Mohrhard
we need to update range names/database ranges when we copy/paste formula cells otherwise the ScNameToken may point to a different entry
2011-08-16fix ScColumns::DeleteRange() responsible for all sorts of troubleEike Rathke
* mark correct segments as removed / not removed * move remaining segments with the correct number of entries * preserve broadcasters and don't delete/overwrite cell entries in that case * fixes also undo/redo where cells didn't appear after redo * fixes also weird or invisible values after input on deleted cells
2011-08-15fix for bnc#684784 - more conservative graphic replacemementNoel Power
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke
2011-08-14fdo#37391 write and read [#REF!] in ODFF for reference errorsEike Rathke
* write [#REF!] to ODFF when any part of the reference is invalid * read [#REF!] as reference error * display #REF! in UI + parse #REF! in UI + implemented error constants defined in ODFF as error tokens + parse error constants from ODFF and in UI * fixed SUM, AVERAGE, SUMSQ, PRODUCT to propagate error
2011-08-13fix fumble in makefileNorbert Thiebaud
2011-08-12Import SmartArt graphics to ImpressThorsten Behrens
Extending the existing functionality to * properly parse and model the declarative shapes * provide means for round-tripping, and re-rendering the shapes from xml snippets * implements the layouts composite, cycle, linear, and the special 'text' node This is based on the initial smartart work from hfiguiere@novell.com
2011-08-12ByteString, shrink apiCaolán McNamara
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara
2011-08-11add the module oox into tail_build's foldNorbert Thiebaud
2011-08-11sc_ucalc is missing a dep on AllLangRes/sc and others -> build heisenbugNorbert Thiebaud
2011-08-11remove deprecated ByteString::CreateFromUnicodeCaolán McNamara
2011-08-10Prevent crash at column row boundaries.Eike Rathke
Modified from the original patch submitted by Olivier Hallot. Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2011-08-10remove uno from range name export and some clean upMarkus Mohrhard
2011-08-10fix for fdo#39915: defining named ranges should be case insensitiveMarkus Mohrhard
2011-08-10sal_Bool to bool switching while I'm at it.Kohei Yoshida
2011-08-10Probably better to rename ppClipTab to rClipTabs, for consistency.Kohei Yoshida
2011-08-10Fixed an infinite loop when the paste destination has only one sheet.Kohei Yoshida
2011-08-10Partially reverted 96336b01a8e2836a3cabe407a92ac5d7b5ac5bf7.Kohei Yoshida
Be careful here. It's not right to mark the whole expression #REF! when only one of the references is invalid. fdo#37391 is about invalidating a single reference, not a whole formula expression.
2011-08-09Lots more cleanups.Kohei Yoshida
2011-08-09Pass by const reference.Kohei Yoshida
2011-08-10Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke
2011-08-10change from sal_Bool to bool in ScRangeName/ScRangeDataMarkus Mohrhard
2011-08-10fix for fdo#37391: don't write invalid references to filesMarkus Mohrhard
2011-08-09Correctly import from Excel charts with multiple ranges.Kohei Yoshida
This was "fixed" in i#107275, but the fix only worked in locales where the range/argument separator was ';' (e.g. German locale). This is the correct fix that works in all locales regardless of the separator.
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins
LGPLv3+/MPL
2011-08-08missing ',' makes a completely different string than it appears.Caolán McNamara
2011-08-08ByteString::ConvertToUnicode->rtl::OUString::ctorCaolán McNamara
2011-08-08fix typoDavid Tardon
2011-08-08show row/column headers as default againMarkus Mohrhard
2011-08-08don't use ODFVER_LATEST instead of ODFVER_012Markus Mohrhard
2011-08-07there is no sd library hereMatúš Kukan
2011-08-07fix for fdo#39792: changes to range names invalidate stream tooMarkus Mohrhard
If we don't invalidate the table stream when we change the local range name, the new range name will only be written if something else has been changed in the sheet
2011-08-07fix for fdo#39678: don't write password algorithm in odf 1.0 and 1.1Markus Mohrhard
2011-08-06remove clone/calc references in filters-test.cxxNorbert Thiebaud
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
Notes: split repo tag: calc_PRE_MELD_REPOS
2011-08-04sal_Bool to bool.Kohei Yoshida
2011-08-04Perhaps a const member needs an explicit constructor?Kohei Yoshida
Norbert's tinderbox spits warning on this.
2011-08-04More String removal.Kohei Yoshida
2011-08-04More String / sal_Bool removal.Kohei Yoshida
2011-08-04More String removal etc.Kohei Yoshida
2011-08-04Indentation "fix".Kohei Yoshida