summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Collapse)AuthorFilesLines
2014-04-15fdo#75665: Truncate string when clipped on screen.Kohei Yoshida2-5/+31
This improves performance of text layouting by HarfBuzz for very long strings. HarfBuzz's layout algorithm appears to be more expensive than ICU's. Change-Id: Ic9738b7b8f0f1a29c51c83b147763118939b90ef
2014-04-16CID#736182 guard against a dubious call from SearchAndReplace()Eike Rathke1-0/+5
Change-Id: I6ce1b577c377721b882c1f8ec757a61e600ae671
2014-04-15CID#1202961 init class memberEike Rathke1-0/+1
Change-Id: I5b00cdf68220282e5d0ff99352e04552cdecce09
2014-04-15CID#1202973 init class membersEike Rathke1-1/+3
Change-Id: Ib14d24970faa35ad0caf8c8a8bf7f9cef5764b89
2014-04-15CID#1202954 init class memberEike Rathke1-0/+1
Change-Id: If5ba55d752674b5bd81b406a28a78381177d6442
2014-04-15Use scope switch rather than manual on and off.Kohei Yoshida2-4/+13
Change-Id: Ia4072339b6f1fd4b929d891dcc8f3bb3e2403d5e
2014-04-15Use single std::vector instance in lieu of heap arrays.Kohei Yoshida1-15/+20
Change-Id: I36820b5c3790998eab922a0fa603ac063972c445
2014-04-15CID#1093227: check for (unlikely) null return valueEike Rathke1-1/+3
Change-Id: Idca2df07ffdc41b67bf7e126ebec3243501b9cb5
2014-04-15Remove this duplicate, and use the one in ScCellFormat.Kohei Yoshida1-38/+7
Change-Id: I2410c8805ef5be950d5ce1e24f845ed910615442
2014-04-15Avoid unnecessarily converting UNO cell address to ScAddress.Kohei Yoshida2-44/+21
Change-Id: I69849b0a16cb353257f9fc1890a27595cd1b7b7b
2014-04-15fdo#76409: Write output cell string to <text:p> element when saving to ods.Kohei Yoshida4-4/+44
The change was made by accident. Change-Id: Ife2461b0fca6e3ea5a65d72d985d1e0976737b5a
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida3-15/+16
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 Yoshida24-58/+102
Change-Id: Ib3a442cbb68c23294762561f2911101a087a795e
2014-04-14fdo#77209: Share string pool with clip documents.Kohei Yoshida3-5/+10
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-14The entry points for these are hidden behind OSL_DEBUG_LEVEL > 1 too.Jan Holesovsky2-6/+25
Change-Id: I728e808ac897aa1be184fb4a8bbbf781eb816cf0
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann45-330/+118
Change-Id: If2c233a8ced8815b065a72caff907f10ef6166ff
2014-04-14typo: occuring -> occurringThomas Arnhold1-1/+1
2014-04-14typo: hilight -> highlightThomas Arnhold1-1/+1
2014-04-14typo: artifical -> artificialThomas Arnhold1-1/+1
2014-04-14typo: postion -> positionThomas Arnhold1-1/+1
2014-04-14typo: reverese -> reverseThomas Arnhold1-1/+1
2014-04-14typo: ULR -> URLThomas Arnhold2-2/+2
2014-04-14typo: direclty -> directlyThomas Arnhold1-1/+1
2014-04-14typo: befor -> beforeThomas Arnhold1-1/+1
2014-04-14remove static stringsThomas Arnhold1-2/+1
2014-04-12WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-1/+1
Change-Id: Idfecaf013426bb549d3148fe0cab4c9e6c05dd2e
2014-04-11fdo#74087: Inspect if a mis-spelled word is at cursor position...Kohei Yoshida2-36/+146
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 Johansson1-1/+1
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 Yoshida1-0/+9
To avoid different external (add-in) tokens from being evaluated equal. Change-Id: If78187901bdca7fe0da50442b0bb66e0650dc70f
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl1-4/+3
Change-Id: I2905e98425b9991d6138ab0adc15083d313ca445
2014-04-11fdo#75970: Let's do it in a straightforward fashion.Kohei Yoshida1-2/+2
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 Rathke1-2/+2
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 Donkers6-0/+74
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 Bergmann2-2/+2
...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 Yoshida1-16/+19
Change-Id: I560b0beabe81907e3f85d8845041a9df25d2200d
2014-04-11fdo#77300: Don't re-compile formulas when the hybrid formula is not there.Kohei Yoshida1-8/+11
Change-Id: I9b0f8d031fec08bb8d92333ff67074fdc739e034
2014-04-10coverity#705472 Dereference null return valueCaolán McNamara1-2/+3
Change-Id: I1786b212207d1993246f24ad5f5237453554984a
2014-04-10coverity#708112 Uninitialized scalar fieldCaolán McNamara1-0/+4
Change-Id: I488f784430a252326466954bf4a29f4ddd72bd83
2014-04-10callcatcher: update unused codeCaolán McNamara2-19/+0
OAuth2Handler is from libcmis Change-Id: Ia1986d6df7ab45580c66b4e536c5882af41f357f
2014-04-09fdo#73147 improve function code for speedWinfried Donkers2-37/+35
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 McNamara1-0/+2
Change-Id: I937d83e8c219bb1b672ec0b8b40204d9b20c8317
2014-04-09coverity#708101 Uninitialized scalar fieldCaolán McNamara1-0/+2
Change-Id: I9eff260046a08890629b41188082f196d547c734
2014-04-09coverity#708100 Uninitialized scalar fieldCaolán McNamara1-6/+10
Change-Id: I955e0dd7253c19ef7d6dad1c663bbcfd27d2b511
2014-04-09coverity#708099 unused mTypeClass memberCaolán McNamara1-3/+1
Change-Id: I75a88c9fffb3d2d5c6c12e6df89ba85a8eb92d34
2014-04-09coverity#708097 Uninitialized scalar fieldCaolán McNamara1-0/+2
Change-Id: I17a9c275743208dcb90075b0cdbd40caae3ab642
2014-04-09convert data validation tab page to .uiCaolán McNamara7-433/+190
Change-Id: I1a4f1f4f06ec1ab0b28637380a8bfcb3bc64ee30
2014-04-09Write MediaDescriptor backMaxim Monastirsky1-9/+9
Otherwise setting the filter name has no effect. Change-Id: I333c8d2be66537a2c83b2aa3e40cdef61a5ac970
2014-04-09preserve selection if chart creation is cancelled, cp#1000052Markus Mohrhard1-3/+7
Change-Id: Ia8edb3e4c55e1a52515a761a60c4b1a59c990e1c
2014-04-09add array cell import to orcus importMarkus Mohrhard1-2/+14
Change-Id: I4f6dab039389e6b07486162df8bf939b557e7ed8
2014-04-08fdo#71729: Fill the range edit boxes after the table is fully initialized.Kohei Yoshida4-12/+34
Otherwise the range formula expression would not be available yet. Change-Id: If9c5040366f9038e8094fd5448ca5e4ee2e73edd