summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-10191-367/+367
* extensions: export npsoplugin's symbolsMatúš Kukan2012-03-102-18/+46
* embedserv: convert to gbuildMatúš Kukan2012-03-1019-646/+207
* Fix Possible null pointer dereferenceJulien Nabet2012-03-101-2/+2
* Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-03-101-1/+1
* Fix : statement following break will never be executedJulien Nabet2012-03-101-2/+0
* clang has broken -fvisibility-inlines-hiddenLuboš Luňák2012-03-101-0/+29
* clang does not know -ggdb2Luboš Luňák2012-03-102-6/+20
* exported templates need to be marked as suchLuboš Luňák2012-03-1028-113/+113
* SAL_DLLPUBLIC_IMPORT with gcc should not be emptyLuboš Luňák2012-03-101-1/+1
* patch clucene to avoid narrowing conversionsLuboš Luňák2012-03-102-0/+26
* write unsigned char[] contents as numbers rather than string literalLuboš Luňák2012-03-101-1/+1
* mark static data that is const as constLuboš Luňák2012-03-103-17/+18
* take explicit number format before implicit number format, fdo#47084Markus Mohrhard2012-03-101-1/+1
* add two accidently removed return statementsMarkus Mohrhard2012-03-101-2/+2
* vector and rtl::Reference over manual ref-counting.Kohei Yoshida2012-03-092-32/+19
* These don't have to be virtual.Kohei Yoshida2012-03-091-2/+2
* Keep vector as vector.Kohei Yoshida2012-03-093-16/+17
* Store only one number format per field.Kohei Yoshida2012-03-092-13/+7
* Some header cleanup.Kohei Yoshida2012-03-094-8/+13
* Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida2012-03-092-45/+51
* fix semantic error in layout calculationAndras Timar2012-03-091-29/+12
* Use flat_segment_tree to store the empty row flags.Kohei Yoshida2012-03-092-10/+15
* IsValid() is superfluous.Kohei Yoshida2012-03-092-10/+0
* dptablecache.* to dpcache.*Kohei Yoshida2012-03-095-4/+4
* fdo#45962: fix context menu key yanking cursor out of header/footerMichael Stahl2012-03-091-1/+1
* fix error comparing a struct vs an uno prop containing a struct fdo#42819Noel Power2012-03-093-9/+20
* Fix sense of r/o detection code, and clean upStephan Bergmann2012-03-091-18/+14
* Fix infinite looping memory devouring on refreshing table with date grouping.Kohei Yoshida2012-03-091-7/+7
* Use the common method over the local clone.Kohei Yoshida2012-03-091-75/+2
* Bit more organized & Error item has string too.Kohei Yoshida2012-03-091-9/+14
* use the target document not the source documentMarkus Mohrhard2012-03-091-1/+1
* Correct equality check & disable Dump() for normal build.Kohei Yoshida2012-03-092-3/+12
* Apparently nobody uses Hash() anymore.Kohei Yoshida2012-03-092-16/+0
* -Werror={deprecated-declarations,sign-compare,unused-parameter}Stephan Bergmann2012-03-094-11/+10
* minor documentation tweaksMichael Meeks2012-03-095-2/+15
* fdo#40607 - osl_syncFile having written, and avoid doing that on startMichael Meeks2012-03-092-32/+36
* Even more cleanup and fixing.Kohei Yoshida2012-03-094-61/+29
* Cleaned up code.Kohei Yoshida2012-03-095-184/+17
* Populate group dimensions directly to the cache.Kohei Yoshida2012-03-099-247/+449
* Added hook to create group field data at cache creation time.Kohei Yoshida2012-03-0911-28/+89
* Get normal grouping to work again.Kohei Yoshida2012-03-092-48/+20
* Some adjustments.Kohei Yoshida2012-03-093-39/+30
* Properly display grouped range values for range-based grouping.Kohei Yoshida2012-03-0910-197/+264
* These functions are no longer used.Kohei Yoshida2012-03-091-29/+1
* Get number-grouping to work again.Kohei Yoshida2012-03-093-63/+68
* More scope reduction.Kohei Yoshida2012-03-091-84/+85
* We can't deal with "date" field mixed with ordinary strings.Kohei Yoshida2012-03-091-6/+1
* Scope reduction.Kohei Yoshida2012-03-091-88/+87
* Bool-ness.Kohei Yoshida2012-03-091-1/+1