55a081ad | 24-Apr-2020 |
mseidel |
Cleaned up resource file |
1673b41c | 08-Apr-2020 |
mseidel |
Fixed minor issues with UI and help |
2ff71504 | 16-Mar-2020 |
mseidel |
Changed icon for Content View in Navigation (Calc), use correct icons in help |
b6c7a28b | 16-Feb-2020 |
mseidel |
Resized Solver dialog |
3b846311 | 27-Dec-2019 |
mseidel |
Cleaned up resource file, removed MASKCOLOR |
c2fa47f5 | 22-Nov-2019 |
mseidel |
Icons were changed to PNG long ago |
Revision tags: AOO417 |
|
13a89b3e | 05-Jun-2019 |
Matthias Seidel |
Cleaned up whitespace, removed maskcolor git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860664 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO420-Dev-m1, AOO416 |
|
4e5ac204 | 01-Dec-2018 |
Mechtilde Stehmann |
correct typo - closed #120336 https://bz.apache.org/ooo/show.cgi?id=120336 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847893 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416-RC1 |
|
a3e68dd1 | 14-Aug-2018 |
Matthias Seidel |
Cleaned up resource file for page dialog. Removed entries for MASKCOLOR. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838006 13f79535-47bb-0310-9956-ffa450edef68 |
3938ed76 | 10-Aug-2018 |
Matthias Seidel |
Cleaned up resource file for edit header/footer dialog. Removed entries for MASKCOLOR. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1837835 13f79535-47bb-0310-9956-
Cleaned up resource file for edit header/footer dialog. Removed entries for MASKCOLOR. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1837835 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
870262e3 | 02-May-2018 |
Don Lewis |
Don't use !this as an alias for a constant that evaluates to false in unconditional asserts. The former requires code to evaluate the condition at runtime and also causes warnings from clang
Don't use !this as an alias for a constant that evaluates to false in unconditional asserts. The former requires code to evaluate the condition at runtime and also causes warnings from clang. While here, translate the associated assert messages. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830735 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d1a87fe8 | 22-Apr-2018 |
Matthias Seidel |
Fixed typos, removed whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829759 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415 |
|
6ded66c8 | 17-Jan-2018 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1821336 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO414, AOO413 |
|
a479921a | 16-Jan-2017 |
damjan |
Fix symbol visibility problems with main/sc modules. SC_DLLIMPLEMENTATION must only be defined for sc itself, not for scui or scfilt, as that stops them from importing sc's symbols.
Fix symbol visibility problems with main/sc modules. SC_DLLIMPLEMENTATION must only be defined for sc itself, not for scui or scfilt, as that stops them from importing sc's symbols. Should fix building main/sc on Windows. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778961 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2037a4a1 | 15-Jan-2017 |
damjan |
Fix some initial main/sc build issues on Windows caused by the port to gbuild. Note that it still doesn't build on Windows. Work is ongoing. Patch by: me git-
Fix some initial main/sc build issues on Windows caused by the port to gbuild. Note that it still doesn't build on Windows. Work is ongoing. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778926 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b77af630 | 15-Jan-2017 |
damjan |
Port main/sc to gbuild. Also add the ability to add extra image directories to resources, which is needed by main/sc. Patch by: me git-svn-id: https://svn.apache.org/re
Port main/sc to gbuild. Also add the ability to add extra image directories to resources, which is needed by main/sc. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778876 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5f22f2ef | 01-Sep-2016 |
truckman |
Fix by far the largest source of -Wtautological-undefined-compare compile warnings. The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx contains two inline methods that t
Fix by far the largest source of -Wtautological-undefined-compare compile warnings. The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx contains two inline methods that take a reference argument and perform an &rArg == NULL test on it. The compiler warns that this condition should always be false because dereferencing a NULL pointer to generate a reference is not valid in C++ and a valid reference will never be at address 0. Warnings are generated every time this header is included in a .cxx file. It turns out that there are no callers for the IsGluePoint() method, so just comment out its definition. It also turns out that all the callers of IsPointMarked() pass it a dereferenced pointer, so convert IsPointMarked() to take a pointer argument and modify all the callers to pass a pointer without dereferencing it first. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758862 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 ...
|
a940b7f5 | 06-Dec-2015 |
asf-sync-process |
#i126701# Patch for adding bit shift functions to calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn
#i126701# Patch for adding bit shift functions to calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1718196 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0f94c4d7 | 22-Nov-2015 |
Damjan Jovanovic |
#i126668# Addition of Bitwise Arithmetic Operations (BITAND, BITOR and BITXOR) in calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me
#i126668# Addition of Bitwise Arithmetic Operations (BITAND, BITOR and BITXOR) in calc Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1715605 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
Revision tags: AOO412, SNAPSHOT |
|
9ecfe28e | 06-Oct-2015 |
Andrea Pescetti |
#i126572# Use correct priority when updating links. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707169 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO411 |
|
dfadc01f | 12-Sep-2015 |
Damjan Jovanovic |
#i126516# Document the return values for the TYPE() formula function in the online help too. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1702604 13f79535-47bb-031
#i126516# Document the return values for the TYPE() formula function in the online help too. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1702604 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c64f2bbd | 06-Sep-2015 |
Pedro Giffuni |
Clean up all of typos that cause header guard warnings when building the OpenOffice source with clang. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/as
Clean up all of typos that cause header guard warnings when building the OpenOffice source with clang. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701535 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|