- 12 Ara, 2013 5 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
almost a verbatim copy of the uno_purpenvhelpers map for generic gcc3 targets which works because the mangled symbol names match for the OSX 64bit target.
-
Herbert Dürr yazdı
The C++ standards allows that the instantiation of incomplete types fails. The Node structure had this problem because it contained a map of Node structures itself. Boost containers explicitly allow recursive types so they solve that.
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
The C++ standards allows that the instantiation of incomplete types fails. The Map::iterator in binaryurp Cache's Entry members had this problem. This rewrite makes the code work with all compliant C++ compilers/STLs such as clang/libc++. A Cache variant using an unordered_map is also provided and may be faster. An interesting alternative would be to use boost's multi_index_container.
-
- 11 Ara, 2013 1 kayıt (commit)
-
-
Herbert Dürr yazdı
-
- 10 Ara, 2013 7 kayıt (commit)
-
-
Herbert Dürr yazdı
on OSX 64bit the class_type_info classes are specified in http://refspecs.linuxbase.org/cxxabi-1.86.html#rtti but these details are not generally available in a public header of most development environments. So we define them locally.
-
Herbert Dürr yazdı
Patch by: Juergen Schmidt <jsc@apache.org> Merged from r1534063 in the rejuvenate01 branch
-
Oliver-Rainer Wittmann yazdı
33737: correction: assure the selections does not start/end inside a table while end/start of the selection is outside the table
-
Andre Fischer yazdı
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
the allocator wouldn't be much of a problem since it is in its own namespace "_STL", but that seems to confuse some MSVC versions
-
Steve Yin yazdı
Bug 123620 - [ia2] IAccessibleHypertext::hyperlinkIndex returns 0 when editing a cell/object where there is no link
-
- 09 Ara, 2013 4 kayıt (commit)
-
-
Andre Fischer yazdı
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
-
Steve Yin yazdı
-
- 05 Ara, 2013 4 kayıt (commit)
-
-
Herbert Dürr yazdı
fixing the allocation size for the search result prevents an ArrayIndexOutOfBoundException so that the search can finish successfully Patch by: hanya.runo@gmail.com Review by: hdu@apache.org
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
by setting the CC_PATH variable the compatibility of build tools with the active compiler can be enforced
-
Jürgen Schmidt yazdı
-
- 04 Ara, 2013 2 kayıt (commit)
-
-
Steve Yin yazdı
-
Andre Fischer yazdı
-
- 03 Ara, 2013 1 kayıt (commit)
-
-
Oliver-Rainer Wittmann yazdı
123797: correct typo for *.docx import - remove additional empty paragraph at imported footnote resp. endnote
-
- 02 Ara, 2013 8 kayıt (commit)
-
-
Oliver-Rainer Wittmann yazdı
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
VCL's Window type and Cocoa's NSWindow type are quite different. Naming variables as if they were the same introduces gratuitous complexity especially when debugging stacks where both types are used. The names of NSView type variables have been adjusted too.
-
Andre Fischer yazdı
-
Armin Le Grand yazdı
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
Patch by: hanya.runo@gmail.com Found by: ooo@catcons.co.uk Tested by: hdu@apache.org
-
Herbert Dürr yazdı
stoc's OServiceManager has it as a base class so we really need XContentEnumerationAccess' "comprehensive" type description early. WeakMap priming enforces that now.
-
- 30 Kas, 2013 1 kayıt (commit)
-
-
Armin Le Grand yazdı
-
- 29 Kas, 2013 7 kayıt (commit)
-
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
The DbgOut() function is active especially in dbgutil-enabled builds. For creating dynamic strings the rtl::OString is often used. Providing a DbgOut() function which allows a direct OString argument helps for situations where dynamic string creation and DbgOut() are employed.
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
C++11 conformant compilers such as clang rejects string concatenations that are ambigous with the C++11 feature "user-defined literals" (N2378)
-
Andre Fischer yazdı
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
The pre-IA2 code is available in the repository and the commented out code made the methods less readable.
-