76f1aba9 | 27-Dec-2019 |
mseidel |
Cleaned up resource file, removed MASKCOLOR (cherry picked from commit 3b8463111255f4c1df145e3a753fba91ee453b18) |
dc54fd29 | 22-Nov-2019 |
mseidel |
Icons were changed to PNG long ago (cherry picked from commit c2fa47f5ddba183852db645d43f53c529b09eec6) |
Revision tags: AOO417 |
|
d475f55d | 05-Jun-2019 |
Matthias Seidel |
Merged r1860664 from trunk Cleaned up whitespace, removed maskcolor git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1860665 13f79535-47bb-0310-9956-ffa450ede
Merged r1860664 from trunk Cleaned up whitespace, removed maskcolor git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1860665 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
32bb7231 | 30-Jan-2015 |
Tsutomu Uchino |
#i105692# rearrange the order of the controls and fix name of type git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1656067 13f79535-47bb-0310-9956-ffa450edef68 |
b7caab40 | 27-Jan-2015 |
Tsutomu Uchino |
#i85241# store settings about value highlighting in document git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1655033 13f79535-47bb-0310-9956-ffa450edef68 |
69c4a2ec | 15-Jan-2015 |
Tsutomu Uchino |
#i117843# avoid shrinking the range from external file until the matrix supports gap from the original range git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1652207 13f79535-47
#i117843# avoid shrinking the range from external file until the matrix supports gap from the original range git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1652207 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4d40bd34 | 15-May-2014 |
Herbert Dürr |
#i124422# fix implicit conversions to pointer from bool/int32 implicit conversions from bool or int32 to pointer types are not a good idea and clang>=3.4 or xcode>=5.1 now report errors
#i124422# fix implicit conversions to pointer from bool/int32 implicit conversions from bool or int32 to pointer types are not a good idea and clang>=3.4 or xcode>=5.1 now report errors for such code. The errors break the build and so they have to be fixed. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1594864 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|