summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-19-Werror=format, "fix %d expects argument of type int"Julien Nabet1-1/+1
2013-03-19translation and cleanup of comments in sd/source/ui/view/Urs Fässler39-1756/+756
2013-03-19fdo#39445 writing out tools/fsys.hxx (sot)Krisztian Pinter2-2/+0
2013-03-19fdo#39445 writing out tools/fsys.hxx (rsc)Krisztian Pinter3-3/+0
2013-03-19calm debug, and disable unless SC_FORMULAGROUP=1Michael Meeks4-5/+13
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida21-64/+127
2013-03-19This ScFormulaCell member is not used. Also remove cell.hxx include...Kohei Yoshida3-3/+1
2013-03-19start of InterpretFormulaGroup.Michael Meeks3-7/+92
2013-03-19get row offset calculation right for groups.Michael Meeks1-2/+3
2013-03-19Tweak hash generation code to NOT rely on 'i' to shift bits.Kohei Yoshida1-14/+17
2013-03-19build spans of doubles and cleanup excessive debug.Michael Meeks4-25/+94
2013-03-19use cell hashing algorithm for computing groups.Michael Meeks3-20/+23
2013-03-19Unit test for formula token array vectorization state.Kohei Yoshida1-0/+34
2013-03-19Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida17-27/+51
2013-03-19Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida12-23/+83
2013-03-19First cut on checking the token array on whether we could do vectorization.Kohei Yoshida5-2/+104
2013-03-19Use initializer in ctor.Kohei Yoshida1-5/+10
2013-03-19Generate token array hash exactly once, when the string is tokenized.Kohei Yoshida3-6/+19
2013-03-19Fix indentation.Kohei Yoshida1-1/+1
2013-03-19Fix build breakage.Kohei Yoshida4-3/+8
2013-03-19add initial formula group unit tests.Michael Meeks3-7/+69
2013-03-19Embed reference tokens in the generated hash values.Kohei Yoshida2-44/+78
2013-03-19Move GetHash() from FormulaTokenArray to ScTokenArray.Kohei Yoshida4-53/+54
2013-03-19Fix minor stuff in the test code...Kohei Yoshida1-2/+3
2013-03-19Implement (partially?) and test formula token array hash function.Kohei Yoshida8-1/+147
2013-03-19re-build formula groups inside Interpret instead.Michael Meeks6-0/+25
2013-03-19don't re-build formula groups just yet.Michael Meeks3-4/+15
2013-03-19Skeleton for generating a hash value from an array of token.Kohei Yoshida4-0/+14
2013-03-19initial detection of similar formula runs.Michael Meeks6-4/+247
2013-03-19remove unused header: tools/fsys.hxxAndras Timar1-1/+0
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Krisztian Pinter3-4/+1
2013-03-19SetSalColor() and GetSalColor() are unusedTor Lillqvist7-128/+0
2013-03-19touch --no-dereference does not work on MACOSXPetr Mladek1-1/+1
2013-03-19More "compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)" fixesStephan Bergmann2-2/+2
2013-03-19Assume that these shall indeed check full string equalityStephan Bergmann1-2/+2
2013-03-19Localize files of a directory in lexical orderZolnai Tamás1-40/+69
2013-03-19follow on fix for fdo#62090 ensure out of range startpos is handledNoel Power1-2/+6
2013-03-19remove commented out line I inserted to screw up Juliens patchNoel Power1-1/+0
2013-03-19fix for fdo#62090 Mid function regressionJulien Nabet1-1/+2
2013-03-19fdo#54278 Only en-US help pack should contain en-US helpAndras Timar4-121/+20
2013-03-19Fix broken string cleanupStephan Bergmann1-7/+7
2013-03-19Fix previous fixStephan Bergmann1-1/+1
2013-03-19Fix broken automatic search/replace resultsStephan Bergmann1-1/+1
2013-03-19fix race condition when using hardlinks to deliver into solverPetr Mladek1-1/+1
2013-03-19compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)Stephan Bergmann1-2/+2
2013-03-19DBG_ASSERT -> SAL_WARNStephan Bergmann1-2/+4
2013-03-19Simply obtain theMacroExpander on demandStephan Bergmann1-24/+7
2013-03-19handle the empty URL case in file pickerGergő Mocsi2-0/+6
2013-03-19add SwField::IsClickable and use it from SwWrtShell and SwPageFrmMiklos Vajna4-2/+21
2013-03-19further OUString cleanupThomas Arnhold46-101/+94