3c714140 | 20-Jun-2014 |
Armin Le Grand |
i121410 Secured usage of pTextGroup git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1604147 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. 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 r* - z*. 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@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410 |
|
728936de | 22-Apr-2014 |
Armin Le Grand |
i63399 add to clipboard as URL only when no fill and no line style, just a simple URL git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1589094 13f79535-47bb-0310-9956-ffa450edef
i63399 add to clipboard as URL only when no fill and no line style, just a simple URL git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1589094 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0bfedac2 | 19-Mar-2014 |
Armin Le Grand |
Resync/update with trunk as preparation to integration git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1579184 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO410_Beta |
|
2fb14843 | 07-Mar-2014 |
Herbert Dürr |
#i123770# obsolete and remove the emulation of hash_map's data_type typedef and fix its former usages by utilizing the standard compliant mapped_type typedef instead git-sv
#i123770# obsolete and remove the emulation of hash_map's data_type typedef and fix its former usages by utilizing the standard compliant mapped_type typedef instead git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575260 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
57d1e499 | 28-Feb-2014 |
Armin Le Grand |
i57936 Added refresh to update LayerTabBar when attributes like Layer visibility were set git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1573062 13f79535-47bb-0310-9956-ffa450
i57936 Added refresh to update LayerTabBar when attributes like Layer visibility were set git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1573062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2d19362e | 28-Feb-2014 |
Armin Le Grand |
i87182 secured usage of LayerTabBar in Draw application, ensured initialization when used as OLE git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1572807 13f79535-47bb-0310-9956
i87182 secured usage of LayerTabBar in Draw application, ensured initialization when used as OLE git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1572807 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4799f5ba | 21-Feb-2014 |
Andre Fischer |
123197: Fixed selection problems when switching between normal and master mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570539 13f79535-47bb-0310-9956-ffa450edef68 |
328f8447 | 17-Feb-2014 |
Armin Le Grand |
i123468 Added SdrEndTextEdit before replacing EmptyPresObj, also secured ReplaceObjectAtView to check for active TextEdit, assert this and make an emergency correction git-svn-id: https://sv
i123468 Added SdrEndTextEdit before replacing EmptyPresObj, also secured ReplaceObjectAtView to check for active TextEdit, assert this and make an emergency correction git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1569029 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
dc72cefd | 15-Feb-2014 |
Armin Le Grand |
i42894 added support for <presentation:animations> at import and creation git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1568575 13f79535-47bb-0310-9956-ffa450edef68 |
52f1c2ee | 07-Feb-2014 |
Armin Le Grand |
i123922 Refactored D&D and insert picture from file in all apps for all object types to work the same git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565510 13f79535-47bb-0310
i123922 Refactored D&D and insert picture from file in all apps for all object types to work the same git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565510 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a206ee71 | 29-Jan-2014 |
Armin Le Grand |
i124085 disabled CF_DIBV5 (no advantages but some problems), increased png support git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562493 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|
0ca1f900 | 21-Jan-2014 |
Herbert Dürr |
#i123817# boost::shared_ptr doesn't have an implicit conversion to bool Constructs that expect it fail at least in XCode4's clang in C++11 mode. An implicit conversion from pointer to bo
#i123817# boost::shared_ptr doesn't have an implicit conversion to bool Constructs that expect it fail at least in XCode4's clang in C++11 mode. An implicit conversion from pointer to bool is already suspicious enough and a shared_ptr->pointer->bool conversion is even worse. Cleaning up the code fixes the build breaker seen in boost/libc++/clang environments. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560020 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 |
8f2ae1af | 20-Jan-2014 |
Tsutomu Uchino |
#i122221# fix slide selected in Slide Pane with Page Up The comment in the removed part says to call SelectPage to make the slide visible. But the following NotifyCurrentSlideChange meth
#i122221# fix slide selected in Slide Pane with Page Up The comment in the removed part says to call SelectPage to make the slide visible. But the following NotifyCurrentSlideChange method calls SelectPage for the page makes it visible if the pane is not updated yet. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559671 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7ea7a1cc | 19-Jan-2014 |
Tsutomu Uchino |
#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitText on metric fields git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559496 13f79535-47bb-0310-9956-
#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitText on metric fields git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559496 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ae2dc0fa | 18-Jan-2014 |
Tsutomu Uchino |
#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559
#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559327 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7d60b598 | 10-Jan-2014 |
Tsutomu Uchino |
#i97129# fix hidden slide shown when going back to previous slide from finish screen git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1557152 13f79535-47bb-0310-9956-ffa450edef68 |
64b14621 | 07-Jan-2014 |
Armin Le Grand |
Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47
Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 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 |
84e214b4 | 20-Dec-2013 |
Jürgen Schmidt |
#123783# apply patch to correct type of ActiveLayer property Patch By: hanya Review By: jsc git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552660 13f79535-4
#123783# apply patch to correct type of ActiveLayer property Patch By: hanya Review By: jsc git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552660 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
28267db9 | 05-Dec-2013 |
Jürgen Schmidt |
#123789# ppt import, if sub address is no document internal link, take it as it is git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1548034 13f79535-47bb-0310-9956-ffa450edef68 |
3ea0c3d5 | 29-Nov-2013 |
Herbert Dürr |
#i123768# remove pre-IA2 code remains that has been commented out The pre-IA2 code is available in the repository and the commented out code made the methods less readable.
#i123768# remove pre-IA2 code remains that has been commented out The pre-IA2 code is available in the repository and the commented out code made the methods less readable. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546553 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|