summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-10operator must be in template or argument namespaceLuboš Luňák
clang has more strict (and probably more spec compliant) lookup
2012-03-10Correct some mistranslated commentsStefan Knorr (astron)
2012-03-10Translate German comments in core/cppuhelperTom Thorogood
2012-03-10Add more values that zoom shouldn't skipStefan Knorr (astron)
2012-03-10sdext: fix unit test for WindowsMatúš Kukan
2012-03-10no i prefix for lcms2.libMatúš Kukan
2012-03-10gbuild: remove some more realpathsMatúš Kukan
Where necessary, replace with wildcard, what does not change path.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-10extensions: export npsoplugin's symbolsMatúš Kukan
2012-03-10embedserv: convert to gbuildMatúš Kukan
2012-03-10Fix Possible null pointer dereferenceJulien Nabet
2012-03-10Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-03-10Fix : statement following break will never be executedJulien Nabet
2012-03-10clang has broken -fvisibility-inlines-hiddenLuboš Luňák
http://llvm.org/bugs/show_bug.cgi?id=11250 , comment #4
2012-03-10clang does not know -ggdb2Luboš Luňák
2012-03-10exported templates need to be marked as suchLuboš Luňák
Otherwise their instances created in other modules may end up as non-exported even when used by something exported.
2012-03-10SAL_DLLPUBLIC_IMPORT with gcc should not be emptyLuboš Luňák
Otherwise when using a template from another module, an instance of it may end up being non-exported even though it's used by something exported.
2012-03-10patch clucene to avoid narrowing conversionsLuboš Luňák
clang errors out on this
2012-03-10write unsigned char[] contents as numbers rather than string literalLuboš Luňák
The real reason for this change is that clang aborts with a fatal error in backend (http://llvm.org/bugs/show_bug.cgi?id=12226), but I'm not sure whether this was a correct construct in the first place anyway. The contents are above 0x7f, which may be outside the range of plain char, if it is signed, so maybe the result is undefined. I don't want to spend the time checking in the spec, but this new variant is technically the same and it is safe.
2012-03-10mark static data that is const as constLuboš Luňák
2012-03-10take explicit number format before implicit number format, fdo#47084Markus Mohrhard
Follow-up to fdo#43467
2012-03-10add two accidently removed return statementsMarkus Mohrhard
2012-03-09vector and rtl::Reference over manual ref-counting.Kohei Yoshida
2012-03-09These don't have to be virtual.Kohei Yoshida
2012-03-09Keep vector as vector.Kohei Yoshida
2012-03-09Store only one number format per field.Kohei Yoshida
2012-03-09Some header cleanup.Kohei Yoshida
2012-03-09Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida
It's a small-size object, so using std::vector is slightly more efficient.
2012-03-09fix semantic error in layout calculationAndras Timar
2012-03-09Use flat_segment_tree to store the empty row flags.Kohei Yoshida
2012-03-09IsValid() is superfluous.Kohei Yoshida
2012-03-09dptablecache.* to dpcache.*Kohei Yoshida
2012-03-09fdo#45962: fix context menu key yanking cursor out of header/footerMichael Stahl
For the "context menu" key VCL synthesizes a cursor position that is the center of the window, hence likely to be in the document body. When SwEditWin::Command calls lcl_CheckHeaderFooterClick, it then moves the document view cursor; prevent that by only calling that for actual mouse events. (regression from a6176612ff1a6a142a68964b2c0834d28125fc45)
2012-03-09fix error comparing a struct vs an uno prop containing a struct fdo#42819Noel Power
hack to fix the scenario where sometimes we get "Object required" error when comparing an uno property containing a struct with another struct ( if that property is "MAYBEVOID" )
2012-03-09Fix sense of r/o detection code, and clean upStephan Bergmann
2012-03-09Fix infinite looping memory devouring on refreshing table with date grouping.Kohei Yoshida
It so happens that both group info and date info can be enabled, in which case the date info takes precedence.
2012-03-09Use the common method over the local clone.Kohei Yoshida
2012-03-09Bit more organized & Error item has string too.Kohei Yoshida
2012-03-09use the target document not the source documentMarkus Mohrhard
2012-03-09Correct equality check & disable Dump() for normal build.Kohei Yoshida
2012-03-09Apparently nobody uses Hash() anymore.Kohei Yoshida
2012-03-09-Werror={deprecated-declarations,sign-compare,unused-parameter}Stephan Bergmann
2012-03-09minor documentation tweaksMichael Meeks
2012-03-09fdo#40607 - osl_syncFile having written, and avoid doing that on startMichael Meeks
2012-03-09Even more cleanup and fixing.Kohei Yoshida
2012-03-09Cleaned up code.Kohei Yoshida
2012-03-09Populate group dimensions directly to the cache.Kohei Yoshida
This is to avoid populating them twice in case the same cache is referenced by multiple pivot tables.
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida
This is to avoid group data to be added multiple times in case of multiple pivot tables referencing the same pivot cache.
2012-03-09Get normal grouping to work again.Kohei Yoshida
2012-03-09Some adjustments.Kohei Yoshida