summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-20new does not return nullStephan Bergmann8-57/+18
2012-07-20Unnecessary sorted_vector_compareStephan Bergmann1-19/+3
2012-07-20saltextenc.map is unncessaryStephan Bergmann2-42/+0
2012-07-20fdo#38244 comment range odf import/export testcaseMiklos Vajna4-0/+194
2012-07-20fdo#52293 Changed "discreet" to "discrete"Kevin Peng1-1/+1
2012-07-20SwXTextField::attachToRange: don't generate new fieldmark id on each importMiklos Vajna1-1/+12
2012-07-20office:annotation-end importMiklos Vajna4-5/+71
2012-07-20TextFieldmark::ReleaseDoc: properly remove text fieldmarks from SwDocMiklos Vajna3-1/+42
2012-07-20office:annotation-end exportMiklos Vajna4-4/+36
2012-07-20SwPostItField: add aName memberMiklos Vajna12-14/+72
2012-07-20fdo#52275: Revert "mysqlcppconn: work around weird gcc issue"Michael Stahl1-6/+0
2012-07-20Support for --with-java-target-version in gbuildStephan Bergmann4-9/+4
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan9-24/+93
2012-07-20tubes: fix typo in namesMatúš Kukan1-2/+2
2012-07-20idlcpp was replaced by ucppMatúš Kukan2-2/+1
2012-07-20Fix SAL_LOG area usageStephan Bergmann1-4/+6
2012-07-20fix mdds breakage in mingw buildDavid Tardon2-1/+56
2012-07-20warning C4702: unreachable codeStephan Bergmann1-2/+0
2012-07-20Globally unique symbols missing from some map filesStephan Bergmann5-31/+35
2012-07-20WaE: invalid conversion from 'PWCHAR' to 'const sal_Unicode*'David Tardon1-2/+4
2012-07-20WaE: deprecated conversion from string constant to 'PWCHAR'David Tardon1-2/+2
2012-07-20Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-3/+3
2012-07-19Display blank cell instead of zero in matrix cells with blank text resultDaniel Bankston1-5/+19
2012-07-19Add test case for matrix reference cells with blank text resultDaniel Bankston3-1/+11
2012-07-19catch consistently by const referenceCaolán McNamara1-36/+25
2012-07-19Resolves: fdo#51772 failure to import a specific .rtf fileCaolán McNamara1-34/+40
2012-07-20sal_Bool -> boolTakeshi Abe7-89/+89
2012-07-19Revert "Let's see if stripping the const here will fix the clang build..."Kohei Yoshida1-4/+1
2012-07-19Let's see if stripping the const here will fix the clang build...Kohei Yoshida1-1/+4
2012-07-19Deliver a missing header.Kohei Yoshida1-1/+2
2012-07-19Specify function object as template argument rather than local variable.Kohei Yoshida1-53/+51
2012-07-19This should be bool.Kohei Yoshida1-1/+1
2012-07-19Added comment.Kohei Yoshida1-0/+2
2012-07-19Pass contiguous cell data as an array to matrix. This is faster.Kohei Yoshida3-31/+150
2012-07-19Less indentations via early bailout.Kohei Yoshida1-62/+66
2012-07-19Slightly more efficient compareMatrix.Kohei Yoshida1-13/+16
2012-07-19It's now faster to start empty and fill non-empty elements.Kohei Yoshida2-73/+32
2012-07-19Use macro to define callbacks.Kohei Yoshida1-67/+1
2012-07-19Reorganized code to remove redundant calls to get_type().Kohei Yoshida1-7/+30
2012-07-19Some cleanup and comments.Kohei Yoshida1-2/+10
2012-07-19Turns out that C++03 doesn't support use of static double inside template.Kohei Yoshida1-4/+4
2012-07-19It's no longer possible to unionize value and string here...Kohei Yoshida4-25/+20
2012-07-19We no longer need density types.Kohei Yoshida1-8/+0
2012-07-19This is no longer true.Kohei Yoshida1-5/+0
2012-07-19Support resizing matrix with a default value.Kohei Yoshida3-1/+14
2012-07-19For sum product, the initial accumulator value should be 1, not 0.Kohei Yoshida1-2/+9
2012-07-19Don't forget to initialize the flag matrix.Kohei Yoshida1-2/+3
2012-07-19A little cleanup.Kohei Yoshida1-20/+0
2012-07-19Implement Sum(), SumSquare(), etc...Kohei Yoshida1-4/+130
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida11-82/+63