This reverts commit b8f7cc3c26.
This does not work, because there is no dependency between the
*Object .d files and the *Objects, and so the concat-deps races with
the compiler writing the dep files.
Introducing such a dependency would of course be reverting
8b5a984d45
A blacklist based approach doesn't seem easy since there are various
different SDKs, MFC, ATL and whatnot each potentially with an own
include path; so simply whitelist the known source and build dirs.
Change-Id: I93b27bd0ffbd57237da2d23afa95dea7c0785774
* in some scenarios gcc (or ccache) generate relative paths
* thus we need to concat the depfiles in the same makerun as the compiles
* stiil not foolproof:
- cd sw && make and abort with Ctrl-C
- cd .. && make sw
- now we have deps from mixed workdirs
* in the end we should likely always cd to SRCDIR before all compiles
Change-Id: I007da96f38ed2cfe403b692400f447764f6d6988
remove extending of pixmapRect in the nPart == PART_WINDOW branch
and simplify code, since rControlRectangle, pixmapRect and widgetRect
are the same.
Change-Id: I253851fad558e525cd533bb3576a9bba82187e53
This reverts commit 3e3acee762.
It was a nice idea, but C++ is not yet ready for it; with the travesty
of parametric polymorphism in C++ the find_unique inside the definition
of find_unique actually refers to find_unique<Value, Compare>, so there
is no way to actually refer to template<Value, Compare> find_unique
inside its definition. Thanks to Luboš Luňák for explaining
the problem to me. Somehow this does work in GCC 4.7 even with
-std=c++98, likely by accident.
To get footnotes sorted properly one need to:
* actually use the comparator class
* compare on the offsets value (and not there pointers)
Change-Id: Ie86802c7a92602bfbb4d2a603afe06f621e392a3
8cd05e9cf1 changed from using String to
OUString. ScCsvGrid::ImplSetTextLineFix() attempted to copy excess
characters (always CSV_MAXSTRLEN if greater than field width) where
String::Copy() silently ignored the excess length but OUString::copy()
may result in invalid memory accesses and asserts in dbgutil build.
Change-Id: Ic9f7f38d6f2bbd770d6356e1304de8e39c09e30b
This reverts commit 51e3df40bc.
The fix was correct at the time it was done, but unfortunately now it
conflicts with 89f08dce89, which fixes the
same problem by changing the definition of DFF_ANIM_PROPERTY_ID_COUNT.
add more room in several fields: usefull for FR translation
reorder the code by levels/lines in the dialog
Change-Id: I2c4cbaf926ade87b35a5900ab5461477e0157822
Still present in the framework in 10.8, so this code will continue to
link and work, one hopes... But this really is a sad "solution".
Change-Id: I2571185f412e7252887bab3e0ae02c72cd756677
It appears that the operator== for SwPosFlyFrm always returns false,
so cf0e08c6b8 changed the semantics;
use std::mulitset to fix it.
Change-Id: Ib7a8ebe56e146d21c265e60ad68c6b4a319dfe98