Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414 |
|
441693eb | 09-Nov-2017 |
Damjan Jovanovic |
#127044# - Defects in the code Commit fixes for sub-issues 1, 2, 5, 9 and 10. Found by: AppChecker <appchecker at cnpo.ru> Patch by: me git-svn-id: https://svn.apache.o
#127044# - Defects in the code Commit fixes for sub-issues 1, 2, 5, 9 and 10. Found by: AppChecker <appchecker at cnpo.ru> Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814705 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit f1d3244ef953db9afc1728bb7d37a8d1a9c2d8bc)
show more ...
|
Revision tags: AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta |
|
81d0948d | 28-Jan-2014 |
Herbert Dürr |
#i123228# ParagraphData symbols shouldn't be required for outlobj.hxx users Avoid the ParagraphDataVector default constructor in the editeng/outlobj.hxx header. ParagraphData symbols are
#i123228# ParagraphData symbols shouldn't be required for outlobj.hxx users Avoid the ParagraphDataVector default constructor in the editeng/outlobj.hxx header. ParagraphData symbols are not DLLPUBLIC so they are not available outside of editeng. When inlining is disabled (e.g. for debugging) this may break the build as observed when building svx in debug mode on Solaris. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562109 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 ...
|
fd080abb | 10-Dec-2013 |
Steve Yin |
Bug 123620 - [ia2] IAccessibleHypertext::hyperlinkIndex returns 0 when editing a cell/object where there is no link git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1549778 13f7
Bug 123620 - [ia2] IAccessibleHypertext::hyperlinkIndex returns 0 when editing a cell/object where there is no link git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1549778 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ce15f79d | 29-Nov-2013 |
Herbert Dürr |
#i123773# fix ambiguity between string concatenation and C++ user-defined literals C++11 conformant compilers such as clang rejects string concatenations that are ambigous with the C++11
#i123773# fix ambiguity between string concatenation and C++ user-defined literals C++11 conformant compilers such as clang rejects string concatenations that are ambigous with the C++11 feature "user-defined literals" (N2378) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546572 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
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 |
90386390 | 28-Nov-2013 |
Herbert Dürr |
#i123768# minor whitespace fixes needed after comment-removal git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546359 13f79535-47bb-0310-9956-ffa450edef68 |
4d7c9de0 | 28-Nov-2013 |
Herbert Dürr |
#i123768# [ia2] remove pseudo-automatic noisy comments git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546355 13f79535-47bb-0310-9956-ffa450edef68 |
ca4a1848 | 22-Nov-2013 |
Pavel Janík |
WaE: Reorder initializations to prevent compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1544479 13f79535-47bb-0310-9956-ffa450edef68 |
a16d9e18 | 22-Nov-2013 |
Pavel Janík |
WaE: unname unused variable to prevent compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1544475 13f79535-47bb-0310-9956-ffa450edef68 |
b597708b | 18-Nov-2013 |
Herbert Dürr |
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/op
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543067 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d3553c6b | 15-Nov-2013 |
Herbert Dürr |
#i107914# adjust license headers to the ALv2 as intended by IBM's symphony contribution and the individual ICLAs of the developers Found by: V Stuart Foote <VStuart.Foote@utsa.e
#i107914# adjust license headers to the ALv2 as intended by IBM's symphony contribution and the individual ICLAs of the developers Found by: V Stuart Foote <VStuart.Foote@utsa.edu> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1542312 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b98ff797 | 15-Nov-2013 |
Herbert Dürr |
#i107914# fix another build breaker on 64bit platforms git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1542243 13f79535-47bb-0310-9956-ffa450edef68 |
8e8ee8fe | 29-Sep-2013 |
Steve Yin |
Fix build errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1527279 13f79535-47bb-0310-9956-ffa450edef68
|
0deba7fb | 27-Sep-2013 |
Steve Yin |
AOO IA2 enabled draft version 1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1526782 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401 |
|
d3e0dd8e | 02-Sep-2013 |
Steve Yin |
Merged with the trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1519381 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO400 |
|
01300968 | 23-Jun-2013 |
Armin Le Grand |
i120020 corected paragraph merge, corresponding undo and ownership of linked undo actions git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1495808 13f79535-47bb-0310-9956-ffa450
i120020 corected paragraph merge, corresponding undo and ownership of linked undo actions git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1495808 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2e2269f7 | 31-May-2013 |
Jürgen Schmidt |
#122356# rename toolkit lib due to conflicts on MacOS, it's a workaround for conflicts with sqlite..., will be probably solved with dropping mozilla libs git-svn-id: https://svn.apache.org/r
#122356# rename toolkit lib due to conflicts on MacOS, it's a workaround for conflicts with sqlite..., will be probably solved with dropping mozilla libs git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1488119 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0bbd9100 | 29-May-2013 |
Armin Le Grand |
added missing include git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1487454 13f79535-47bb-0310-9956-ffa450edef68 |
af89ca6e | 29-May-2013 |
Oliver-Rainer Wittmann |
122096: - <OutlinerView::ToggleBullets()> - apply default bullet numbering rule on toggle on, if the current numbering r ule is not a bullet numbering rule. - improve application defa
122096: - <OutlinerView::ToggleBullets()> - apply default bullet numbering rule on toggle on, if the current numbering r ule is not a bullet numbering rule. - improve application default bullet numbering rule by add corresponding spacing to the first list level - refactoring of code introduced for paragraph property panel to handle toggle and set of bullets and numbering git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1487394 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
99c39913 | 28-Apr-2013 |
Steve Yin |
Removed the unused headers in editeng/source/accessibility/AccessibleEditableTextPara.cxx and reversed editeng/prj/build.lst. From Ariel Constenla-Haile <arielch@apache.org>. g
Removed the unused headers in editeng/source/accessibility/AccessibleEditableTextPara.cxx and reversed editeng/prj/build.lst. From Ariel Constenla-Haile <arielch@apache.org>. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1476794 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
515fc489 | 28-Apr-2013 |
Steve Yin |
Fix a build dependency issue in editeng git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1476721 13f79535-47bb-0310-9956-ffa450edef68 |
ca62e2c2 | 23-Apr-2013 |
Steve Yin |
IA2 for SW. Draft version 1. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1470868 13f79535-47bb-0310-9956-ffa450edef68
|
46d2a04e | 18-Apr-2013 |
Herbert Dürr |
WaE: fix implicit conversions from boolean false to the NULL pointer git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469301 13f79535-47bb-0310-9956-ffa450edef68 |