History log of /aoo41x/main/dbaccess/source/ (Results 1 - 25 of 36)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA
cbbd2dff17-Jan-2023 mseidel

Cleaned up resource file

Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411
9b20e1dd25-Sep-2015 Andrea Pescetti

#i120706# CRASH - navigating tables containing NULL timestamps in DataSourceBrowser using mysql JDBC connector causes AOO to crash
because the read-only column list was not kept in sync with the

#i120706# CRASH - navigating tables containing NULL timestamps in DataSourceBrowser using mysql JDBC connector causes AOO to crash
because the read-only column list was not kept in sync with the column list.
Patch by: Damjan Jovanovic <damjan@apache.org>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1705230 13f79535-47bb-0310-9956-ffa450edef68

show more ...

0d4d713911-Aug-2015 Kay Schenk

#i121492# Merge r1626099 to AOO410 branch.




git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1695343 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO410, AOO410_Beta
b862c97c28-Jan-2014 Herbert Dürr

#i124131# use smart pointer's bool operator instead of comparing its content against NULL

this makes the code more typesafe and avoids the -Wnull-conversion warnings
seen with boost>=1.5

#i124131# use smart pointer's bool operator instead of comparing its content against NULL

this makes the code more typesafe and avoids the -Wnull-conversion warnings
seen with boost>=1.55 smart pointers in C+11 enabled build environments


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562080 13f79535-47bb-0310-9956-ffa450edef68

show more ...

a9ab3c7b21-Jan-2014 Herbert Dürr

get rid of an extraneous parentheses in "if((A==B))"

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560012 13f79535-47bb-0310-9956-ffa450edef68

0d47320b06-Jan-2014 Herbert Dürr

#i123964# reshuffle DLLEXPORT in dbaccess module

to fix the build with MSVC2008


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555875 13f79535-47bb-0310-9956-ff

#i123964# reshuffle DLLEXPORT in dbaccess module

to fix the build with MSVC2008


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555875 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3d76282606-Jan-2014 Herbert Dürr

#i123817# prepare codebase for updating to boost 1.55


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555789 13f79535-47bb-0310-9956-ffa450edef68

573705c106-Jan-2014 Herbert Dürr

#i123964# fix symbol visibility mismatch in dbaccess filter/xml

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555720 13f79535-47bb-0310-9956-ffa450edef68

0dc58c2003-Jan-2014 Herbert Dürr

#i123964# fix symbol visibility mismatch in dbaccess module

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555089 13f79535-47bb-0310-9956-ffa450edef68

24c56ab928-Nov-2013 Herbert Dürr

#i123068# remove implicit conversions from rtl strings to their elements

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68

7816784c07-Oct-2013 Herbert Dürr

#i123418# prevent iterator decrement when it is at begin()

also prevent derefencing of an iterator after it has been erased


git-svn-id: https://svn.apache.org/repos/asf/openoff

#i123418# prevent iterator decrement when it is at begin()

also prevent derefencing of an iterator after it has been erased


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1529824 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO401, AOO400
2d18be1221-Jul-2013 Andrea Pescetti

#i122792# Remove extra text from error message.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1505405 13f79535-47bb-0310-9956-ffa450edef68

67bd56d302-Jul-2013 Armin Le Grand

i122589 check if element is added before removing and deleting it (well, put it in undo)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1498841 13f79535-47bb-0310-9956-ffa450e

i122589 check if element is added before removing and deleting it (well, put it in undo)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1498841 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b603511228-May-2013 Ariel Constenla-Haile

Remove dbaui::OStatusbarController

It actually does not override any method in svt::StatusbarController, so
there is no point in keeping it.

git-svn-id: https://svn.apache.org/r

Remove dbaui::OStatusbarController

It actually does not override any method in svt::StatusbarController, so
there is no point in keeping it.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486844 13f79535-47bb-0310-9956-ffa450edef68

show more ...

a104eafc26-Apr-2013 Herbert Dürr

fix narrowing conversions in xmlHelper

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476186 13f79535-47bb-0310-9956-ffa450edef68

77faa9f218-Apr-2013 Herbert Dürr

WaE: fix suspicious assignments in if-conditions


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469324 13f79535-47bb-0310-9956-ffa450edef68

430a148e08-Apr-2013 Jan Iversen

removed all non en-US messages incl. x-comment, to enable correct translation.
corrected a few problems where en-US was dublicated.
NO code/makefile changes


git-svn-id: https://

removed all non en-US messages incl. x-comment, to enable correct translation.
corrected a few problems where en-US was dublicated.
NO code/makefile changes


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1465678 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO340
4d78d4d809-Sep-2012 Ariel Constenla-Haile

#i120859# Advance the wizard when Socket edit field has text

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1382568 13f79535-47bb-0310-9956-ffa450edef68

9f22d7c229-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307005 13f79535-47bb-0310-9956-ffa450edef68

685bfa8818-Feb-2012 Yuri Dario

i118923 - OS/2 port: new link system now uses unix style.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1290848 13f79535-47bb-0310-9956-ffa450edef68

79aad27f15-Feb-2012 Herbert Dürr

remove svn:executable properties from more source files

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 13f79535-47bb-0310-9956-ffa450edef68

e334922715-Feb-2012 Herbert Dürr

remove svn:executable properties from resource data files

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244480 13f79535-47bb-0310-9956-ffa450edef68

67e470da15-Feb-2012 Herbert Dürr

remove svn:executable properties from source files

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68

8809db7a18-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232673 13f79535-47bb-0310-9956-ffa450edef68

161f4cd112-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230726 13f79535-47bb-0310-9956-ffa450edef68

12