96cc0662 | 19-Jun-2019 |
Matthias Seidel |
Removed some whitespace, changed String git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1861665 13f79535-47bb-0310-9956-ffa450edef68 |
74cbd1f1 | 08-Jun-2019 |
Matthias Seidel |
Fixed typos (wether -> whether) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 13f79535-47bb-0310-9956-ffa450edef68 |
c575ce11 | 14-Apr-2019 |
Matthias Seidel |
Cleaned up resource file, fixed typo, removed whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1857499 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO420-Dev-m1 |
|
05e4b308 | 10-Jan-2019 |
Matthias Seidel |
Cleaned up resource file git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1850937 13f79535-47bb-0310-9956-ffa450edef68 |
485980a1 | 13-Dec-2018 |
Matthias Seidel |
Cleaned up resource file, removed double space git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1848858 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416, AOO416-RC1 |
|
a8f4084d | 31-May-2018 |
Matthias Seidel |
Fixed typos: contructor -> constructor convinient -> convenient git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1832633 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415, AOO414, AOO413 |
|
e53d11b3 | 06-Nov-2016 |
damjan |
#i119892# Missing "by" in description Fixes spelling errors in some Base messages. Reported by: Dwayne Henderson Patch by: me git-svn-id: https://svn.apache.o
#i119892# Missing "by" in description Fixes spelling errors in some Base messages. Reported by: Dwayne Henderson Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1768361 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121 |
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
|
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 |
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 |
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 ...
|
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 ...
|
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 |
9f22d7c2 | 29-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 |
79aad27f | 15-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 |