summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-01-09GPU Calc: masked formulae that aren't supported well on some OpenCL platformshaochen1-30/+32
2014-01-09specify that grid color listbox can shrink...Caolán McNamara1-380/+367
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann2-33/+8
2014-01-09WaE [loplugin]: statement aligned as second statement in if body ...Tor Lillqvist1-1/+1
2014-01-08GPU Calc: support reduction kernel in AVERAGEhaochen1-45/+243
2014-01-08Oops. We don't want to leak here.Kohei Yoshida2-0/+6
2014-01-08Move the LinkManager instance from ScDocument to ScDocumentLinkManager.Kohei Yoshida8-220/+293
2014-01-08Cleanup.Kohei Yoshida1-7/+2
2014-01-08fdo#73408: Make the software interpreter selection stick in the UI.Kohei Yoshida3-7/+15
2014-01-08stretch label to fill vertically for long textCaolán McNamara1-3/+6
2014-01-08designate which elements should shrink when limited widthCaolán McNamara1-35/+9
2014-01-08designate which elements should shrink when limited widthCaolán McNamara1-14/+13
2014-01-08resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke5-42/+269
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan3-9/+11
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2-80/+13
2014-01-07fdo#72774: Write test to ensure correct group items in pivot cache on load.Kohei Yoshida1-0/+57
2014-01-07fdo#72774: Generate correct group items for the year group.Kohei Yoshida4-9/+12
2014-01-07fdo#72774: Add test for group field cache population on file load.Kohei Yoshida4-2/+66
2014-01-07fdo#72774: Ensure that all the group fields are in cache upon file load.Kohei Yoshida1-0/+3
2014-01-07Drop the check of the SC_BACKGROUND_COMPILATION env varTor Lillqvist3-15/+8
2014-01-07Add some more loggingTor Lillqvist1-8/+11
2014-01-07Avoid assertion failure if group has been disabledTor Lillqvist1-1/+3
2014-01-07Resolves: #i123622# No focus event fired on cell when new sheet is createdSteve Yin1-0/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin5-19/+19
2014-01-07fdo#72645: Case-insensitive string comparison in GETPIVOTDATA.Kohei Yoshida4-13/+46
2014-01-07fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida6-9/+174
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida7-133/+218
2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida6-57/+47
2014-01-06Add unit test for getting data entries. This used to crash at MAXROW.Kohei Yoshida2-0/+47
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr5-8/+8
2014-01-06convert col or row dialog to .uiCaolán McNamara6-119/+176
2014-01-06avoid out of bounds string accessCaolán McNamara1-4/+4
2014-01-06CreateScColOrRowDlg is unusedCaolán McNamara3-33/+0
2014-01-06Resolves: #i123629# [ia2] Invalid focus event fired after editing cellSteve Yin6-6/+24
2014-01-05Don't crash when entering a value into cell at MAXROW position.Kohei Yoshida1-1/+8
2014-01-05fdo#73117 fix switched true/false explanation for HYPGEOM.DISTWinfried Donkers1-2/+2
2014-01-04convert calc paragraph dialog to .uiCaolán McNamara11-139/+193
2014-01-04convert calc character dialog to .uiCaolán McNamara12-116/+189
2014-01-04hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis2-1/+2
2014-01-03resolved fdo#72949 evaluate criteria on the query rangeEike Rathke2-8/+16
2014-01-03I forgot to add a terminator here.Kohei Yoshida1-0/+1
2014-01-03fdo#73113: Write unit test for LOOKUP.Kohei Yoshida2-0/+50
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin9-3/+138
2014-01-02added Latvian "LVL" to EUROCONVERT(), fdo#73239Eike Rathke1-1/+2
2014-01-02added Estonian "EEK" to EUROCONVERT(), fdo#73239Eike Rathke1-2/+7
2014-01-02resolved fdo#73113 not string cell does not mean no string at cellEike Rathke1-3/+21
2014-01-02WaE: statement aligned as ... [loplugin]Tor Lillqvist1-4/+4
2014-01-02oox: fix crash with threaded xlsx loading by pre-allocating sheet storage.Michael Meeks3-42/+55
2014-01-01fdo#73021 - avoid call crash on spell-check + unit test.Michael Meeks3-1/+17
2013-12-31GPU Calc: Remove unnecessary 'std::cerr'haochen2-4/+8