- 10 Mar, 2012 13 kayıt (commit)
-
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
Otherwise their instances created in other modules may end up as non-exported even when used by something exported.
-
Luboš Luňák yazdı
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.
-
Luboš Luňák yazdı
clang errors out on this
-
Luboš Luňák yazdı
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.
-
Luboš Luňák yazdı
-
Markus Mohrhard yazdı
Follow-up to fdo#43467
-
Markus Mohrhard yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
- 09 Mar, 2012 27 kayıt (commit)
-
-
Kohei Yoshida yazdı
It's a small-size object, so using std::vector is slightly more efficient.
-
Andras Timar yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Michael Stahl yazdı
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 a6176612)
-
Noel Power yazdı
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" )
-
Stephan Bergmann yazdı
-
Kohei Yoshida yazdı
It so happens that both group info and date info can be enabled, in which case the date info takes precedence.
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Markus Mohrhard yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Stephan Bergmann yazdı
-
Michael Meeks yazdı
-
Michael Meeks yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
This is to avoid populating them twice in case the same cache is referenced by multiple pivot tables.
-
Kohei Yoshida yazdı
This is to avoid group data to be added multiple times in case of multiple pivot tables referencing the same pivot cache.
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
Though I stil need to fix the sorting issue, which occurs because I use string items to represent the range items.
-
Kohei Yoshida yazdı
-