Re:[PATCH] Change in core[feature/killsdf]: More cleanup aka clean up cleanup

2012-08-30 Thread Zolnai Tamás
Hi, Stephan and Miklós I submit a patch, which uses types more thoughtfully. I hope that it meets all the requirements. Regards, Zolnai Tamás ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

[Libreoffice-commits] core.git: dictionaries

2013-03-16 Thread Zolnai Tamás
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 33f39ca2826d09767078cc6f47b0cb572edb1f61 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Mar 16 11:26:04 2013 +0100 Updated core Project: dictionaries

[Libreoffice-commits] dictionaries.git: pt_BR/description.xml

2013-03-16 Thread Zolnai Tamás
pt_BR/description.xml | 107 -- 1 file changed, 107 deletions(-) New commits: commit 26b7c425b0cecaad38249bfdc17b8d5cecee2670 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Mar 16 11:26:04 2013 +0100 Localization works only with

[Libreoffice-commits] core.git: desktop/test

2013-03-16 Thread Zolnai Tamás
desktop/test/deployment/update/website_update/update/web6/description.xml | 2 +- desktop/test/deployment/update/website_update/update/web7/description.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 0ae470fd0205d8c28bf06c611026244f4c13ce09 Author: Zolnai

[Libreoffice-commits] core.git: l10ntools/source

2013-03-19 Thread Zolnai Tamás
l10ntools/source/localize.cxx | 109 ++ 1 file changed, 69 insertions(+), 40 deletions(-) New commits: commit ccaeb1c27521fe2d95f7e12d02843613b8ad1649 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Tue Mar 19 17:06:45 2013 +0100 Localize

Re: NumericBox unsafe double conversion

2013-03-20 Thread Zolnai Tamás
Hi Kendy, 2013/3/20 Jan Holesovsky ke...@suse.cz Hi Tamás, Zolnai Tamás píše v Po 18. 03. 2013 v 17:56 +0100: And the problem was found in this function, in line 199: double nValue = rtl::OUString(aStr).toDouble(); In general the NumericBox store its data in an sal_Int64 variable

[Libreoffice-commits] core.git: l10ntools/source

2013-03-22 Thread Zolnai Tamás
l10ntools/source/localize.cxx |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) New commits: commit 0552b4334c2fb6b130ec05934b952b60418aadca Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Thu Mar 21 17:20:38 2013 +0100 Check return value of system()

Re: Build failure on master with Linux 32 bit in localize.cxx

2013-03-22 Thread Zolnai Tamás
Hi Alex, As of last night, I'm now getting a build failure in localize.cxx with my build from master, both on make dev-install, and after make clean/make : Thanks for your notice. The problem has been solved with this commit:

Re: NumericBox unsafe double conversion

2013-03-22 Thread Zolnai Tamás
Hi Kendy, Yes, I give it a try. Great, thanks a lot! :-) Well, I said I'm interested in this cleanup, but just until it is not too far from my tasks. :) I used NumericBox to derive from it while implementing LimitBox and I'd like to allow the user adding values unlimitedly, so the only limit

Re: NumericBox unsafe double conversion

2013-03-22 Thread Zolnai Tamás
2013/3/22 Stephan Bergmann sberg...@redhat.com On 03/22/2013 11:44 AM, Zolnai Tamás wrote: Otherwise in ImplNumericGetValue() the problem of overflow/underflow can be avoid with these lines sal_Int64 nValue = aStr.toInt64() if( OUString::valueOf(nValue) != aStr ) { if( bNegative

[Libreoffice-commits] core.git: l10ntools/source

2013-03-23 Thread Zolnai Tamás
l10ntools/source/lngmerge.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 843b7b614eaf624fcc19535e5d444bb40bc382be Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sun Mar 24 01:07:51 2013 +0100 qtz length changed, use this length dynamically

[Libreoffice-commits] core.git: crashrep/CustomTarget_crashrep_res.mk instsetoo_native/CustomTarget_install.mk l10ntools/inc l10ntools/source librelogo/CustomTarget_librelogo.mk readlicense_oo/CustomT

2013-03-25 Thread Zolnai Tamás
crashrep/CustomTarget_crashrep_res.mk|2 - instsetoo_native/CustomTarget_install.mk |2 - l10ntools/inc/cfgmerge.hxx | 12 +++--- l10ntools/inc/export.hxx | 12 +- l10ntools/inc/helpmerge.hxx |4 +- l10ntools/inc/lngmerge.hxx

[Libreoffice-commits] core.git: vcl/inc vcl/source

2013-03-26 Thread Zolnai Tamás
vcl/inc/vcl/field.hxx|2 - vcl/source/control/field.cxx | 80 +++ 2 files changed, 45 insertions(+), 37 deletions(-) New commits: commit 84bac1799e528272ca808240508ca3f66272ee13 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Mon Mar

[Libreoffice-commits] core.git: dbaccess/source

2013-03-27 Thread Zolnai Tamás
dbaccess/source/ui/querydesign/LimitBox.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 6c6adf5b46ce52b6d1ada11c0ddc03cedb675e88 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Wed Mar 27 14:26:32 2013 +0100 fdo#61794 Set maximum of LimitBox to

[Libreoffice-commits] core.git: sd/source sw/source

2013-03-27 Thread Zolnai Tamás
sd/source/ui/app/toolbox.src |1 - sw/source/ui/shells/shells.src |2 +- 2 files changed, 1 insertion(+), 2 deletions(-) New commits: commit 6b01598089547d61e29199a1e3f15f5e39bf88bc Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Wed Mar 27 18:50:18 2013 +0100 Delete

[Libreoffice-commits] core.git: l10ntools/source

2013-03-27 Thread Zolnai Tamás
l10ntools/source/common.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit d7e6a24f160dc0de94f681fb6c88a0a287cebb41 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Wed Mar 27 21:37:36 2013 +0100 Fix build: typo and not need Change-Id:

[Libreoffice-commits] core.git: l10ntools/Executable_cfgex.mk l10ntools/Executable_localize.mk l10ntools/Executable_propex.mk l10ntools/Executable_stringex.mk l10ntools/Executable_transex3.mk l10ntool

2013-03-31 Thread Zolnai Tamás
l10ntools/Executable_cfgex.mk |3 l10ntools/Executable_localize.mk |2 l10ntools/Executable_propex.mk |2 l10ntools/Executable_stringex.mk |3 l10ntools/Executable_transex3.mk |3 l10ntools/Executable_treex.mk |3 l10ntools/Executable_uiex.mk

[Libreoffice-commits] core.git: l10ntools/source

2013-03-31 Thread Zolnai Tamás
l10ntools/source/cfgmerge.cxx | 59 +- l10ntools/source/helper.cxx |3 ++ 2 files changed, 5 insertions(+), 57 deletions(-) New commits: commit c4745302f3bf6e9d4f94033391979deb8437c788 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sun Mar

[Libreoffice-commits] core.git: l10ntools/source

2013-03-04 Thread Zolnai Tamás
l10ntools/source/localize.cxx | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) New commits: commit 4aab4a879390c272cb95600156b4b14a7a29d6ea Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Mon Mar 4 11:51:06 2013 +0100 This condition is uneeded and cause

[Libreoffice-commits] core.git: dbaccess/inc dbaccess/Library_dbu.mk dbaccess/Module_dbaccess.mk dbaccess/source dbaccess/uiconfig dbaccess/UI_dbaccess.mk extras/source officecfg/registry

2013-03-04 Thread Zolnai Tamás
dbaccess/Library_dbu.mk |2 dbaccess/Module_dbaccess.mk |1 dbaccess/UI_dbaccess.mk | 16 dbaccess/inc/dbaccess_slotid.hrc |2

[Libreoffice-commits] core.git: helpcontent2

2013-03-04 Thread Zolnai Tamás
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 483dbb8a7eb3626d6b1ed552d486d58e0fe149dd Author: Zolnai Tamás r...@linux-dre0.site Date: Sun Mar 3 00:47:05 2013 +0100 Updated core Project: help 80057f99f605bb833eaa93a6cfc21b593a302783 diff

[Libreoffice-commits] help.git: 2 commits - AllLangHelp_shared.mk source/text

2013-03-04 Thread Zolnai Tamás
AllLangHelp_shared.mk |2 + source/text/shared/02/limit.xhp | 26 ++ source/text/shared/02/querypropdlg.xhp| 39 ++ source/text/shared/explorer/database/02010100.xhp |3 + 4 files changed, 70

[Libreoffice-commits] core.git: dbaccess/source

2013-03-08 Thread Zolnai Tamás
dbaccess/source/ui/inc/LimitBox.hxx |2 - dbaccess/source/ui/querydesign/LimitBox.cxx | 20 - dbaccess/source/ui/querydesign/limitboxcontroller.cxx | 21 +- 3 files changed, 20 insertions(+), 23 deletions(-) New commits: commit

[Libreoffice-commits] core.git: dbaccess/source dbaccess/uiconfig

2013-03-09 Thread Zolnai Tamás
dbaccess/source/ui/querydesign/LimitBox.cxx |7 --- dbaccess/source/ui/querydesign/limitboxcontroller.cxx |2 +- dbaccess/uiconfig/ui/querypropertiesdialog.ui |2 +- 3 files changed, 6 insertions(+), 5 deletions(-) New commits: commit

[Libreoffice-commits] core.git: dbaccess/source

2013-03-09 Thread Zolnai Tamás
dbaccess/source/ui/querydesign/LimitBox.cxx |5 - 1 file changed, 5 deletions(-) New commits: commit 4e38ea86701bdefcf31c6f9e3136d1eda4e5c061 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Mar 9 12:02:25 2013 +0100 LimitBox.cxx: Delete useless comment block

[Libreoffice-commits] core.git: dbaccess/source

2013-03-09 Thread Zolnai Tamás
dbaccess/source/ui/querydesign/limitboxcontroller.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 8885dc27da82f83d27eb99f8bea4abb5e450fce3 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Mar 9 12:10:22 2013 +0100 Make allow to step on from LimitBox with tab

[Libreoffice-commits] core.git: l10ntools/inc l10ntools/source

2013-03-09 Thread Zolnai Tamás
l10ntools/inc/po.hxx|1 - l10ntools/source/po.cxx | 36 2 files changed, 37 deletions(-) New commits: commit de69091d34d8102c0b56194d603ed9e66699d34c Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Mar 9 12:18:28 2013 +0100 Delete

[Libreoffice-commits] core.git: l10ntools/source

2013-03-09 Thread Zolnai Tamás
l10ntools/source/localize.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit d4c13acaabd37dd9a7026881bc69e0fa64524536 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Mar 9 12:48:00 2013 +0100 not stop localize, just ignore invalid po entries Change-Id:

[Libreoffice-commits] core.git: l10ntools/source

2013-03-09 Thread Zolnai Tamás
l10ntools/source/po.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit a18d1a107e49525efd1561f396f6b2be28ab5224 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Mar 9 13:47:09 2013 +0100 Use simpler keyid with 5 digits

[Libreoffice-commits] core.git: vcl/source

2013-03-11 Thread Zolnai Tamás
vcl/source/control/combobox.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 3a31375528ad3d9fc49f5ab3982e96c9e46fa7af Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Mar 9 10:43:40 2013 +0100 Make ComboBox::CalcSize to return the right width Change-Id:

[Libreoffice-commits] core.git: helpcontent2

2013-03-11 Thread Zolnai Tamás
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 065415b43d6ef4a5f06076861b67836f0f378c5c Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Mon Mar 11 14:12:06 2013 +0100 Updated core Project: help 1c7b7c25446258b819ad5df2c157b78425058b26

NumericBox unsafe double conversion

2013-03-15 Thread Zolnai Tamás
Hi All, . I'm working with NumericBox nowadays and I recognised a problem belong to it. This class is a ComboBox which allows only numeric values. It use sal_Int64 for store its value but use double conversion internal for remformating. The problem is that this concept allows adding such

Limit - New Database feature

2013-01-17 Thread Zolnai Tamás
Hi all, I'm working on a new Database feature per procuration of FSF.hu. This feature is an editable field on the Query Design Toolbar, with which the result of the query can be limited. The reason this feature is so usefull is that in Hungary it is part of the high school graduation to use

[Libreoffice-commits] core.git: l10ntools/inc l10ntools/source

2013-04-20 Thread Zolnai Tamás
l10ntools/inc/export.hxx|4 l10ntools/source/export.cxx | 17 - l10ntools/source/merge.cxx |6 -- 3 files changed, 27 deletions(-) New commits: commit 9e2d2822063729f450adb734f58106bb64695ce6 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Apr

[Libreoffice-commits] core.git: android/sdremote l10ntools/inc l10ntools/source librelogo/CustomTarget_librelogo.mk solenv/gbuild

2013-04-21 Thread Zolnai Tamás
android/sdremote/Makefile |8 ++- l10ntools/inc/export.hxx|1 l10ntools/inc/helpmerge.hxx |6 +- l10ntools/inc/po.hxx|1 l10ntools/source/common.cxx |2 l10ntools/source/helpex.cxx | 22 ++--

[Libreoffice-commits] core.git: l10ntools/inc l10ntools/source

2013-04-21 Thread Zolnai Tamás
l10ntools/inc/export.hxx |5 - l10ntools/source/merge.cxx |8 2 files changed, 13 deletions(-) New commits: commit 2d8e4f91feeba58dbe4dc38e484a3be0f578ae9f Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sun Apr 21 19:09:27 2013 +0200 Delete more unused member

[Libreoffice-commits] core.git: icon-themes/crystal icon-themes/galaxy icon-themes/hicontrast icon-themes/human icon-themes/industrial icon-themes/oxygen

2013-04-23 Thread Zolnai Tamás
dev/null |binary icon-themes/crystal/cmd/lc_dbquerypropertiesdialog.png|binary icon-themes/crystal/cmd/sc_dbquerypropertiesdialog.png|binary icon-themes/galaxy/cmd/lc_dbquerypropertiesdialog.png |binary

[Libreoffice-commits] core.git: l10ntools/inc l10ntools/source solenv/gbuild

2013-05-02 Thread Zolnai Tamás
l10ntools/inc/export.hxx | 64 - l10ntools/source/cfgmerge.cxx | 15 - l10ntools/source/export.cxx| 496 ++--- l10ntools/source/helpmerge.cxx | 15 - l10ntools/source/merge.cxx | 84 +- l10ntools/source/xrmmerge.cxx | 14 -

[Libreoffice-commits] core.git: l10ntools/inc l10ntools/source

2013-05-02 Thread Zolnai Tamás
l10ntools/inc/cfgmerge.hxx | 19 ++ l10ntools/inc/common.hxx |7 ++-- l10ntools/inc/export.hxx | 70 l10ntools/inc/helper.hxx |9 - l10ntools/inc/lngmerge.hxx | 14 ++-- l10ntools/inc/po.hxx

[Libreoffice-commits] core.git: l10ntools/source

2013-04-02 Thread Zolnai Tamás
l10ntools/source/xmlparse.cxx | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) New commits: commit 68c72dfb9db5c452bad13203699b17c4f4fcf6cc Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Tue Apr 2 16:16:12 2013 +0200 Fix assertion in xmlparse and call this

Re: Broken localized build

2013-04-02 Thread Zolnai Tamás
Hi, Yes, that was my commit caused the problem. I forgot test whether the tests work. By now they work well. Regards, Tamás 2013/4/2 Olivier Hallot olivier.hal...@documentfoundation.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After a git pull and make clean, I can't pass through

[Libreoffice-commits] core.git: android/experimental

2013-04-02 Thread Zolnai Tamás
android/experimental/DocumentLoader/res/values/string.xml |4 android/experimental/DocumentLoader/res/values/strings.xml |4 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 7640fa315e41395baf169cb864e30a94a6d6e42a Author: Zolnai Tamás

[Libreoffice-commits] core.git: desktop/test dictionaries helpcontent2

2013-04-02 Thread Zolnai Tamás
desktop/test/deployment/update/website_update/update/web6/description.xml | 2 +- desktop/test/deployment/update/website_update/update/web7/description.xml | 2 +- dictionaries | 2 +- helpcontent2

[Libreoffice-commits] core.git: filter/source officecfg/registry

2013-04-02 Thread Zolnai Tamás
filter/source/config/fragments/filters/HTML__StarCalc__ui.xcu |1 filter/source/config/fragments/filters/HTML__StarWriter__ui.xcu |1 filter/source/config/fragments/filters/HTML_ui.xcu

[Libreoffice-commits] core.git: dbaccess/source desktop/source sw/source

2013-04-04 Thread Zolnai Tamás
dbaccess/source/ui/dlg/AutoControls_tmpl.hrc |2 desktop/source/deployment/gui/dp_gui_dialog.src | 30 ++-- desktop/source/deployment/gui/dp_gui_updatedialog.src |4 - desktop/source/deployment/gui/dp_gui_versionboxes.src | 42 +-

[Libreoffice-commits] core.git: l10ntools/Executable_localize.mk l10ntools/Executable_propex.mk l10ntools/Executable_ulfex.mk l10ntools/inc l10ntools/source unusedcode.easy

2013-04-12 Thread Zolnai Tamás
l10ntools/Executable_localize.mk |1 l10ntools/Executable_propex.mk |1 l10ntools/Executable_ulfex.mk|1 l10ntools/inc/export.hxx |2 l10ntools/inc/helper.hxx |5 + l10ntools/inc/po.hxx |3 - l10ntools/inc/xrmmerge.hxx |3 -

[Libreoffice-commits] core.git: l10ntools/inc l10ntools/source

2013-04-12 Thread Zolnai Tamás
l10ntools/inc/export.hxx | 51 -- l10ntools/source/cfgmerge.cxx|6 +- l10ntools/source/export.cxx | 57 + l10ntools/source/helpmerge.cxx |6 +- l10ntools/source/lngmerge.cxx|4 - l10ntools/source/merge.cxx |

[Libreoffice-commits] core.git: dictionaries helpcontent2 l10ntools/source translations

2013-04-13 Thread Zolnai Tamás
dictionaries |2 +- helpcontent2 |2 +- l10ntools/source/cfgmerge.cxx |7 ++- l10ntools/source/export.cxx | 28 +++- l10ntools/source/lngmerge.cxx |3 +-- l10ntools/source/xrmmerge.cxx |7 +++ translations

[Libreoffice-commits] core.git: l10ntools/inc l10ntools/source

2013-04-13 Thread Zolnai Tamás
l10ntools/inc/cfgmerge.hxx |3 -- l10ntools/inc/export.hxx |2 - l10ntools/inc/helpmerge.hxx|2 - l10ntools/inc/lngmerge.hxx |2 - l10ntools/source/cfgmerge.cxx | 24 + l10ntools/source/export.cxx| 55

[Libreoffice-commits] core.git: l10ntools/source

2013-04-13 Thread Zolnai Tamás
l10ntools/source/lngmerge.cxx |4 1 file changed, 4 deletions(-) New commits: commit 8287da2fbc09882893642b7a6e3ca555b2b956b3 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Apr 13 09:04:59 2013 +0200 KeyId do not contain special chars so ulfex can use it again

[Libreoffice-commits] core.git: l10ntools/source

2013-04-13 Thread Zolnai Tamás
l10ntools/source/localize.cxx | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) New commits: commit 336e04496fa06cef99351692d60b2618c969d787 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Apr 13 09:23:16 2013 +0200 Some empty pot directories

[Libreoffice-commits] core.git: l10ntools/source

2013-04-13 Thread Zolnai Tamás
l10ntools/source/lngmerge.cxx |4 1 file changed, 4 insertions(+) New commits: commit 1e53d3b87aef18db7bce0c3990cc1403d1932fe2 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Apr 13 09:52:05 2013 +0200 Revert KeyId do not contain special chars so ulfex can use it again

[Libreoffice-commits] core.git: l10ntools/inc l10ntools/source

2013-04-15 Thread Zolnai Tamás
l10ntools/inc/export.hxx|3 -- l10ntools/source/export.cxx | 49 +--- 2 files changed, 2 insertions(+), 50 deletions(-) New commits: commit 10e3c7c428a7d231055d643e12f454c4267deab2 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Mon Apr

Native Numbers in ComboBox

2013-02-15 Thread Zolnai Tamás
- LimitBox class Best Regards, Zolnai Tamás ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: i18ned entry of numbers within LibreOffice

2013-02-18 Thread Zolnai Tamás
The right place to extend functionality for native numbers is there. We were more looking in the direction of not doing worse than LibreOffice in general, rather than improving i18n of LibreOffice :) Since you are implying that LibreOffice as a whole requires ASCII digits everywhere, my

[Libreoffice-commits] core.git: dbaccess/inc dbaccess/Library_dbu.mk dbaccess/source dbaccess/uiconfig dbaccess/util officecfg/registry

2013-02-25 Thread Zolnai Tamás
dbaccess/Library_dbu.mk |1 dbaccess/inc/dbaccess_slotid.hrc |1 dbaccess/source/ui/inc/dbu_qry.hrc |2 dbaccess/source/ui/inc/querycontroller.hxx |4

[Libreoffice-commits] core.git: sw/qa writerfilter/source

2013-12-23 Thread Zolnai Tamás
sw/qa/extras/ooxmlimport/data/rprchange_closed.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx|8 writerfilter/source/ooxml/model.xml |3 +++ 3 files changed, 11 insertions(+) New commits: commit 75e7d6f12e914b63e66968890533b2a56d0b1a7e Author:

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - sw/qa writerfilter/source

2013-12-24 Thread Zolnai Tamás
sw/qa/extras/ooxmlimport/data/rprchange_closed.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx|9 + writerfilter/source/ooxml/model.xml |3 +++ 3 files changed, 12 insertions(+) New commits: commit 903e342844bdc923c8270eed7d26e3faee9f1870

[Libreoffice-commits] core.git: desktop/AllLangResTarget_deploymentgui.mk sd/AllLangResTarget_sd.mk sfx2/AllLangResTarget_sfx2.mk

2013-12-26 Thread Zolnai Tamás
desktop/AllLangResTarget_deploymentgui.mk |2 +- sd/AllLangResTarget_sd.mk |5 ++--- sfx2/AllLangResTarget_sfx2.mk |2 +- 3 files changed, 4 insertions(+), 5 deletions(-) New commits: commit 824425734b9ff974204b8a6623792215c148c1cb Author: Zolnai Tamás

[Libreoffice-commits] core.git: sw/source

2013-12-27 Thread Zolnai Tamás
sw/source/ui/misc/redlndlg.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit dbd8a631bb23c588f52102e5dd2a61c9cd854bc3 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Dec 27 09:45:05 2013 +0100 Fix stepping to the next change Bug

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - sw/source

2013-12-27 Thread Zolnai Tamás
sw/source/ui/misc/redlndlg.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d58b0f970a217bf4fc74c7832dc8cf369aae7509 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Dec 27 09:45:05 2013 +0100 Fix stepping to the next change Bug

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sw/source

2013-12-28 Thread Zolnai Tamás
sw/source/ui/misc/redlndlg.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 70f90c08592ef3e50840afda20428078c25c463a Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Dec 27 09:45:05 2013 +0100 Fix stepping to the next change Bug

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sw/source

2013-12-28 Thread Zolnai Tamás
sw/source/ui/misc/redlndlg.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c2d4ad7e40f1981da84c467f5b4e775899eeeb1a Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Dec 27 09:45:05 2013 +0100 Fix stepping to the next change Bug

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sw/qa writerfilter/source

2013-12-28 Thread Zolnai Tamás
sw/qa/extras/inc/swmodeltestbase.hxx|6 ++ sw/qa/extras/ooxmlimport/data/rprchange_closed.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx|7 +++ writerfilter/source/ooxml/model.xml |3 +++ 4 files changed, 16 insertions(+)

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sw/qa writerfilter/source

2013-12-28 Thread Zolnai Tamás
sw/qa/extras/inc/swmodeltestbase.hxx|6 ++ sw/qa/extras/ooxmlimport/data/rprchange_closed.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx|9 + writerfilter/source/ooxml/model.xml |3 +++ 4 files changed, 18 insertions(+)

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - sw/qa

2013-12-28 Thread Zolnai Tamás
sw/qa/extras/inc/swmodeltestbase.hxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit a196148ea9a167c60a02184df069af7396cba1b6 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Sat Dec 28 20:15:49 2013 +0100 Add hasProperty() method to test base needed by a new unit

[Libreoffice-commits] core.git: l10ntools/source

2013-05-25 Thread Zolnai Tamás
l10ntools/source/export.cxx |2 +- l10ntools/source/helper.cxx |4 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit f21a2374dc623604d26cec5ec3d5a8f7a8958b63 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat May 25 22:23:57 2013 +0200 Fix some

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - l10ntools/source

2013-05-25 Thread Zolnai Tamás
l10ntools/source/export.cxx |2 +- l10ntools/source/helper.cxx |4 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit 4e41e4aaa39e78102e989146c24154a85a08a59b Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat May 25 22:23:57 2013 +0200 Fix some

[Libreoffice-commits] core.git: l10ntools/source

2013-05-26 Thread Zolnai Tamás
l10ntools/source/stringmerge.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1cb50dc6ec75586975c2d4e528953fa8ca33e1f1 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sun May 26 08:30:22 2013 +0200 Escape quotes during stringex export

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - l10ntools/source

2013-05-26 Thread Zolnai Tamás
l10ntools/source/stringmerge.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a3eca34a471e4111877bb35170f90f20463a02c3 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sun May 26 08:30:22 2013 +0200 Escape quotes during stringex export

[GSoC] Character border

2013-05-28 Thread Zolnai Tamás
Hi all, It seems my proposal got into the selected ones, thanks for the opportunity. As some of list members know I am not a beginner with LO. I have already done some work mostly with localization (kill sdf and refactor\clean l10ntools). Additionally I have added a little feature which

Re: [GSoC] Character border

2013-05-29 Thread Zolnai Tamás
Hi Cedric, Well that is only the use case and it isn't that complex: if we can draw the 4 borders, then any other case is pretty simple ;) Yes, I just add the use case, so all of us can got ideas about it without having an intense knowledge about the implementation. And yes I hope so that will

[Libreoffice-commits] core.git: dbaccess/source

2013-05-31 Thread Zolnai Tamás
dbaccess/source/ui/dlg/dbwizsetup.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 7eac30949936fb22648d6c8eda78f80418a3cf3e Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Fri May 31 18:19:29 2013 +0200 dbaccess: unused variable Change-Id:

[Libreoffice-commits] core.git: framework/source offapi/com

2013-06-03 Thread Zolnai Tamás
framework/source/services/frame.cxx |2 +- offapi/com/sun/star/embed/XCommonEmbedPersist.idl |2 +- offapi/com/sun/star/embed/XEmbedObjectCreator.idl |6 +++--- offapi/com/sun/star/embed/XEmbedObjectFactory.idl |2 +- offapi/com/sun/star/embed/XEmbedPersist.idl

Re: Direct csv import into Base table

2013-06-03 Thread Zolnai Tamás
Hi Lionel, 2013/6/3 Lionel Elie Mamane lio...@mamane.lu Hi, Would you mind if I included the developer's mailing list in CC in our discussion? Of course not. :) On Mon, Jun 03, 2013 at 12:05:56PM +0200, Zolnai Tamás wrote: I'm working on a new feature in Base again. It's just

Direct csv import into Base table

2013-06-03 Thread Zolnai Tamás
Hi Lionel, I'm working on a new feature in Base again. It's just a little user helper feature to make available the direct import of an csv file into table, without open Calc and copypaste the content from it to Base. I already have the plan to implement it and it seems to me that it will work

Re: Direct csv import into Base table

2013-06-03 Thread Zolnai Tamás
Hi Lionel, Whether the access the source is read-only or read-write depends on the underlying driver; for CSV it is probably read-only, be it only for lack of a primary key. For DBaseIII, for example, I think it is read/write. But Read-only access to the source is all you need for import, so

Re: Direct csv import into Base table

2013-06-03 Thread Zolnai Tamás
2013/6/3 Dan Lewis elderdanle...@gmail.com On 06/03/2013 06:05 AM, Zolnai Tamás wrote: Hi Lionel, I'm working on a new feature in Base again. It's just a little user helper feature to make available the direct import of an csv file into table, without open Calc and copypaste the content

Re: Direct csv import into Base table

2013-06-07 Thread Zolnai Tamás
2013/6/6 Lionel Elie Mamane lio...@mamane.lu On Mon, Jun 03, 2013 at 09:49:01PM +0200, Zolnai Tamás wrote: The feature which I intend to implement is making a new table and insert into the already opened database. Yes, which is exactly what the procedure described in my previous mail

Re: Limit - New Database feature

2013-06-10 Thread Zolnai Tamás
Hi Alex, Thanks for the note. I looked up the thread on german discuss list. The problem is not that doesn't insert the required WHERE clause before the LIMIT (it sounds like adding a criteria on GUI and this criteria not inserted into the select statement before the limit clause while running),

[Libreoffice-commits] core.git: l10ntools/source

2013-06-11 Thread Zolnai Tamás
l10ntools/source/merge.cxx |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) New commits: commit 58a9d35b84947510f78e3ffeb6d1ef9a9adac0cb Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Tue Jun 11 11:37:53 2013 +0200 fdo#65483 Invalid po lines caused missing

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - l10ntools/source

2013-06-11 Thread Zolnai Tamás
l10ntools/source/merge.cxx |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) New commits: commit 1f91be7dddafa67cd2985e1528e1cb1951bf8edf Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Tue Jun 11 11:37:53 2013 +0200 fdo#65483 Invalid po lines caused missing

Re: Limit - New Database feature

2013-06-11 Thread Zolnai Tamás
limit y. 2013/6/11 Thomas Hackert thack...@nexgo.de Hello Alex, On Montag, 10. Juni 2013 21:06 Zolnai Tamás wrote: thanks, Alex, to bringing my problem to this list :) Thanks for the note. I looked up the thread on german discuss list. The problem is not that doesn't insert the required

[Libreoffice-commits] core.git: 2 commits - dbaccess/source hsqldb/patches hsqldb/UnpackedTarball_hsqldb.mk

2013-06-14 Thread Zolnai Tamás
dbaccess/source/ui/querydesign/LimitBox.cxx |5 ++--- dbaccess/source/ui/querydesign/limitboxcontroller.cxx |1 + hsqldb/UnpackedTarball_hsqldb.mk |1 + hsqldb/patches/limit_as_table_alias.patch | 11 +++ 4 files changed, 15

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - 2 commits - dbaccess/source hsqldb/patches hsqldb/UnpackedTarball_hsqldb.mk

2013-06-14 Thread Zolnai Tamás
dbaccess/source/ui/querydesign/LimitBox.cxx |5 ++--- dbaccess/source/ui/querydesign/limitboxcontroller.cxx |1 + hsqldb/UnpackedTarball_hsqldb.mk |1 + hsqldb/patches/limit_as_table_alias.patch | 11 +++ 4 files changed, 15

Re: Limit - New Database feature

2013-06-14 Thread Zolnai Tamás
as a table alias, as it do with other keywords. So I fixed it inside LO and so in RC1 it will work. Best Regards, Tamás 2013/6/11 Thomas Hackert thack...@nexgo.de Hallo Tamás, *, On Dienstag, 11. Juni 2013 16:01 Zolnai Tamás wrote: Extend help is a good idea and adding a new dialog

[Libreoffice-commits] core.git: comphelper/source

2013-06-14 Thread Zolnai Tamás
comphelper/source/misc/syntaxhighlight.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 3abe80ac14d3f513a8500d0dd29d70c62bdbbec0 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Fri Jun 14 10:59:39 2013 +0200 Highlight LIMIT as a keyword in sql edit

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - comphelper/source

2013-06-14 Thread Zolnai Tamás
comphelper/source/misc/syntaxhighlight.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit ac6f58b3a1265d6c3b7c60c12ce24a0aa788b53d Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Fri Jun 14 10:59:39 2013 +0200 Highlight LIMIT as a keyword in sql edit

[Libreoffice-commits] core.git: connectivity/source

2013-06-15 Thread Zolnai Tamás
connectivity/source/parse/sqlnode.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 10777b37536be16c6d2e167b59e9e31e37ba3517 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Jun 15 11:02:32 2013 +0200 fdo#65653, fdo#65619, fdo#65216: Missing check

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - connectivity/source

2013-06-15 Thread Zolnai Tamás
connectivity/source/parse/sqlnode.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 90c240cf503147d6e2d3996dbea5492e8126bed8 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sat Jun 15 11:02:32 2013 +0200 fdo#65653, fdo#65619, fdo#65216: Missing check

Re: [Libreoffice-commits] core.git: Branch 'feature/gsoc-writer-char-borders' - 3 commits - include/drawinglayer sw/inc sw/source

2013-07-08 Thread Zolnai Tamás
2013/7/8 Miklos Vajna vmik...@vmiklos.hu On Sun, Jul 07, 2013 at 11:19:11AM -0700, =?ISO-8859-1?Q?Zolnai_Tam=E1s_ zolnaitamas2...@gmail.com, ?= wrote: +// character borders +editeng::SvxBorderLine* m_pTopBorder; +editeng::SvxBorderLine* m_pBottomBorder; +

Re: Weekly report about character border

2013-07-08 Thread Zolnai Tamás
2013/7/8 Miklos Vajna vmik...@suse.cz Hi Tamas, On Sun, Jul 07, 2013 at 09:08:54PM +0200, Zolnai Tamás zolnaitamas2...@gmail.com wrote: Questions which came up this week: - How does the frame class hierarchy look like (inheritance, base and derived classes)? - Should we make

[Libreoffice-commits] core.git: Branch 'feature/gsoc-writer-char-borders' - sw/source

2013-07-08 Thread Zolnai Tamás
sw/source/core/inc/swfont.hxx | 17 sw/source/core/txtnode/swfont.cxx | 76 +++--- 2 files changed, 39 insertions(+), 54 deletions(-) New commits: commit 361b6c8b4bd8658e61bd7d4fa5974942e96e7718 Author: Zolnai Tamás zolnaitamas2...@gmail.com

Re: Weekly report about character border

2013-07-15 Thread Zolnai Tamás
Hi all, In the previous week I started to implement the painting. Some special problem came up, which might give me a hard time. The first very annoying one stem from the unpunctuality of the recent border painting (frame painting). It seems the border primitives are shifted toward the origo

Re: Weekly report about character border

2013-07-15 Thread Zolnai Tamás
Hi all, In the previous week I started to implement the painting. Some special problem came up, which might give me a hard time. The first very annoying one stem from the unpunctuality of the recent border painting (frame painting). It seems the border primitives are shifted toward the origo

[Libreoffice-commits] core.git: Branch 'feature/gsoc-writer-char-borders' - 3 commits - sw/source

2013-07-17 Thread Zolnai Tamás
sw/source/core/inc/swfont.hxx |8 sw/source/core/layout/paintfrm.cxx | 16 +++- sw/source/core/text/itrform2.cxx |8 +++- sw/source/core/txtnode/swfont.cxx |4 4 files changed, 14 insertions(+), 22 deletions(-) New commits: commit

Re: Weekly report about character border

2013-07-21 Thread Zolnai Tamás
territory for character border, but it seems other font effects like underlining/overlining don't work with drop caps either.) - Numbering (can have an own style so a character border too) This week hasn't numerous questions, but so many answers. :) Best regards, Tamás 2013/7/15 Zolnai Tamás

[Libreoffice-commits] core.git: 7 commits - cui/source icon-themes/crystal icon-themes/galaxy icon-themes/hicontrast icon-themes/human icon-themes/oxygen include/drawinglayer officecfg/registry sw/inc

2013-07-22 Thread Zolnai Tamás
cui/source/tabpages/border.cxx |4 dev/null|binary include/drawinglayer/primitive2d/borderlineprimitive2d.hxx |4

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

2013-07-23 Thread Zolnai Tamás
sw/source/core/text/itrcrsr.cxx | 11 ++- sw/source/core/text/txtdrop.cxx |3 +++ 2 files changed, 9 insertions(+), 5 deletions(-) New commits: commit 1f47b46959267a25195d4f3f5602ca638bb14c58 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Tue Jul 23 13:14:53 2013 +0200

[Libreoffice-commits] core.git: Branch 'feature/gsoc-writer-char-borders' - 2 commits - include/svx sw/source

2013-07-25 Thread Zolnai Tamás
include/svx/flagsdef.hxx |2 -- sw/source/core/txtnode/swfont.cxx |4 2 files changed, 4 insertions(+), 2 deletions(-) New commits: commit 3a43ae5da45d500c77ad40bdec93547add422655 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Thu Jul 25 21:22:05 2013 +0200

  1   2   3   4   5   6   7   8   9   10   >