8e8c789742874ac823e68f6154050c64b6fc5b85
Author: Tamas Bunth
Date: Thu Sep 7 22:00:01 2017 +0200
oovbaapi: create XOval and XLine shape types
This is needed in order to make "TypeOf myLine Is Line" or similar
expressions return the expected "true" value.
The impleme
kit/Kit.cpp |8
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit b285c5f321ebac5496b40399aede2e6b8c6cb1af
Author: Tamas Bunth
Date: Wed Aug 16 16:14:59 2017 +0200
Copy file with linkOrCopy
So that it can create folder in jails when needed.
diff
sc/source/ui/vba/vbafiledialog.cxx | 23 ++-
1 file changed, 18 insertions(+), 5 deletions(-)
New commits:
commit 485fcd4f367ebdf5a7494976424e64c7c68ff450
Author: Tamas Bunth
Date: Thu Aug 24 23:24:11 2017 +0200
oovbaapi: Use default path for FileDialog
sw/source/core/tox/ToxTextGenerator.cxx |3 +++
1 file changed, 3 insertions(+)
New commits:
commit 2a63ffd4d51d0e643d569a8d43b81bb691e45916
Author: Tamas Bunth
Date: Mon Oct 23 20:10:40 2017 +0200
tdf#113284 Check vector length before use
Change-Id
vbahelper/source/vbahelper/vbaeventshelperbase.cxx |9 +
1 file changed, 9 insertions(+)
New commits:
commit 5ee6862ee420f13133ade382d7ef2be319414d40
Author: Tamas Bunth
Date: Thu Jul 6 10:46:48 2017 +0200
Create vba library if it did not exist before
Add
/source/ui/vba/vbafiledialogitems.cxx | 119
sc/source/ui/vba/vbafiledialogitems.hxx | 42 +
11 files changed, 476 insertions(+), 1 deletion(-)
New commits:
commit 07fb14be7f79cbbf65f47458b7b2337c8ffcc4f7
Author: Tamas Bunth
Date: Tue Jul 11 12:22:06
sc/source/ui/vba/vbafiledialog.cxx | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
New commits:
commit 831153d465b7091f2021f94bb10e725e0c48c684
Author: Tamas Bunth
Date: Wed Jul 19 11:01:47 2017 +
vbaapi: File dialog produces path
instead of file
/document.cxx |4 ++--
sc/source/core/data/table2.cxx|4 ++--
sc/source/ui/docshell/docfunc.cxx | 22 ++
9 files changed, 31 insertions(+), 19 deletions(-)
New commits:
commit b8e26ebe2c37640212ef663a483cddf1639af742
Author: Tamas Bunth
Date: Wed Jul 19 19:38
/core/data/table2.cxx|5 +++--
sc/source/ui/docshell/docfunc.cxx |2 +-
8 files changed, 18 insertions(+), 16 deletions(-)
New commits:
commit 8becd40f030b94fe3fb6ad82b048ee97daaea2b1
Author: Tamas Bunth
Date: Fri Jul 21 12:53:43 2017 +
avoid unnecessary calls of
vcl/source/outdev/textline.cxx|4 ++--
7 files changed, 28 insertions(+), 42 deletions(-)
New commits:
commit cb9be0e492d047648185ae80553220fd9b538746
Author: Tamas Bunth
Date: Wed Jun 7 04:38:27 2017 +0200
Replace vcl::SalLayout Release with destructor
f0821f9a347c7752a3c741c3451a2f1630173720
Author: Tamas Bunth
Date: Thu Jun 8 19:56:28 2017 +0200
Cache text layout of statusbar items
Extend lifecycle of SalLayout created by the output device.
A layout is stored for each status bar item and used as a cache.
The layout may be updated through output device
Author: Tamas Bunth
Date: Sun Jun 11 00:24:36 2017 +0200
Refactor create layout cache in status bar
Create SalLayout in StatusBar instead of getting cache through output
parameter.
Pass cache as a constant to the output device afterwards.
Results in a more
vcl/source/window/status.cxx |4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit cc2506d54df6c4ec2b0c828705afa92f53dae14f
Author: Tamas Bunth
Date: Tue Jul 25 10:56:37 2017 +0200
tdf#108793 do not use cache for virtual device
Change-Id
+++
sc/source/ui/vba/vbaapplication.cxx | 20 ++
sc/source/ui/vba/vbaapplication.hxx |1
15 files changed, 52 insertions(+), 20 deletions(-)
New commits:
commit 4aca927040f67c2b68f412234e37ec740346a005
Author: Tamas Bunth
Date: Wed Jul
b946ab02b246e85c34f8fa77d99e19dacda07fe5
Author: Tamas Bunth
Date: Fri Aug 11 00:45:59 2017 +0200
tdf#107797 UpdateAutoFilter handle more entries
Prepare UpdateAutoFilterFromMenu to handle more entries.
Filter items can be hold by more than one entries. In that case we have
to remove
sc/source/ui/vba/vbarange.cxx |8 +---
1 file changed, 1 insertion(+), 7 deletions(-)
New commits:
commit 60f7eee2cd7257ba5f99ec28911d3e9bb8b42168
Author: Tamas Bunth
Date: Fri Aug 11 01:57:55 2017 +0200
tdf#107858 oovbaapi: Autofilter always has header
If AutoFilter
sc/inc/queryparam.hxx |3 ++-
sc/source/core/tool/queryparam.cxx | 11 ++-
sc/source/ui/view/gridwin.cxx | 10 --
3 files changed, 16 insertions(+), 8 deletions(-)
New commits:
commit 01b1870736641f954d06d8e23589225b41a4e890
Author: Tamas Bunth
Date
sc/source/ui/vba/vbarange.cxx |9 -
1 file changed, 4 insertions(+), 5 deletions(-)
New commits:
commit fd64103319a28fedb44cdc0438887914dba396cb
Author: Tamas Bunth
Date: Tue Aug 15 15:52:36 2017 +0200
oovbaapi: Allow copying of multiple selections
Change-Id
sw/source/core/tox/ToxTextGenerator.cxx | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
New commits:
commit 141d4427d2d2db6a16133fcf7571798233a99cb0
Author: Tamas Bunth
Date: Tue Sep 19 16:53:16 2017 +0200
tdf#99689 allow Subscript in Illustration Index
sw/source/core/tox/ToxTextGenerator.cxx | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
New commits:
commit 382af3b87fabb1b5d748e6e339c3e60146dd5a6f
Author: Tamas Bunth
Date: Tue Sep 19 16:53:16 2017 +0200
tdf#99689 allow Subscript in Illustration Index
dbaccess/source/filter/hsqldb/createparser.cxx |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 647a9fec404ebce898a44de63fcf1b1d6f5036e6
Author: Tamas Bunth
Date: Mon Jun 11 07:59:28 2018 +0200
tdf#117115 dbahsql: respect escaped '\'
dbaccess/source/filter/hsqldb/rowinputbinary.cxx | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
New commits:
commit 1f91ebb586356aa77ecced15cd5e049f1ebca70c
Author: Tamas Bunth
Date: Mon Jun 11 07:47:15 2018 +0200
tdf#118043 dbahsql: Fix putDot funciton
dbaccess/source/core/dataaccess/datasource.cxx |7 +++
1 file changed, 7 insertions(+)
New commits:
commit b68805a896f9bb60d70edd1918bd7acacd56de73
Author: Tamas Bunth
Date: Sun Jun 17 18:53:50 2018 +0200
Back up content.xml when migrating database
Change-Id
vcl/source/outdev/text.cxx |7 ---
1 file changed, 7 deletions(-)
New commits:
commit 221234c0203d5b3caf6907bff110fc1a9b71a5ad
Author: Tamas Bunth
Date: Sun Jan 28 00:14:55 2018 +0100
tdf#114736 no need to call AdjustLayout here
Change-Id
sw/source/filter/ww8/wrtw8nds.cxx | 1209 +++---
sw/source/filter/ww8/wrtww8.cxx |9
sw/source/filter/ww8/wrtww8.hxx |4
3 files changed, 643 insertions(+), 579 deletions(-)
New commits:
commit c1d58c46eec5081576979f584151c7e9a4f67fe0
Author: Tamas
sw/source/filter/ww8/wrtw8nds.cxx |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit bde22bd6da4568e3a1fd35b5f822d6de06e477a4
Author: Tamas Bunth
Date: Fri Dec 8 17:51:54 2017 +0100
fix for empty paragraphs
Change-Id
connectivity/source/drivers/firebird/PreparedStatement.cxx | 32 -
connectivity/source/drivers/firebird/PreparedStatement.hxx |2
2 files changed, 31 insertions(+), 3 deletions(-)
New commits:
commit 9ccc1f59446bc4a16b6d090a3b556e184eb5f159
Author: Tamas Bunth
Date: Fri Dec
connectivity/source/drivers/firebird/PreparedStatement.cxx | 11 ---
1 file changed, 11 deletions(-)
New commits:
commit 9585521c28b74dec36522a6501ca670b8e14c7ca
Author: Tamas Bunth
Date: Sat Dec 9 00:47:13 2017 +0100
tdf#70425 do not close cursor explicitly
A cursor
connectivity/source/drivers/firebird/PreparedStatement.cxx | 34 +
1 file changed, 14 insertions(+), 20 deletions(-)
New commits:
commit 907423a6ec5c2170dbf2ca445c0a1285e9a6adfc
Author: Tamas Bunth
Date: Fri Dec 8 23:38:36 2017 +0100
clean code at setObjectWithInfo
connectivity/source/drivers/firebird/PreparedStatement.cxx | 15 +
1 file changed, 15 insertions(+)
New commits:
commit 032a3e3713af3e308229bd8e1ada17d6d24072f3
Author: Tamas Bunth
Date: Sat Dec 9 13:38:39 2017 +0100
Firebird: Revert not closing cursor,..
..but
connectivity/source/drivers/firebird/Blob.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8abda0217dcdfc45fc0f7e74a37d048c5fda395f
Author: Tamas Bunth
Date: Sat Dec 9 15:34:33 2017 +0100
Firebird: check isc_blob_info error
Change-Id
:
commit 2cf785591805395746d394ac56030a617e651a48
Author: Tamas Bunth
Date: Thu Dec 14 15:20:29 2017 +0100
tdf#41650 doc(x) export split paragraph
Fix for documents with one paragraph only.
Add unit test for splitting paragraph on section border.
Change-Id
sw/source/filter/ww8/wrtw8nds.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit aac4e447c3fb276a85c475f86d3469b8e34eeb5a
Author: Tamas Bunth
Date: Fri Dec 15 01:00:00 2017 +0100
no section break after split paragraph
Change-Id
sw/source/filter/ww8/wrtw8nds.cxx | 1181 +++---
sw/source/filter/ww8/wrtww8.cxx |7
sw/source/filter/ww8/wrtww8.hxx |4
3 files changed, 627 insertions(+), 565 deletions(-)
New commits:
commit 14af9cf82c492e623609df4bfebfb06692cb53e3
Author: Tamas
:
commit e516879cc5a17fab70aa421db30dfe7d7beadb88
Author: Tamas Bunth
Date: Fri Dec 15 01:00:00 2017 +0100
no section break after split paragraph
Change-Id: I08aa10527d6e5d8950a592334d01186cbd8cd355
Reviewed-on: https://gerrit.libreoffice.org/46495
Reviewed-by: Tamás Bunth
sw/qa/extras/ooxmlexport/data/parasplit-on-section-border.odt |binary
sw/qa/extras/ooxmlexport/ooxmlexport11.cxx|6 +++---
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit cf7056223c004ef905f66bf11f9af8e2b057df27
Author: Tamas Bunth
Date: Fri Dec
sw/source/filter/ww8/wrtw8nds.cxx |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 615586daaed2c708bf4fe4159d5d850141e2acdf
Author: Tamas Bunth
Date: Fri Dec 8 17:51:54 2017 +0100
fix for empty paragraphs
Change-Id
sw/qa/extras/ooxmlexport/data/parasplit-on-section-border.odt |binary
sw/qa/extras/ooxmlexport/ooxmlexport11.cxx|6 +++---
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 78ee96864ff96acb5ccb24d4123002c0488bfb86
Author: Tamas Bunth
Date: Fri Dec
files changed, 36 insertions(+), 10 deletions(-)
New commits:
commit 6aa1df5a627697e6adaee70adcef2c5b50cfcbf7
Author: Tamas Bunth
Date: Thu Nov 16 15:43:36 2017 +0100
tdf#41650 DOCX export: insert empty header/footer
Insert an empty header (or footer) to section which follows a
| 15 +++
dbaccess/source/filter/hsqldb/utils.hxx |2 ++
6 files changed, 37 insertions(+), 2 deletions(-)
New commits:
commit a1825b219a22be8b6cf0ca54bf0ee6c64f55dc6d
Author: Tamas Bunth
Date: Tue May 15 21:33:17 2018 +0200
tdf#116987 dbahsql: check for
dbaccess/source/filter/hsqldb/hsqlimport.cxx | 54 +--
1 file changed, 50 insertions(+), 4 deletions(-)
New commits:
commit ea19b96b6beb0ce2f25705339d1d6342dc38b283
Author: Tamas Bunth
Date: Tue May 15 20:25:55 2018 +0200
tdf#117333, tdf#117325 dbahsql
dbaccess/source/filter/hsqldb/hsqlimport.cxx | 22 +-
1 file changed, 13 insertions(+), 9 deletions(-)
New commits:
commit 434ba18afd5ec3e92e2725d649b898e25fcc4813
Author: Tamas Bunth
Date: Tue May 22 14:21:08 2018 +0200
tdf117333 dbahsql: Chain SQLExceptions
dbaccess/source/filter/hsqldb/createparser.cxx | 39 -
1 file changed, 38 insertions(+), 1 deletion(-)
New commits:
commit ded4dcbbce875efeffba7e894a6dea1f584e8e9b
Author: Tamas Bunth
Date: Mon May 14 09:19:56 2018 +0200
tdf#117115 dbahsql: respect unicode in
Hi Alex,
I'm aware of the problem and I am working on that.
Thank you:
Tamás Bunth
On Tue, Sep 11, 2018 at 04:35:19PM +0100, Alex Kempshall wrote:
> I've upgraded to 6.2 using the daily build
>
> I then start a base application which uses mariadb as a back end with the
> mysql-connector-java-8.
vcl/source/outdev/text.cxx |7 ---
1 file changed, 7 deletions(-)
New commits:
commit bdeb53b8dfee78ea312110563d1e80b969436cbc
Author: Tamas Bunth
Date: Sun Jan 28 00:14:55 2018 +0100
tdf#114736 no need to call AdjustLayout here
Change-Id
dbaccess/Module_dbaccess.mk|2 -
dbaccess/source/core/dataaccess/datasource.cxx | 30 -
2 files changed, 32 deletions(-)
New commits:
commit 443da1959d02569c59d064748a06d39c6dbb2f64
Author: Tamas Bunth
Date: Wed Jun 20 11:22:38 2018 +0200
/filter/hsqldb/fbcreateparser.cxx | 10 ++
5 files changed, 56 insertions(+), 3 deletions(-)
New commits:
commit 8f3d6e67b08ed1bce9bc989e5e3df92c4d9d95d3
Author: Tamas Bunth
Date: Tue Jun 26 12:27:57 2018 +0200
tdf#117867 dbahsql: Migrate default values
Default Value &quo
dbaccess/source/filter/hsqldb/createparser.cxx | 81 ++---
1 file changed, 46 insertions(+), 35 deletions(-)
New commits:
commit 815b2130c86d5a0aa07bdddb252fbd6ae5d64a62
Author: Tamas Bunth
Date: Tue Jun 26 13:08:12 2018 +0200
dbahsql: refactor, around
dbaccess/qa/extras/hsql_schema_import.cxx | 18 ++
dbaccess/source/filter/hsqldb/createparser.cxx |7 +--
2 files changed, 23 insertions(+), 2 deletions(-)
New commits:
commit a91fe8558b4c8aa163069ebdb117d58239da74f2
Author: Tamas Bunth
Date: Tue Jun 26 13:15:07
dbaccess/source/core/dataaccess/datasource.cxx |6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 9ceeb4619ba762c47589023d99c43c774caab441
Author: Tamas Bunth
Date: Tue Jun 26 13:45:40 2018 +0200
HSQLDB Migration: overwrite backup xml
Change-Id
dbaccess/source/core/misc/dsntypes.cxx | 10 +-
dbaccess/source/ui/dlg/generalpage.cxx | 11 +--
2 files changed, 18 insertions(+), 3 deletions(-)
New commits:
commit 60db3d2cc3bc4f124bd4d819fbd0285e7f19c8c4
Author: Tamas Bunth
Date: Mon Apr 23 22:34:00 2018 +0200
dbu
dbaccess/source/filter/hsqldb/createparser.cxx |2 ++
dbaccess/source/filter/hsqldb/fbcreateparser.cxx |1 +
2 files changed, 3 insertions(+)
New commits:
commit cd65f098382c14439f6502bbe72e1d78d23a92c5
Author: Tamas Bunth
Date: Sat Apr 28 11:49:05 2018 +0200
tdf#117300 dbahsql
dbaccess/source/filter/hsqldb/rowinputbinary.cxx | 11 ---
1 file changed, 4 insertions(+), 7 deletions(-)
New commits:
commit 9123711dd092139fb95be92f3ff0cdde657086dd
Author: Tamas Bunth
Date: Sat Apr 28 12:33:11 2018 +0200
tdf#117296 dbahsql: Fix migration of numeric
, 44 insertions(+), 19 deletions(-)
New commits:
commit b18953565b68e46289ad85927d79f5978a51078b
Author: Tamas Bunth
Date: Tue Apr 24 19:10:24 2018 +0200
tdf#116980 Add constraints after data migration
So there won't be any violation problems while migrating data.
If
deletions(-)
New commits:
commit 04e564b8179cdfafc0f33233daae126e39f46e47
Author: Tamas Bunth
Date: Thu Apr 26 13:29:16 2018 +0200
tdf#116980 tdf#116986 Fix data migration in..
.. databases with relations.
There might be several nodes written in data file before the
deletions(-)
New commits:
commit 1c5c9b84df270e41c68e68bb69fbf183fc20eed2
Author: Tamas Bunth
Date: Mon Apr 23 22:05:55 2018 +0200
Refactor: migration warn dlg without modifying API
Use Migration warn dialog directly in library dba instead of popping up
window in dbu and
Hi,
On Mon, May 07, 2018 at 03:24:49AM +, Drew Jensen wrote:
> Looking at the open issues for the HSQL to Firebird auto migration
> functionality particular the issues regarding data types and other test
> files I put together a possible map of what I think makes sense in
> translating hsql to
(-)
New commits:
commit 210638cc162ce36c8afab3aa64a65afbb5955939
Author: Tamas Bunth
Date: Sat May 5 23:38:19 2018 +0200
tdf#117299 dbahsql: add varchar_ignorecase type
Change-Id: I1dc904fe1b9146c978086861ef96f5141794bf09
Reviewed-on: https://gerrit.libreoffice.org/53901
Hi Luke,
On Fri, May 11, 2018 at 01:50:20AM +, Luke Benes wrote:
> I wouldn't expect a refactoring to modify the behavior. Could you please
> verify that the change in behavior that your commit caused was intentional?
There were no intentional behavioural changes.
Thank you Mike for the pat
dbaccess/source/filter/hsqldb/createparser.cxx |2 ++
dbaccess/source/filter/hsqldb/fbcreateparser.cxx |2 ++
2 files changed, 4 insertions(+)
New commits:
commit 1932f4b04a299fc4f478a629f0f97efea8a10c62
Author: Tamas Bunth
Date: Sat May 5 22:26:12 2018 +0200
tdf#117301 dbahsql
/hsqldb/parseschema.hxx|9 ++
5 files changed, 63 insertions(+), 9 deletions(-)
New commits:
commit 4f043c0a269ff0bb13d4714dbcda471e47f7c1c1
Author: Tamas Bunth
Date: Mon May 14 07:30:37 2018 +0200
tdf#117092 dbahsql: handle multiple primary keys
Set primary keys at the
Hi Bartosz, Markus,
I've filed a bug on Bugzilla:
https://bugs.documentfoundation.org/show_bug.cgi?id=122765#add_comment
which looks like a regression of the following commit:
0fc41c53dfbd21e526fb0ad68a6651693c4a2ecd
I've tried to solve the problem without any success so far. I couldn't fix the
commits:
commit 1ca2a2119ad3e910f848344d51ba9ec173880715
Author: Tamas Bunth
Date: Fri Oct 6 21:23:59 2017 +0200
tdf#99689 add tests for subscript attribute in ToX
And superscript.
Change-Id: Ia74fe20d3f105d2ce19064742f603d3df75c3581
Reviewed-on: https
/viewuno.cxx |3 +++
6 files changed, 76 insertions(+)
New commits:
commit 1c80246e5ff8aeb3e05384d86766a56aa878c7be
Author: Tamas Bunth
Date: Thu Oct 19 16:57:06 2017 +0200
tdf#112100 Select shape name in Navigator
After the selection of a shape the shape name is selected in
sw/source/core/tox/ToxTextGenerator.cxx |3 +++
1 file changed, 3 insertions(+)
New commits:
commit 090e9ecd0960e6027cfaaf4600e95dc311524143
Author: Tamas Bunth
Date: Mon Oct 23 20:10:40 2017 +0200
tdf#113284 Check vector length before use
Change-Id
Author: Tamas Bunth
Date: Sun Mar 25 13:26:57 2018 +0200
dbaccess: Enable hsql migration by default
Also make Firebird driver not experimental anymore.
With hsql migration enabled, the hsqldb related unit tests can be
reused, because the underlying DBMS is transparent. To
29c6629a54bd5d6cb8ccbfc663b1fed36c57e616
Author: Tamas Bunth
Date: Sat Apr 7 16:07:03 2018 +0200
dbahsql: add default for autoincremented columns
Change-Id: I8b4c99ed9e3701193228c58cc9e64dc87a03da71
Reviewed-on: https://gerrit.libreoffice.org/52550
Tested-by: Jenkins
Reviewed-by: Tamás Bunth
diff --git a
/source/filter/hsqldb/parseschema.hxx| 20
dbaccess/source/filter/hsqldb/rowinputbinary.hxx | 11 -
6 files changed, 99 insertions(+), 2 deletions(-)
New commits:
commit b29f801e4106b0c729e90ff7c1b1718b671fd32d
Author: Tamas Bunth
Date: Sat Apr 7 16:05:26 2018
|
1
77 files changed, 6 insertions(+), 5025 deletions(-)
New commits:
commit 8d381ae8d6c742a7e15bf7ad9e07b65f81728ef6
Author: Tamas Bunth
Date: Sun Apr 8 22:54:38 2018 +0200
Remove dead HSQLDB driver
Change-Id
Hi,
I recently finished the majority of HSQLDB database migration inside Base
documents. You can test it with opening an old .odb file which contains embedded
HSQL database.
As part of this project I also:
- removed "experimental" marker from Firebird.
- removed the ability to create embedded H
connectivity/source/parse/sqlnode.cxx | 20
1 file changed, 20 insertions(+)
New commits:
commit f5a2fedaebcf71824ecef9b5e7683237646175b4
Author: Tamas Bunth
Date: Sun Apr 8 13:34:27 2018 +0200
tdf#105075 Firebird: Support Limit of query_GUI
Firebird uses
/dataaccess/datasource.cxx |6
14 files changed, 46 insertions(+), 242 deletions(-)
New commits:
commit 3bb1f0b3a8f71807c221fda22433571f9a0497d2
Author: Tamas Bunth
Date: Sat Apr 14 16:13:02 2018 +0200
Revert HSQLDB related unit tests
Revert changes making HSQLDB
| 73
offapi/com/sun/star/sdbc/XDataSource.idl|5 +
offapi/type_reference/offapi.idl|2
12 files changed, 203 insertions(+), 6 deletions(-)
New commits:
commit 5b0ceb86c342754d8f4e83408c7ae0da0e3931d3
Author: Tamas Bunth
Date: Sat
/filter/hsqldb/utils.hxx | 25 +++
9 files changed, 270 insertions(+), 23 deletions(-)
New commits:
commit 098b84ff26212d5bee30f16848fac90d061e8b14
Author: Tamas Bunth
Date: Sat Apr 14 20:56:26 2018 +0200
tdf#116954 dbahsql: migrate views too
Change-Id
05b03813779922110bc9d31c922f906b4920c603
Author: Tamas Bunth
Date: Sat Apr 14 21:13:46 2018 +0200
tdf#116965 dbahsql: migrate relationgships
from ALTER statements
Change-Id: I399f2ea6f6181c609952d08beb85068cfb45b4df
Reviewed-on: https://gerrit.libreoffice.org/52893
Tested-by: Jenkins
Reviewed-by
vcl/source/gdi/sallayout.cxx | 34 +++---
1 file changed, 23 insertions(+), 11 deletions(-)
New commits:
commit c5f0c10b3cb3d7014bb127e8d811377279ab5228
Author: Tamas Bunth
Date: Sat Feb 10 17:11:37 2018 +0100
tdf#115353 tdf#114743 Use first valid glyph
/hsqldb/fbcreateparser.hxx |2
5 files changed, 283 insertions(+), 2 deletions(-)
New commits:
commit 9adc7bdf6d304c540339f389aa02c925733ef248
Author: Tamas Bunth
Date: Mon Mar 19 11:09:09 2018 +0100
dbahsql: add unit tests for schema import
Change-Id
a11b728dae808d45e47565f375ba75104512b47e
Author: Tamas Bunth
Date: Thu Mar 22 11:39:16 2018 +0100
dbahsql: refactor move index parser to parseschema
Change-Id: I57820edc9ba8e9b8b11db78cf795fd5b1203db9b
Reviewed-on: https://gerrit.libreoffice.org/51733
Tested-by: Jenkins
Reviewed
dbaccess/source/filter/hsqldb/parseschema.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5dcd9be6797d9dfe4dcd6b7a4eb026ae9f954b32
Author: Tamas Bunth
Date: Wed Mar 28 02:53:18 2018 +0200
dbahsql: wrong variable
Change-Id
/hsql_binary_import.cxx| 94 ++
dbaccess/source/filter/hsqldb/fbcreateparser.cxx | 10 +
dbaccess/source/filter/hsqldb/rowinputbinary.cxx | 55 +++---
7 files changed, 253 insertions(+), 18 deletions(-)
New commits:
commit 606cf347404f86ba3d6c94058eb4c470e9e4b596
Author: Tamas
dbaccess/Module_dbaccess.mk |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1859b45a08ccc2fa6da72cf6ee8196185df6ef37
Author: Tamas Bunth
Date: Sat Mar 31 11:58:23 2018 +0200
Do not use hsql binary import test when..
.. --disable-firebird-sdbc is on
sc/source/ui/vba/vbainterior.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1abdeff9de5d9257464048bcdf50a6d6fd926c0b
Author: Tamas Bunth
Date: Wed Jun 21 12:23:44 2017 +0200
Fix use of wrong function
Input is a color, expected return value is an
1ac1caff62d0d72d158a2fafb3f06b7ec18cb346
Author: Tamas Bunth
Date: Sat Jun 24 14:03:41 2017 +0200
oovbaapi: use autoshape in case of EllipseShape
Required for msoShapeOval autoshape type
Change-Id: I62ef053e8f387f4d87b28b7d17b82209d28fe0fd
Reviewed-on: https://gerrit.libreoffice.org
sc/source/ui/vba/vbafont.cxx | 159 ---
sc/source/ui/vba/vbafont.hxx |4 -
2 files changed, 163 deletions(-)
New commits:
commit a08c833a5d61ba806fe2875e7b84fd11b9856b58
Author: Tamas Bunth
Date: Sat Jun 24 16:05:16 2017 +0200
Use base class
sc/source/ui/vba/vbafont.cxx | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
New commits:
commit 101971ab1c32ad386149bdc1797045b3f43dbe20
Author: Tamas Bunth
Date: Tue Jun 27 11:49:43 2017 +0200
oovbaapi: do not use properties for formControl
UnderLine
sc/source/ui/vba/vbaformat.cxx | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
New commits:
commit ea7df4a802dfe363a6d7d088d9937a22c59dede3
Author: Tamas Bunth
Date: Wed Jun 28 14:46:03 2017 +0200
oovbaapi: cast ReadingOrder value to sal_Int16
Instead of ENUM
oovbaapi/ooo/vba/excel/XBorder.idl |1 +
sc/source/ui/vba/vbaborders.cxx| 22 ++
sc/source/ui/vba/vbaborders.hxx|2 ++
3 files changed, 25 insertions(+)
New commits:
commit af3a46d7630a26fd4d54a3b47a3d9beaa5e88c83
Author: Tamas Bunth
Date: Thu Jun 29 10
sc/source/ui/vba/vbaapplication.cxx | 15 ---
1 file changed, 12 insertions(+), 3 deletions(-)
New commits:
commit 5c5a49eda1555db7b7519e9b0398cfd469c9bcb5
Author: Tamas Bunth
Date: Thu Jun 29 11:46:31 2017 +0200
oovbaapi: implement Application.GetOperatingSystem
/hsqldb/parseschema.hxx | 44 +++
19 files changed, 929 insertions(+), 6 deletions(-)
New commits:
commit 95bece38ac5c943657ad959cad148c84a91d45a4
Author: Tamas Bunth
Date: Mon Jan 8 15:57:39 2018 +0100
Add HSQLDB schema import
It can be enabled by initializing the
connectivity/source/drivers/firebird/PreparedStatement.cxx | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
New commits:
commit 25c751bc92534dca545d75ca348e895e2c335551
Author: Tamas Bunth
Date: Sat Dec 9 00:47:13 2017 +0100
tdf#70425 suppress error of closing closed
vcl/source/outdev/text.cxx |2 --
1 file changed, 2 deletions(-)
New commits:
commit 9b5730f92967b6a8f4fce349bcd951f388b940df
Author: Tamas Bunth
Date: Sun Jan 28 00:14:55 2018 +0100
tdf#114736 no need to call AdjustLayout here
Change-Id
/source/drivers/firebird/Util.cxx | 185 ++---
connectivity/source/drivers/firebird/Util.hxx | 39 ++
6 files changed, 245 insertions(+), 139 deletions(-)
New commits:
commit bf662904c4b60e93c6b86e06288d41996eed12a2
Author: Tamas Bunth
Date: Sat Dec 16 12:57:43
files changed, 19 insertions(+), 4 deletions(-)
New commits:
commit e7a80ddb91c44711296aa996bf00242edbfba32d
Author: Tamas Bunth
Date: Mon Dec 18 14:47:40 2017 +0100
tdf#104734 Firebird: Add VARBINARY type to driver
Change-Id: I9a1b3aa9bde855577078fe0db2e31a9c160031d7
Reviewed
/drivers/firebird/Tables.cxx|7
connectivity/source/drivers/firebird/Util.cxx | 15 +
10 files changed, 262 insertions(+), 40 deletions(-)
New commits:
commit f80b51ae441e3483a2e9b77a30b932d4e8fba192
Author: Tamas Bunth
Date: Wed Dec 13 13:46:39 2017 +0100
tdf
connectivity/source/drivers/firebird/DatabaseMetaData.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 64d4f117447d990ed3215b0dd619e07de26ce417
Author: Tamas Bunth
Date: Thu Dec 28 11:53:24 2017 +0100
Firebird: use 32 bit
Change-Id
changed, 19 insertions(+), 1 deletion(-)
New commits:
commit 0217031a98508731f15df9d361a6e5b584db5716
Author: Tamas Bunth
Date: Wed Dec 27 20:25:33 2017 +0100
tdf#104734 Firebird: Add LONGVARBINARY/Image type
Implement it as a user-defined Blob subtype.
Change-Id
kit/Kit.cpp |8
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit cd370fc1b555cebc87109aa8dc125c812248fc6b
Author: Tamas Bunth
Date: Wed Aug 16 16:14:59 2017 +0200
Copy file with linkOrCopy
So that it can create folder in jails when needed
vcl/source/gdi/sallayout.cxx | 30 +-
1 file changed, 21 insertions(+), 9 deletions(-)
New commits:
commit e3546db362e9dfed94572d164359a0fc1eae742f
Author: Tamas Bunth
Date: Sat Feb 10 17:11:37 2018 +0100
tdf#115353 tdf#114743 Use first valid glyph
vcl/source/gdi/sallayout.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8d42909cd326cb26d8ba1fb383b5578f820c72ed
Author: Tamas Bunth
Date: Fri Feb 23 17:32:15 2018 +0100
tdf#115353 layout fix
Change-Id
vcl/source/window/status.cxx |3 ---
1 file changed, 3 deletions(-)
New commits:
commit a4ed3d9a1ffa1b51ba4352a955c950235f099fdc
Author: Tamas Bunth
Date: Thu Mar 1 15:32:18 2018 +0100
tdf#115353 Status bar: no cache in settext
Change-Id
1 - 100 of 201 matches
Mail list logo