Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-10 | operator must be in template or argument namespace | Luboš Luňák | |
clang has more strict (and probably more spec compliant) lookup | |||
2012-03-10 | Correct some mistranslated comments | Stefan Knorr (astron) | |
2012-03-10 | Translate German comments in core/cppuhelper | Tom Thorogood | |
2012-03-10 | Add more values that zoom shouldn't skip | Stefan Knorr (astron) | |
2012-03-10 | sdext: fix unit test for Windows | Matúš Kukan | |
2012-03-10 | no i prefix for lcms2.lib | Matúš Kukan | |
2012-03-10 | gbuild: remove some more realpaths | Matúš Kukan | |
Where necessary, replace with wildcard, what does not change path. | |||
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-10 | extensions: export npsoplugin's symbols | Matúš Kukan | |
2012-03-10 | embedserv: convert to gbuild | Matúš Kukan | |
2012-03-10 | Fix Possible null pointer dereference | Julien Nabet | |
2012-03-10 | Fix Prefer prefix ++/-- operators for non-primitive types | Julien Nabet | |
2012-03-10 | Fix : statement following break will never be executed | Julien Nabet | |
2012-03-10 | clang has broken -fvisibility-inlines-hidden | Luboš Luňák | |
http://llvm.org/bugs/show_bug.cgi?id=11250 , comment #4 | |||
2012-03-10 | clang does not know -ggdb2 | Luboš Luňák | |
2012-03-10 | exported templates need to be marked as such | Luboš Luňák | |
Otherwise their instances created in other modules may end up as non-exported even when used by something exported. | |||
2012-03-10 | SAL_DLLPUBLIC_IMPORT with gcc should not be empty | Luboš 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-10 | patch clucene to avoid narrowing conversions | Luboš Luňák | |
clang errors out on this | |||
2012-03-10 | write unsigned char[] contents as numbers rather than string literal | Luboš 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-10 | mark static data that is const as const | Luboš Luňák | |
2012-03-10 | take explicit number format before implicit number format, fdo#47084 | Markus Mohrhard | |
Follow-up to fdo#43467 | |||
2012-03-10 | add two accidently removed return statements | Markus Mohrhard | |
2012-03-09 | vector and rtl::Reference over manual ref-counting. | Kohei Yoshida | |
2012-03-09 | These don't have to be virtual. | Kohei Yoshida | |
2012-03-09 | Keep vector as vector. | Kohei Yoshida | |
2012-03-09 | Store only one number format per field. | Kohei Yoshida | |
2012-03-09 | Some header cleanup. | Kohei Yoshida | |
2012-03-09 | Use 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-09 | fix semantic error in layout calculation | Andras Timar | |
2012-03-09 | Use flat_segment_tree to store the empty row flags. | Kohei Yoshida | |
2012-03-09 | IsValid() is superfluous. | Kohei Yoshida | |
2012-03-09 | dptablecache.* to dpcache.* | Kohei Yoshida | |
2012-03-09 | fdo#45962: fix context menu key yanking cursor out of header/footer | Michael 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-09 | fix error comparing a struct vs an uno prop containing a struct fdo#42819 | Noel 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-09 | Fix sense of r/o detection code, and clean up | Stephan Bergmann | |
2012-03-09 | Fix 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-09 | Use the common method over the local clone. | Kohei Yoshida | |
2012-03-09 | Bit more organized & Error item has string too. | Kohei Yoshida | |
2012-03-09 | use the target document not the source document | Markus Mohrhard | |
2012-03-09 | Correct equality check & disable Dump() for normal build. | Kohei Yoshida | |
2012-03-09 | Apparently nobody uses Hash() anymore. | Kohei Yoshida | |
2012-03-09 | -Werror={deprecated-declarations,sign-compare,unused-parameter} | Stephan Bergmann | |
2012-03-09 | minor documentation tweaks | Michael Meeks | |
2012-03-09 | fdo#40607 - osl_syncFile having written, and avoid doing that on start | Michael Meeks | |
2012-03-09 | Even more cleanup and fixing. | Kohei Yoshida | |
2012-03-09 | Cleaned up code. | Kohei Yoshida | |
2012-03-09 | Populate 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-09 | Added 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-09 | Get normal grouping to work again. | Kohei Yoshida | |
2012-03-09 | Some adjustments. | Kohei Yoshida | |