summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2014-02-28Store the length of originally requested array size prior to trimming.Kohei Yoshida1-6/+6
2013-12-12Fix "fit to column" breakage.Kohei Yoshida1-1/+1
2013-12-11Fix paste as link, and a test case to catch it in the future.Kohei Yoshida1-1/+1
2013-12-10fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida1-20/+37
2013-12-10Dump group types from pivot cache for debugging.Kohei Yoshida1-15/+53
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida2-0/+111
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida1-6/+43
2013-12-07check string boundsEike Rathke1-2/+2
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida1-0/+441
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida3-3/+31
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke1-1/+1
2013-12-03remove and reinsert formula cell from/to tree during CompileXMLEike Rathke1-0/+7
2013-12-02Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan1-2/+3
2013-12-02we want to delete anytime that attribs are overwritten, fdo#72149Markus Mohrhard1-1/+1
2013-11-27Clear the cache here too.Kohei Yoshida1-0/+4
2013-11-27Not a good idea. This makes group calculation 5 times slower.Kohei Yoshida1-14/+0
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida2-0/+19
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke2-1/+103
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard3-3/+52
2013-11-28checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard2-0/+30
2013-11-27We shouldn't check isValid() here.Kohei Yoshida1-6/+6
2013-11-26Fix additional bugs in the vector array fetching code.Kohei Yoshida1-5/+5
2013-11-23resolved fdo#61946 use correct TabDelta for UpdateReferenceEike Rathke1-1/+1
2013-11-22Set default cell style directly, without UNO API.Kohei Yoshida1-0/+9
2013-11-22Call the method directly via ScDocument, not via obscure UNO API.Kohei Yoshida1-1/+0
2013-11-20Fix a few of my own thinkos, and add some assertionsTor Lillqvist2-1/+6
2013-11-20Try to make the background OpenCL compilation conditional at run-timeTor Lillqvist1-13/+36
2013-11-20Fix some life-cycle issues for backgroup OpenCL kernel compilationTor Lillqvist1-1/+1
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist2-239/+242
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-0/+3
2013-11-20Avoid crash in unit testTor Lillqvist1-1/+2
2013-11-20WIP commit of threaded OpenCL compilation workTor Lillqvist1-6/+16
2013-11-20Use the more generic CompiledFormula typeTor Lillqvist1-1/+1
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist2-17/+10
2013-11-20Add "sc.opencl" logging areaTor Lillqvist1-0/+1
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist1-0/+42
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist1-0/+1
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-2/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2-10/+8
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin3-3/+3
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-18Handle sheet-local range names too.Kohei Yoshida1-1/+1
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida1-0/+16
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida2-10/+11
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-3/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-30/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-15/+0
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin6-19/+17
2013-11-13move ScRefreshTimerProtector into its own header fileMatúš Kukan1-0/+1
2013-11-12Reduce the amount of RPM token generation.Kohei Yoshida1-0/+6