86ca9154 | 09-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 |
|
d7b348a9 | 14-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 ...
|
e05189b8 | 18-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 ...
|
07a3d7f1 | 29-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 ...
|
Revision tags: AOO410 |
|
94638f25 | 11-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 |
|
b862c97c | 28-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 ...
|
a9ab3c7b | 21-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 |
0d47320b | 06-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 ...
|
3d762826 | 06-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 |
573705c1 | 06-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 |
0dc58c20 | 03-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 |
24c56ab9 | 28-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 |
7816784c | 07-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 |
|
2d18be12 | 21-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 |
67bd56d3 | 02-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 ...
|
b6035112 | 28-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 ...
|
4689730c | 25-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 |
a104eafc | 26-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 |
77faa9f2 | 18-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 |
430a148e | 08-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 ...
|
52845faf | 30-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 |
|
4d78d4d8 | 09-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 |
7d52d17f | 01-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 |
711fced4 | 15-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 |
58d70080 | 31-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 |