[Libreoffice-commits] core.git: 2 commits - include/rtl include/test include/unotools Repository.mk sdext/Executable_pdf2xml.mk test/Library_test.mk test/Library_test-setupvcl.mk test/Library_vclboots

2016-08-29 Thread Mike Kaganski
Repository.mk |1 include/rtl/tencinfo.h|2 include/test/setupvcl.hxx |2 include/test/testdllapi.hxx |6 + include/unotools/wincodepage.hxx | 35 + sdext/Executable_pdf2xml.mk |1 test/Libra

[Libreoffice-commits] core.git: 2 commits - include/rtl

2015-06-23 Thread Matteo Casalin
include/rtl/character.hxx |4 ++-- include/rtl/strbuf.hxx|9 + include/rtl/string.hxx|9 + include/rtl/ustrbuf.hxx |9 + include/rtl/ustring.hxx |9 + 5 files changed, 22 insertions(+), 18 deletions(-) New commits: commit 1b60c3d62de

[Libreoffice-commits] core.git: 2 commits - include/rtl sal/rtl sc/source sot/source ucb/source

2015-02-05 Thread Michael Stahl
include/rtl/strbuf.hxx |8 include/rtl/ustrbuf.hxx | 11 - sal/rtl/strbuf.cxx | 16 sal/rtl/string.cxx | 12 -- sal/rtl/strtmpl.cxx | 73 +++ sal/rtl/ustrbuf.cxx

[Libreoffice-commits] core.git: 2 commits - include/rtl include/tools tools/source

2014-11-18 Thread Kohei Yoshida
include/rtl/bootstrap.h|5 ++- include/tools/resary.hxx | 38 ++ tools/source/rc/resary.cxx | 57 + 3 files changed, 64 insertions(+), 36 deletions(-) New commits: commit 764600bc6175a32d119487afda2e8409f3395666

[Libreoffice-commits] core.git: 2 commits - include/rtl sal/rtl sw/source

2014-09-04 Thread Caolán McNamara
include/rtl/bootstrap.h |7 +++ sal/rtl/bootstrap.cxx|9 +++-- sw/source/uibase/uno/unoatxt.cxx | 31 ++- 3 files changed, 32 insertions(+), 15 deletions(-) New commits: commit 0d0137f4aebb350f93b21296a59c19829624221a Author: Caol