summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Collapse)Author
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin
The services are document::XMLBasicExporter document::XMLOasisBasicExporter Change-Id: Ifd93e5735cae94d34904d79769cdb3edf587fe43
2013-02-10fdo#56098 paste special shift options incorrect/incompleteWinfried Donkers
Change-Id: Ic84ec07f4e0963ad1759036f1d7cbfa295289375 Reviewed-on: https://gerrit.libreoffice.org/1903 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-09fix compile for change to boost 1.53.0 declaring smart pointer operator bool ↵Mark Wright
as explicity for C++11 compilers Change-Id: If2c3ad68b2ffea645a9f2035cd802553edc0ee79 Reviewed-on: https://gerrit.libreoffice.org/2064 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-09Remove unused methodsThomas Arnhold
GetOptimalSizePixel and GetHCtrlWidth are never called Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084
2013-02-08factor out common code of SKEW and SKEWP, fdo#60322Eike Rathke
Change-Id: Ia79a56f9b68ee11d3a45d30833332c58994383b0
2013-02-08fdo#60322 add calc function SKEWP as in ODFF v1.2Winfried Donkers
Change-Id: I4851df1473fc7788af1ac642bb0fb527ec872821 Reviewed-on: https://gerrit.libreoffice.org/2020 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-07Resolves: fdo#60420 Copy chart leads to crashJulien Nabet
Thank you Kohei for the better patch you proposed to me Change-Id: I145aaf6fd139a29373c41cc2ea81dadc9160f0fe
2013-02-06Translated german commentsEric Seynaeve
Change-Id: I9ee25faa57397ec2d0e7e9bb77aabade4404e32d
2013-02-06Translated german commentsEric Seynaeve
Change-Id: Idc31ebc5bb2d11345f68b7275b7fc4d335b633c1
2013-02-06resolved fdo#60366 make MATCH() accept a single cell referenceEike Rathke
Change-Id: I7059abdb6232b95e0b940b34f74bf87182510146
2013-02-06Re-order the header includes. Make sure column.hxx comes first.Kohei Yoshida
Change-Id: I9f93724c4e0b565a9148d0893feda9e82109bff7
2013-02-06Use initializer to initialize data members.Kohei Yoshida
Change-Id: I912cede3a240ccd4e1cc94be46c7dfee36a85af6
2013-02-06Rename ScColumn::Resize() to ReserveSize().Kohei Yoshida
The new name is more aligned with what it actually does. Change-Id: I703e20253fe5957c775026d8d08f2906f2d7889c
2013-02-06Remove useless function calls.jailletc36
nPos has already been computed the 3 lines above. No need to recompute it. Change-Id: Iad739d6fffd2c40cc633789edfe88d13e87dd28b Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/2015 Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Tested-by: Tomáš Chvátal <tchvatal@suse.cz> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-06String->OUStringCaolán McNamara
Change-Id: I42193a40a0b5b905a721cb511d69836385bfcb40
2013-02-06Fix 'bSkipBreaks' is assigned a value that is never usedJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-bSkipBreaks-is-assigned-a-value-that-is-never-used-sc-td4034724.html Change-Id: I846d433c49ad6951539ad283514ce84263236bbb
2013-02-05Fix this sentence a bit.Kohei Yoshida
Change-Id: I113f5cf5a177f6315338f54c7e0ebeb19155b8e3
2013-02-05Remove unused header includes.Kohei Yoshida
Change-Id: I2f6683d1c17fdfacfb4d68905e5a319df5e8f874
2013-02-05UniString to OUString in ScRefFinder, and a bunch more cleanups.Kohei Yoshida
Some extra code to ensure that OUString's copy method gets correct sub-string lengths. Unlike UniString, OUString's version is more strict. Change-Id: I7daabf2ad587ff44fd6d8c66a02dbecfe519295b
2013-02-05fdo#39135: Prevent integer overflow & update the character during loop.Kohei Yoshida
These two errors in the code contributed to the reported bug. Let's fix them. Change-Id: If82a1bd4d1e27145b48e722b30388cc9dc4a8a6e
2013-02-05Pass DocumentService to the loader during macro tests.Kohei Yoshida
And disable user interaction during type detection, since that would cause the test to fail. With this change, 'make check' works once again. Change-Id: I2f45a2e962e45ee64f7984e794cff814fbfe6dab
2013-02-05Header no longer needed.Kohei Yoshida
Change-Id: I417d76f7f7ab1b14a449ec0ee86bfd69effa68df
2013-02-05pData can't be NULL anymoreMarkus Mohrhard
Change-Id: I2660d79b14455ffed62c755b8d83e70c2d7a99f2
2013-02-05Remove the Excel 4.0/95/97 detection bits from ScFilterDetect.Kohei Yoshida
We still need to leave the MS Excel 4.0 filter name there as it's used for Excel 1.0/2.0/3.0 file formats. In the future we might move these to ScExcelBiffDetect as well... Change-Id: I8422e7470fbb0a14c219b7f67e3dfd4a34131eba
2013-02-05Implement detection for Excel 4.0 format.Kohei Yoshida
Change-Id: Ic0f5c585386f602bd51e006770b30cbb190a531e
2013-02-05Use the new excel format detector for all binary excel types.Kohei Yoshida
But I have yet to implement the detection of Excel 4.0... Separating detection services like this will make the overall type detection process a little more reliable. It's actually not a good idea to use a single type detection service for a multitude of file format types... Change-Id: I2914c179ac939a031b84e8d37de891a5043851e6
2013-02-05Skeleton for new excel biff format detector service.Kohei Yoshida
Not used yet. Change-Id: I1d3c28c46ec3b1830b8d0c656717e95677df9508
2013-02-05Simplify_component_getFactory using the helper code from cppu.Kohei Yoshida
Change-Id: I9d26b3523d4c6c22e0b26442ab3dfc479534f5bc
2013-02-04More clean-ups with ScFilterDetect.Kohei Yoshida
Change-Id: I754958ebb889fc661108e26038491b23fd391c34
2013-02-04String to OUString.Kohei Yoshida
Change-Id: I3a0eff8ca0c8b654a38ee2df1022ca162bcb67aa
2013-02-04Remove unnecessary defines etc...Kohei Yoshida
Change-Id: Ia2e2db103eac0f8f5354200c91be565abaef130e
2013-02-04fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida
Change-Id: I35968241a79db0aabe06e25c0efac2aa3d1c5b84
2013-02-04clean up EnableAdjustHeight calls, disable at start of import reset at endNoel Power
Change-Id: I61ffa13d857134c4a39b1370f0bcd5b926b8e8a7
2013-02-02fdo#57180 return #VALUE! error if a number couls not be parsedEike Rathke
Change-Id: I25ed88b30329b92f80efd329243f85b271d972a7
2013-02-02fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2Winfried Donkers
Conflicts: sc/source/filter/excel/xlformula.cxx sc/source/filter/oox/formulabase.cxx Change-Id: I6ee01764ae9fc27854fd3bd8a630b9d3560192e5 Reviewed-on: https://gerrit.libreoffice.org/1477 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-01bnc#801152: Scan all columns to determine the first data row.Kohei Yoshida
When scanning the entire data range in an attempt to determine where the first data row is, we shouldn't stop at the first column. We should scan all data columns to make sure we pick the lowest value row position among all columns. Change-Id: I693ec169857b181c6b4237efcba3fa6a46eaa531
2013-01-31Hyperlink is an optional property, fdo#58858Markus Mohrhard
Change-Id: I30f2b0cdb72951a47cfd8d0091b5418fd59efe83 Reviewed-on: https://gerrit.libreoffice.org/1930 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-30bnc#492440: Sort autofilter popup items correctly.Kohei Yoshida
Use locale-aware collator to sort strings, instead of using the transliterator. The actual sorting algorithm for cell sort uses collator. Let's be consistent with it. Change-Id: I6729553ce92d50e45fa1ea6e1c35581fd791807d
2013-01-30Don't overwrite bCalcAll when it's already set & remove SetCompile().Kohei Yoshida
Change-Id: Ieaf84e8d36efa8314729903be029f83c31bcbdf3
2013-01-31MIN_FREEHAND_DISTANCE is used nowhereTakeshi Abe
Change-Id: I3111c8fd60089302d7eee51df0ac81ae1a6f5eab
2013-01-30bnc#615317: Recompile cells with #NAME! for English function name option.Kohei Yoshida
When the option for using English function name changes, we should re-compile all cells with #NAME! as the error may have been caused by unresolved function name which may be fixed after the option change. Change-Id: Id340ce9b5db3ed368b98e814861be5c3f96df071
2013-01-31import/export new Excel 2013 ODF functions, fdo#60032Eike Rathke
Change-Id: I8cf726ce5132f0cb712b30a76a76b152a681f4da
2013-01-30resolved fdo#60087 corrected .xlsx export of functionsEike Rathke
Change-Id: I6c7ba47dde88a73d035b1db5f7f4cede78b262db
2013-01-30unfriend this class and the methodMarkus Mohrhard
Change-Id: I43645409bee380ef6664109c4480ca37c5f3ecd2
2013-01-30make a few more users of ScAttrArray outside of the class constMarkus Mohrhard
Change-Id: I76aca6b1ddb8a326eecf70a68bed2a754e462c49
2013-01-30this check always will result in trueMarkus Mohrhard
Actually I believe that pData is non-NULL in all cases now but proving it is quite complicated because there are a few too many friends of the class. Change-Id: I024605676281c0a4a46b42827b00ef98bf68ea79
2013-01-30this parameter was always trueMarkus Mohrhard
Change-Id: If78c958c11b5786f31127fc729806e1e5bc5d58a
2013-01-30prefer the c'tor initializer listMarkus Mohrhard
Change-Id: Ic4087959ae04b27c228abf67ef538aa8717fae4f
2013-01-30adapt comment to correct codeMarkus Mohrhard
Change-Id: I669036358773b0e9583d7d0b8130ca947d89fae9
2013-01-30correctly handle repeated row heights for empty rows ( fdo#59973 )Noel Power
it seems both xls & xlsx export suffer from problems with multiple row heights repeated ( if those rows are empty ) Change-Id: I3ed68a81517a3e55d1de1954fcb99e7cb39be337