summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida
And a whole bunch of changes needed to make that happen. Change-Id: Idd98fbc99322c0d72fb0a7848d89cb1a6abc88b6
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida
Change-Id: Ib3a442cbb68c23294762561f2911101a087a795e
2014-04-14fdo#76294: Write import test for this.Kohei Yoshida
Change-Id: I4d2f98117b783e801916f99fd99e69d43e161e2d
2014-04-14update_pchThomas Arnhold
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
2014-04-14fdo#77209: Share string pool with clip documents.Kohei Yoshida
We do the same with undo documents, and it will only make sense to do the same with clip documents as well. Also, put the sharing part into a common method (for ease of tracking). Change-Id: I342b22d95374ee06d16318a66ffea0ac5b42621c
2014-04-14fdo#77209: Adjust this test to cover clip document use case as well.Kohei Yoshida
Turns out that we do need to share pooled resources with clip documents in addition to undo documents. Change-Id: If220c2d4bfc2bece9e884e034525e72dff8e3d66
2014-04-14The entry points for these are hidden behind OSL_DEBUG_LEVEL > 1 too.Jan Holesovsky
Change-Id: I728e808ac897aa1be184fb4a8bbbf781eb816cf0
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
Change-Id: If2c233a8ced8815b065a72caff907f10ef6166ff
2014-04-14typo: occuring -> occurringThomas Arnhold
2014-04-14typo: hilight -> highlightThomas Arnhold
2014-04-14typo: artifical -> artificialThomas Arnhold
2014-04-14typo: postion -> positionThomas Arnhold
2014-04-14typo: reverese -> reverseThomas Arnhold
2014-04-14typo: ULR -> URLThomas Arnhold
2014-04-14typo: direclty -> directlyThomas Arnhold
2014-04-14typo: befor -> beforeThomas Arnhold
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-04-14remove static stringsThomas Arnhold
2014-04-12Unnecessary to mention dependency on icudata as only libicuuc directly uses itTor Lillqvist
libicudata exports a single symbol, icudt52_data (for ICU version 52), and only libicuuc refers to it. Change-Id: Ia04356fda20cf8109156ccd1cbbd9091e70adf27
2014-04-12WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: Idfecaf013426bb549d3148fe0cab4c9e6c05dd2e
2014-04-11fdo#74087: Inspect if a mis-spelled word is at cursor position...Kohei Yoshida
then decide whether to launch a spell candidate menu or a regular context menu. Change-Id: Ib121e9c6729e068c70ff216391f863639aa01951
2014-04-12fdo#76961 - Calc link auto-update interval is changed on file saveNiklas Johansson
The commit fa0fe19e89ba68a6b02cbdd5eff6bc161024c53d accidentaly made the external links auto-update interval save seconds as milliseconds. This patch fixes the problem at least on Mac and Windows where I tested it. I also did a successful build on Fedora 20 with this patch that works as expected. Change-Id: Ia10d12fb678004a686a4eaa65e9e12f09378a440 Reviewed-on: https://gerrit.libreoffice.org/8934 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2014-04-11fdo#77307: Compare external formula tokens correctly.Kohei Yoshida
To avoid different external (add-in) tokens from being evaluated equal. Change-Id: If78187901bdca7fe0da50442b0bb66e0650dc70f
2014-04-11Enable scaddins for ucalc test session.Kohei Yoshida
This adds several worksheet functions to the list. Change-Id: Ib1a72c4401a4bd5e09ec98dfa1bd6175234005e0
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl
Change-Id: I2905e98425b9991d6138ab0adc15083d313ca445
2014-04-11fdo#75970: Let's do it in a straightforward fashion.Kohei Yoshida
No idea what the intent of this weird static heap instantiation, but apparently it's not helping us. Change-Id: If6cccf649958b6cf01ede992c286af68eaeb31f6
2014-04-11corrected copy&paste errorEike Rathke
WORKDAY.INTL was erroneously saved as NETWORKDAYS.INTL in .xls BIFF Change-Id: I23d7b4fb7382cfd640d1a0a19a81c4839488c1ce
2014-04-11fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers
Change-Id: I3199470ec92923e8cc12156f21dd397d870cc1e0 Reviewed-on: https://gerrit.libreoffice.org/8930 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-04-11Use valid UNOIDL identifier for XAccessibleGetAccFlowTo.get_AccFlowToStephan Bergmann
...which is new in LO 4.3 and still unpublished (and has a comment that the names should be renamed anyway). Change-Id: I738d30974446578496400a176053b8d95dc96ab9
2014-04-11fdo#77300: Do the same for the shared formula case as well.Kohei Yoshida
Change-Id: I560b0beabe81907e3f85d8845041a9df25d2200d
2014-04-11fdo#77300: Add more test to cover the shared formula case.Kohei Yoshida
Change-Id: I076cb7b8d5f9b51e7337a512bb86efbabee021a8
2014-04-11fdo#77300: Don't re-compile formulas when the hybrid formula is not there.Kohei Yoshida
Change-Id: I9b0f8d031fec08bb8d92333ff67074fdc739e034
2014-04-11fdo#77300: Add test for this.Kohei Yoshida
Change-Id: Ib870d8f115b074a4ad80ee6910f92ba8d4b0c01e
2014-04-10coverity#705472 Dereference null return valueCaolán McNamara
Change-Id: I1786b212207d1993246f24ad5f5237453554984a
2014-04-10coverity#708112 Uninitialized scalar fieldCaolán McNamara
Change-Id: I488f784430a252326466954bf4a29f4ddd72bd83
2014-04-10callcatcher: update unused codeCaolán McNamara
OAuth2Handler is from libcmis Change-Id: Ia1986d6df7ab45580c66b4e536c5882af41f357f
2014-04-09fdo#73147 improve function code for speedWinfried Donkers
Change-Id: I8862c1aaf245796a475ce52bec6c8e9a32862bbd Reviewed-on: https://gerrit.libreoffice.org/8841 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-04-09coverity#708111 Uninitialized scalar fieldCaolán McNamara
Change-Id: I937d83e8c219bb1b672ec0b8b40204d9b20c8317
2014-04-09coverity#708101 Uninitialized scalar fieldCaolán McNamara
Change-Id: I9eff260046a08890629b41188082f196d547c734
2014-04-09coverity#708100 Uninitialized scalar fieldCaolán McNamara
Change-Id: I955e0dd7253c19ef7d6dad1c663bbcfd27d2b511
2014-04-09coverity#708099 unused mTypeClass memberCaolán McNamara
Change-Id: I75a88c9fffb3d2d5c6c12e6df89ba85a8eb92d34
2014-04-09coverity#708097 Uninitialized scalar fieldCaolán McNamara
Change-Id: I17a9c275743208dcb90075b0cdbd40caae3ab642
2014-04-09convert data validation tab page to .uiCaolán McNamara
Change-Id: I1a4f1f4f06ec1ab0b28637380a8bfcb3bc64ee30
2014-04-09related: fdo#67104 correct the tooltipMaxim Monastirsky
This option points to the per-sheet setting, not to the global one. Change-Id: I79dbd727e0ff12eb906f243f82f4906762918d26
2014-04-09Write MediaDescriptor backMaxim Monastirsky
Otherwise setting the filter name has no effect. Change-Id: I333c8d2be66537a2c83b2aa3e40cdef61a5ac970
2014-04-09preserve selection if chart creation is cancelled, cp#1000052Markus Mohrhard
Change-Id: Ia8edb3e4c55e1a52515a761a60c4b1a59c990e1c
2014-04-09add array cell import to orcus importMarkus Mohrhard
Change-Id: I4f6dab039389e6b07486162df8bf939b557e7ed8
2014-04-08add .xlsx unit test for enhanced protectionEike Rathke
Change-Id: I8a6c6295998c6545318f6b490d1f617d6178013b
2014-04-08add non-editable test for descriptorEike Rathke
Change-Id: I0a40e9e26e09e970023a749b7fd0a67ac29d1bc1
2014-04-08fdo#71729: Fill the range edit boxes after the table is fully initialized.Kohei Yoshida
Otherwise the range formula expression would not be available yet. Change-Id: If9c5040366f9038e8094fd5448ca5e4ee2e73edd