Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-15 | ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString | Caolán McNamara | |
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check | |||
2011-08-14 | sal_Bool -> bool and cosmetics | Eike Rathke | |
2011-08-14 | sal_Bool -> bool and cosmetics | Eike Rathke | |
2011-08-14 | fdo#37391 write and read [#REF!] in ODFF for reference errors | Eike 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-13 | fix fumble in makefile | Norbert Thiebaud | |
2011-08-12 | Import SmartArt graphics to Impress | Thorsten 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-12 | ByteString, shrink api | Caolán McNamara | |
2011-08-12 | SvtFilterOptions::Get can never be NULL, return ref and don't leak | Caolán McNamara | |
2011-08-11 | add the module oox into tail_build's fold | Norbert Thiebaud | |
2011-08-11 | sc_ucalc is missing a dep on AllLangRes/sc and others -> build heisenbug | Norbert Thiebaud | |
2011-08-11 | remove deprecated ByteString::CreateFromUnicode | Caolán McNamara | |
2011-08-10 | Prevent 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-10 | remove uno from range name export and some clean up | Markus Mohrhard | |
2011-08-10 | fix for fdo#39915: defining named ranges should be case insensitive | Markus Mohrhard | |
2011-08-10 | sal_Bool to bool switching while I'm at it. | Kohei Yoshida | |
2011-08-10 | Probably better to rename ppClipTab to rClipTabs, for consistency. | Kohei Yoshida | |
2011-08-10 | Fixed an infinite loop when the paste destination has only one sheet. | Kohei Yoshida | |
2011-08-10 | Partially 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-09 | Lots more cleanups. | Kohei Yoshida | |
2011-08-09 | Pass by const reference. | Kohei Yoshida | |
2011-08-10 | Number formatter sal_Bool -> bool clean-up and cosmetics | Eike Rathke | |
2011-08-10 | change from sal_Bool to bool in ScRangeName/ScRangeData | Markus Mohrhard | |
2011-08-10 | fix for fdo#37391: don't write invalid references to files | Markus Mohrhard | |
2011-08-09 | Correctly 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-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-08 | Replace SvUShorts with vector in editeng.hxx and cascade changes. | Nigel Hawkins | |
LGPLv3+/MPL | |||
2011-08-08 | missing ',' makes a completely different string than it appears. | Caolán McNamara | |
2011-08-08 | ByteString::ConvertToUnicode->rtl::OUString::ctor | Caolán McNamara | |
2011-08-08 | fix typo | David Tardon | |
2011-08-08 | show row/column headers as default again | Markus Mohrhard | |
2011-08-08 | don't use ODFVER_LATEST instead of ODFVER_012 | Markus Mohrhard | |
2011-08-07 | there is no sd library here | Matúš Kukan | |
2011-08-07 | fix for fdo#39792: changes to range names invalidate stream too | Markus 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-07 | fix for fdo#39678: don't write password algorithm in odf 1.0 and 1.1 | Markus Mohrhard | |
2011-08-06 | remove clone/calc references in filters-test.cxx | Norbert Thiebaud | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | |
Notes: split repo tag: calc_PRE_MELD_REPOS | |||
2011-08-04 | sal_Bool to bool. | Kohei Yoshida | |
2011-08-04 | Perhaps a const member needs an explicit constructor? | Kohei Yoshida | |
Norbert's tinderbox spits warning on this. | |||
2011-08-04 | More String removal. | Kohei Yoshida | |
2011-08-04 | More String / sal_Bool removal. | Kohei Yoshida | |
2011-08-04 | More String removal etc. | Kohei Yoshida | |
2011-08-04 | Indentation "fix". | Kohei Yoshida | |
2011-08-04 | Removed unnecessary condition checks. | Kohei Yoshida | |
2011-08-04 | String to rtl::OUString. | Kohei Yoshida | |
2011-08-04 | Removed custom html options iterator class; use the real iterators. | Kohei Yoshida | |
2011-08-04 | Combined two html option loops. | Kohei Yoshida | |
2011-08-03 | Parse CSS in the <style> content and set number formats to cells. | Kohei Yoshida | |
Pick up number formats specified in the CSS content of Excel generated HTML documents. This makes use of a template-based CSS parser from the orcus project. | |||
2011-08-04 | some clean-up | Markus Mohrhard | |
you need boost::nullable if you want to insert a null pointer in a boost::ptr_vector and it seems that ptr_vector::c_array isn't supported then | |||
2011-08-03 | change from sal_Bool to bool | Markus Mohrhard | |
2011-08-03 | change from c-array to boost::ptr_vector | Markus Mohrhard | |