- 08 Şub, 2012 40 kayıt (commit)
-
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
It's even mentioned in Effective STL.
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
(Changing the corresponding build-order-only dependencies to proper ones should be safe here, as all mentions of $^ are within $(filter) calls.)
-
Stephan Bergmann yazdı
37b5dce6 re-wrote a std::rotate call to cause an "error: function requires a valid iterator range [__middle, __last)" abort from debug-mode GCC libstdc++ during smoketest. Lionel should check whether this fix is actually good -- at least, it causes "make check" to succeed again.
-
Caolán McNamara yazdı
-
Cédric Bosdonnat yazdı
OD's comment was right: forcing a restart of the layout may cause loops... and we falled into that case. As this seems to be useless, removed the whole thing.
-
Noel Power yazdı
This is an update to the previous commit ( for the same bug ) d3a26738b426846ee1a787e7c97280fc43002961
-
Greg Kroah-Hartman yazdı
-
Greg Kroah-Hartman yazdı
-
Greg Kroah-Hartman yazdı
-
Greg Kroah-Hartman yazdı
-
Greg Kroah-Hartman yazdı
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
-
Markus Mohrhard yazdı
-
Takeshi Abe yazdı
-
Petr Mladek yazdı
Also fixed order in the other makefile target to make it clear that it differs in the SDK
-
Luboš Luňák yazdı
-
Norbert Thiebaud yazdı
-
Caolán McNamara yazdı
-
Miklos Vajna yazdı
Older ODT files containing <table:table table:is-sub-table="true"> confused the RTF exporter. Add a few sanity checks to make sure the output is still valid.
-
Alexander Bergmann yazdı
-
Josh Heidenreich yazdı
Adjusts the width of the dialog to be wider, if required.
-
Norbert Thiebaud yazdı
-
Korrawit Pruegsanusak yazdı
-
Korrawit Pruegsanusak yazdı
This partially reverts b3c3e116
-
Stephan Bergmann yazdı
Removed completely cases of convoluted code to remove UTF-8 BOM from files or translate line endings. Hopefully none of this was actually necessary (on Windows?).
-
Stephan Bergmann yazdı
...needed by simplified l10ntools programs to be pushed shortly (that no longer translate line endings, and hopefully get away with it).
-
Cédric Bosdonnat yazdı
Merge the references with the other document even if there is no field using them as this may break the sequence and references in other parts of a master document.
-
Caolán McNamara yazdı
-
Lionel Elie Mamane yazdı
As a drive-by: fillMatrix update m_nEndSize
-
Eike Rathke yazdı
* use consistent indenting with 4 spaces (instead of tabs (plus one space)) * use erase(it++) instead of erase(it); ++it to not access invalidated iterator * for First(); Remove(); Next() loops over entire Table use map::clear() at the end if it isn't in a dtor * use existing typedef SvNumberFormatTable in numfmtsh.hxx instead of redefining, which means include zforlist.hxx now and some other forward declarations can be removed * removed inlined duplicated code of GetEntry(), implemented it in zforlist.cxx instead and made const GetFormatEntry() just call GetEntry() * removed the temporary sal_uIntPtr nFormat to be used as key, the sal_uIntPtr was only used because Table effectively had pointer size as keys. * made initial assignments of nDefaultFormat and nDefaultCurrencyFormat use the ternary conditional operator
-
Noel Grandin yazdı
This patch converts one use of tools/table.hxx in svl/inc/svl/zforlist.hxx, whose use in turn spans 3 modules.
-