History log of /aoo42x/main/dbaccess/ (Results 51 - 75 of 104)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
86ca915409-Nov-2015 Damjan Jovanovic

#i121096# When editing a table query in Design View, the ORDER BY clause of the the query being edited is ignored.

When Base's Query Design View parses the SQL query, it looked at the wrong

#i121096# When editing a table query in Design View, the ORDER BY clause of the the query being edited is ignored.

When Base's Query Design View parses the SQL query, it looked at the wrong node position
in the SQL parse tree for the ORDER BY clause (child 4 = join instead of child 5 = order by),
causing the sort order to be forgotten. Fix this.

Patch by: me



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

show more ...

Revision tags: AOO412, SNAPSHOT, AOO411
d7b348a914-Aug-2015 Damjan Jovanovic

#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.



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

show more ...

e05189b818-Sep-2014 Kay Schenk

#i121492
Patch by: hanya
Fixed date filter problems in table view. Now processes old style date format and "normal" for database as expected.

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

#i121492
Patch by: hanya
Fixed date filter problems in table view. Now processes old style date format and "normal" for database as expected.

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

show more ...

07a3d7f129-Apr-2014 Pedro Giffuni

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


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

show more ...


qa/complex/dbaccess/DatabaseDocument.java
source/core/api/CacheSet.cxx
source/core/api/KeySet.cxx
source/core/api/RowSet.cxx
source/core/api/RowSet.hxx
source/core/api/RowSetBase.cxx
source/core/api/RowSetBase.hxx
source/core/api/RowSetCache.cxx
source/core/api/definitioncolumn.cxx
source/core/api/query.cxx
source/core/api/querycomposer.cxx
source/core/api/querycontainer.cxx
source/core/dataaccess/ComponentDefinition.cxx
source/core/dataaccess/ModelImpl.hxx
source/core/dataaccess/connection.cxx
source/core/dataaccess/databasedocument.cxx
source/core/dataaccess/databasedocument.hxx
source/core/dataaccess/datasource.cxx
source/core/misc/DatabaseDataProvider.cxx
source/ext/adabas/Acomponentmodule.hxx
source/filter/xml/xmlfilter.cxx
source/ui/app/AppController.hxx
source/ui/app/AppControllerDnD.cxx
source/ui/app/AppDetailPageHelper.hxx
source/ui/app/AppDetailView.cxx
source/ui/browser/brwctrlr.cxx
source/ui/browser/genericcontroller.cxx
source/ui/browser/sbagrid.cxx
source/ui/browser/unodatbr.cxx
source/ui/control/dbtreelistbox.cxx
source/ui/control/tabletree.cxx
source/ui/dlg/AdabasStat.hxx
source/ui/dlg/ConnectionPage.hxx
source/ui/dlg/DbAdminImpl.hxx
source/ui/dlg/UserAdmin.cxx
source/ui/dlg/adminpages.hxx
source/ui/dlg/advancedsettings.cxx
source/ui/dlg/dbadmin.cxx
source/ui/dlg/directsql.cxx
source/ui/dlg/generalpage.cxx
source/ui/dlg/generalpage.hxx
source/ui/dlg/tablespage.cxx
source/ui/inc/JoinTableView.hxx
source/ui/inc/TableController.hxx
source/ui/inc/UITools.hxx
source/ui/inc/brwctrlr.hxx
source/ui/inc/datasourcemap.hxx
source/ui/inc/dbadmin.hxx
source/ui/inc/dbwiz.hxx
source/ui/inc/dbwizsetup.hxx
source/ui/inc/dsitems.hxx
source/ui/inc/sbagrid.hxx
source/ui/misc/TokenWriter.cxx
source/ui/misc/UITools.cxx
source/ui/misc/indexcollection.cxx
source/ui/querydesign/ConnectionLineAccess.cxx
source/ui/querydesign/JoinTableView.cxx
source/ui/querydesign/QueryDesignView.cxx
source/ui/querydesign/QueryTableView.cxx
source/ui/querydesign/SelectionBrowseBox.cxx
source/ui/querydesign/SelectionBrowseBox.hxx
source/ui/querydesign/TableWindow.cxx
source/ui/querydesign/TableWindowAccess.cxx
source/ui/querydesign/querycontroller.cxx
source/ui/relationdesign/RelationTableView.cxx
source/ui/tabledesign/TableController.cxx
source/ui/uno/copytablewizard.cxx
Revision tags: AOO410
94638f2511-Mar-2014 Herbert Dürr

#i124401# add a virtual destructor to dbaui::ISaveValueWrapper

because dbaui::TDeleteWrapperFunctor needs it to delete its derived classes


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

#i124401# add a virtual destructor to dbaui::ISaveValueWrapper

because dbaui::TDeleteWrapperFunctor needs it to delete its derived classes


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

show more ...

Revision tags: 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 ...

4689730c25-May-2013 Ariel Constenla-Haile

Make .uno:Open a drop-down toolbar item

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

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 ...

52845faf30-Nov-2012 Yuri Dario

i118923 - OS/2 port: use of gcc style import libraries.

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

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

7d52d17f01-Sep-2012 Ariel Constenla-Haile

Fix build breaker: remove test dependencies

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

711fced415-Jun-2012 Ariel Constenla-Haile

Remove obsolete attributes from UI element XML files

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

58d7008031-Mar-2012 Andrew Rist

Update headers to Alv2 headers

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

12345