summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann9-32/+32
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin13-84/+84
2014-01-09Move some of the link related methods to the document link manager.Kohei Yoshida8-183/+194
2014-01-09fdo#68961: Check visible range during scrolling, and re-paint if necessary.Kohei Yoshida4-9/+24
2014-01-09GPU Calc: masked formulae that aren't supported well on some OpenCL platformshaochen1-30/+32
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 Yoshida1-0/+5
2014-01-08Move the LinkManager instance from ScDocument to ScDocumentLinkManager.Kohei Yoshida6-217/+271
2014-01-08Cleanup.Kohei Yoshida1-7/+2
2014-01-08fdo#73408: Make the software interpreter selection stick in the UI.Kohei Yoshida2-7/+11
2014-01-08resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke4-42/+257
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan2-8/+11
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2-80/+13
2014-01-07fdo#72774: Generate correct group items for the year group.Kohei Yoshida3-8/+11
2014-01-07fdo#72774: Add test for group field cache population on file load.Kohei Yoshida1-0/+10
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 Lillqvist2-13/+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 Yoshida2-13/+28
2014-01-07fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida3-9/+67
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida3-124/+70
2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida5-46/+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 McNamara3-118/+23
2014-01-06avoid out of bounds string accessCaolán McNamara1-4/+4
2014-01-06CreateScColOrRowDlg is unusedCaolán McNamara2-27/+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 McNamara6-133/+27
2014-01-04convert calc character dialog to .uiCaolán McNamara8-113/+38
2014-01-04hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis2-1/+2
2014-01-03resolved fdo#72949 evaluate criteria on the query rangeEike Rathke1-7/+15
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin5-3/+124
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 Meeks1-1/+2
2013-12-31GPU Calc: Remove unnecessary 'std::cerr'haochen2-4/+8
2013-12-31GPU Calc: Fix accuracy not reach 11 in MDURATIONxinjiang2-23/+82
2013-12-31GPU Calc: Optimize Vlookuphaochen1-19/+34
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVPAshiming zhang1-0/+23
2013-12-31GPU Calc: Fix bug of support optional parameter for STDEVAshiming zhang1-0/+23