| c5c7750d | 12-Nov-2015 |
Damjan Jovanovic |
#i35093# Find (and replace) on selected cells is misleading When any cellc in Calc are selected at the time the "Find & Replace" dialog is opened, automatically check the "Current select
#i35093# Find (and replace) on selected cells is misleading When any cellc in Calc are selected at the time the "Find & Replace" dialog is opened, automatically check the "Current selection only" checkbox, just like Writer does when multiple lines of text are selected when this dialog opens. Users expect this from Writer and other spreadsheets, and not doing it can even lead to wrong cells being changed when "Replace" is used! Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1714091 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| c4b07b4b | 12-Nov-2015 |
Pedro Giffuni |
Add support for MacOSX El Capitan Patch-by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> git-svn-id: https://svn.apache.org/repos/asf/openoffice/
Add support for MacOSX El Capitan Patch-by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1714089 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 6229858e | 11-Nov-2015 |
Damjan Jovanovic |
r1712824 withdrawn by committer. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713895 13f79535-47bb-0310-9956-ffa450edef68 |
| 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 ...
|
| ff4a85ce | 08-Nov-2015 |
Damjan Jovanovic |
#i56289# no GROUP BY - COUNT from wizard Implement the COUNT operator for GROUP BY in the Base Query Wizard, and delete some unused resource strings to make space for it. Found
#i56289# no GROUP BY - COUNT from wizard Implement the COUNT operator for GROUP BY in the Base Query Wizard, and delete some unused resource strings to make space for it. Found by: dtinazzi at easyasp dot it Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713240 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 49029961 | 08-Nov-2015 |
Damjan Jovanovic |
Use the UIConsts constants for resource IDs in main/wizards/com/sun/star/wizards/query/QuerySummary.java git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713230 13f79
Use the UIConsts constants for resource IDs in main/wizards/com/sun/star/wizards/query/QuerySummary.java git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713230 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 2d88557c | 08-Nov-2015 |
Damjan Jovanovic |
Use UIConsts constants for offsets to resource IDs in main/wizards. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713229 13f79535-47bb-0310-9956-ffa450edef68 |
| 35e2b5b0 | 08-Nov-2015 |
Damjan Jovanovic |
#i61854# OpenOffice.org Basic: Default title of Msgboxes should be changed Found by: berend dot cornelius at germany dot sun dot com Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR
#i61854# OpenOffice.org Basic: Default title of Msgboxes should be changed Found by: berend dot cornelius at germany dot sun dot com Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713215 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| f861971c | 07-Nov-2015 |
Damjan Jovanovic |
#i126029# Base query wizard error due to missing quoting of table and column names During the Base query design wizard, com.sun.star.wizards.ui.FilterComponent.getFilterConditions() calls
#i126029# Base query wizard error due to missing quoting of table and column names During the Base query design wizard, com.sun.star.wizards.ui.FilterComponent.getFilterConditions() calls com.sun.star.wizards.db.SQLQueryComposer.getSelectClause() before its getFromClause(). However the getSelectClause() needs composedCommandNames which is populated only by getFromClause() in order to quote table and column names. Without this, table and column names that need quoting (spaces, special characters, reserved words) produce errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713164 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
|
Revision tags: AOO412 |
|
| f2de8a8b | 05-Nov-2015 |
Damjan Jovanovic |
#i126360# Possible exception/segfault in jurt jpipe.dll under Windows with pipe connection - Remove the LoadLibrary from DLLMain (from windows not recommended) see http://msdn.microsoft.co
#i126360# Possible exception/segfault in jurt jpipe.dll under Windows with pipe connection - Remove the LoadLibrary from DLLMain (from windows not recommended) see http://msdn.microsoft.com/en-us/library/windows/desktop/ms682583(v=vs.85).aspx in section Remarks - Improve the comment why we need two dll's (jpipe.dll and jpipx.dll) - Integrate CriticalSection, init in DllMain see link http://msdn.microsoft.com/en-us/library/windows/desktop/dn633971(v=vs.85).aspx#general_best_practices Patch by: Juergen Funk <juergen.funk_ml at cib.de> Review by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1712824 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 361c8c00 | 04-Nov-2015 |
Tsutomu Uchino |
#i126627# wrong type description in @see tag git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1712473 13f79535-47bb-0310-9956-ffa450edef68 |
| 950617a0 | 03-Nov-2015 |
Damjan Jovanovic |
#i61277# Basic open file with random access erases all data. StarBasic tries to emulate truncation of files opened for writing by deleting them before opening them (if they exist). However th
#i61277# Basic open file with random access erases all data. StarBasic tries to emulate truncation of files opened for writing by deleting them before opening them (if they exist). However there are exclusion to the truncation behaviour when the file is opened in append mode or is a binary file. Another exclusion - that was missing with disasterous consequences - is that the file should not be truncated when opened in random access mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1712377 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 2e4d2335 | 03-Nov-2015 |
Damjan Jovanovic |
#i60307# search for strings in date formats fails. When "Search in" is set to "Values", search the formatted values instead of just the raw input. This fixes a 9 year old bug that's been
#i60307# search for strings in date formats fails. When "Search in" is set to "Values", search the formatted values instead of just the raw input. This fixes a 9 year old bug that's been duplicated at least 6 times, and matches what Excel does. Tests show even "Replace" works, and works well: if "October" is replaced by "November", it converts the original month from 10 to 11; it only converts the cell type to text if the resulting text is no longer a valid date. Also added BVT tests for the expected behaviour. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1712367 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 7a227dd4 | 31-Oct-2015 |
Damjan Jovanovic |
Fix a unit test that doesn't compile on MacOS, breaking the build. Found-by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Patch-by: Pathangi Janardhanan Ja
Fix a unit test that doesn't compile on MacOS, breaking the build. Found-by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Patch-by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1711631 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 8abe1c61 | 30-Oct-2015 |
Pedro Giffuni |
Cleanup some defines since Poppler can only come from the system. We don't carry Poppler (PDF rendering library) within AOO, due to the restrictive licensing, so we can only use it i
Cleanup some defines since Poppler can only come from the system. We don't carry Poppler (PDF rendering library) within AOO, due to the restrictive licensing, so we can only use it if it's provided through the system. For the pdf-import extension we can therefore assume it is the only option and cleanup the code accordingly. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1711539 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| a8186aa4 | 30-Oct-2015 |
Pedro Giffuni |
Update some poppler APIs. This lets the pdfimport extension work at a basic level. Unfortunately there' still a long way to go to get this functional. Tested by: Don Lewis
Update some poppler APIs. This lets the pdfimport extension work at a basic level. Unfortunately there' still a long way to go to get this functional. Tested by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1711511 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| a977d15c | 27-Oct-2015 |
Damjan Jovanovic |
Don't build/run the main/sal/qa/rtl/process test which doesn't always link and breaks the build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710855 13f79535-
Don't build/run the main/sal/qa/rtl/process test which doesn't always link and breaks the build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710855 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| a03c9fa9 | 27-Oct-2015 |
Damjan Jovanovic |
Fix some main/sal unit tests on Windows, remove unneeded OOO_SUBSEQUENT_TESTS, and run all that pass during the build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/t
Fix some main/sal unit tests on Windows, remove unneeded OOO_SUBSEQUENT_TESTS, and run all that pass during the build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710853 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| cb98cea0 | 27-Oct-2015 |
Damjan Jovanovic |
Remove unnecessary OOO_SUBSEQUENT_TESTS from main/sal/qa/ByteSequence and main/sal/qa/OStringBuffer. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710840 13f79
Remove unnecessary OOO_SUBSEQUENT_TESTS from main/sal/qa/ByteSequence and main/sal/qa/OStringBuffer. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710840 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 94125ed6 | 25-Oct-2015 |
Damjan Jovanovic |
Passing both -u and -o to unzip is ambiguous, as -u only overwrites files that are older while -o always overwrites them. What's worse, on FreeBSD using -u and -o together is an error that br
Passing both -u and -o to unzip is ambiguous, as -u only overwrites files that are older while -o always overwrites them. What's worse, on FreeBSD using -u and -o together is an error that breaks the build. Tests show Info-ZIP's unzip treats -u and -o together as just -u, so let's call unzip with just -u. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710474 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 8716daac | 25-Oct-2015 |
asf-sync-process |
#i126604# test framework on *BSD calls "ps" wrongly, can't find AOO to kill it if hung On *BSD, call "ps" with "-wweo", as the "ww" is needed to produce all the columns in the output. Wi
#i126604# test framework on *BSD calls "ps" wrongly, can't find AOO to kill it if hung On *BSD, call "ps" with "-wweo", as the "ww" is needed to produce all the columns in the output. Without it, output is trimmed short, and the test framework can't find AOO to kill it, leaving AOO running and causing further tests to fail. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710472 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
|
Revision tags: SNAPSHOT |
|
| 5efeadd1 | 20-Oct-2015 |
Andrea Pescetti |
#i125194# Fix RC2 issue by changing approach. Patch by: Giuseppe Castagno git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1709687 13f79535-47bb-0310-9956-ffa450edef68 |
| 0f84363b | 19-Oct-2015 |
Andrea Pescetti |
#i126588# Update Portuguese dictionary to version 15.10.3.1. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1709403 13f79535-47bb-0310-9956-ffa450edef68 |
| 18135e38 | 19-Oct-2015 |
Andrea Pescetti |
#i126567# Update copyright year in NOTICE file. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1709377 13f79535-47bb-0310-9956-ffa450edef68 |
| cbe9c442 | 17-Oct-2015 |
Andrea Pescetti |
#i126582# Prevent errors with read/only shares on Sharepoint. Patch by: Giuseppe Castagno Added a Windows API missing error: ERROR_CANT_ACCESS_FILE file cannot be accessed by the
#i126582# Prevent errors with read/only shares on Sharepoint. Patch by: Giuseppe Castagno Added a Windows API missing error: ERROR_CANT_ACCESS_FILE file cannot be accessed by the system. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1709212 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|