- 30 May, 2013 10 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
- 29 May, 2013 11 kayıt (commit)
-
-
Armin Le Grand yazdı
-
Andre Fischer yazdı
-
Armin Le Grand yazdı
-
Herbert Dürr yazdı
a standard compliant STL does NOT have these obsoleted STL headers
-
Andre Fischer yazdı
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
-
Oliver-Rainer Wittmann yazdı
122096: - <OutlinerView::ToggleBullets()> - apply default bullet numbering rule on toggle on, if the current numbering r ule is not a bullet numbering rule. - improve application default bullet numbering rule by add corresponding spacing to the first list level - refactoring of code introduced for paragraph property panel to handle toggle and set of bullets and numbering
-
Herbert Dürr yazdı
Parantheses are mandatory for the print statement since PEP-3105 (http://www.python.org/dev/peps/pep-3105/)
-
Ariel Constenla-Haile yazdı
Patch by: Tsutomu Uchino
-
- 28 May, 2013 12 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
Found by: Tsutomu Uchino
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
This class is dereived from svt::PopupWindowController, derived in turn from svt::ToolboxController, the base class of all css.frame.ToolbarController's. Adapt getSupportedServiceNames() and the passive component registration to reflect that fact.
-
Herbert Dürr yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
It actually does not override any method in svt::StatusbarController, so there is no point in keeping it.
-
Ariel Constenla-Haile yazdı
-
Armin Le Grand yazdı
-
Herbert Dürr yazdı
in some build environments the use of std::transform() with plain pointers as input iterators results in many warnings about how unsafe such a construct is. The warnings could be suppressed e.g. on MSVC with the SCL_SECURE_NO_WARNINGS define. Open coding the construct makes it cleaner and more debugable though.
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
fixes a build breaker in some environments where boost's tr1 is used as STL. The dependence of rtti-less parts of the connectivity module on rtti-enabled comphelper headers which in turn uses STL in both modes explores the limits of compilers and runtime environments for little gain and is thus quite sick...
-
Herbert Dürr yazdı
-
- 27 May, 2013 7 kayıt (commit)
-
-
Pavel Janík yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
the standard C++ library on MSVC is available in LIBCPMT.LIB and MSVCPRT.LIB (the static and dynamic C++ runtime libraries for multithreaded environments).
-
Herbert Dürr yazdı
it doesn't make sense to download them if they are not used
-
Herbert Dürr yazdı
most STLs include relevant parts of it indirectly, but one can not depend on it (seen with MSVC's tr1 headers)
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
-