870c3792 | 17-Jul-2024 |
mseidel |
Fixed typo (completly -> completely) and many more |
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA |
|
aa9633e7 | 09-Sep-2021 |
mseidel |
Fixed mixed style (space/tabs) in indentation |
Revision tags: AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
7950f2af | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more |
Revision tags: 420-Dev2-m2 |
|
82cd276c | 05-Feb-2020 |
mseidel |
Cleaned up resource files |
Revision tags: AOO417 |
|
74cbd1f1 | 08-Jun-2019 |
Matthias Seidel |
Fixed typos (wether -> whether) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
bccc1572 | 01-May-2018 |
Don Lewis |
Fix the easy cast-related errors reported by clang 6 in its default C++14 mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830706 13f79535-47bb-0310-9956-ff
Fix the easy cast-related errors reported by clang 6 in its default C++14 mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830706 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415, AOO414, AOO413 |
|
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 |
|
f813b59a | 20-Mar-2016 |
truckman |
Revert r1735544 and add -DBOOST_SYSTEM_NO_DEPRECATED to CFLAGS in the makefile that actually has fixes the build problem with modern boost. git-svn-id: https://svn.apache.org/re
Revert r1735544 and add -DBOOST_SYSTEM_NO_DEPRECATED to CFLAGS in the makefile that actually has fixes the build problem with modern boost. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1735889 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
54732852 | 18-Mar-2016 |
truckman |
Add -DBOOST_SYSTEM_NO_DEPRECATED to CFLAGS to avoid the need to link with pdfimport plugin -lboost_system when building with recent versions of boost. Suggested by: Jung-uk Kim <jkim
Add -DBOOST_SYSTEM_NO_DEPRECATED to CFLAGS to avoid the need to link with pdfimport plugin -lboost_system when building with recent versions of boost. Suggested by: Jung-uk Kim <jkim@FreeBSD.org> (in another context) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1735544 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0880834b | 06-Dec-2015 |
Pedro Giffuni |
Unnecessary semicolon git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1718204 13f79535-47bb-0310-9956-ffa450edef68 |
eae166cc | 02-Dec-2015 |
Pedro Giffuni |
Hint some opssible optimization to the compiler git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1717676 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO412 |
|
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 ...
|
Revision tags: SNAPSHOT |
|
79f019e6 | 12-Oct-2015 |
Damjan Jovanovic |
Fix building with --enable-pdfimport on FreeBSD. Found-by: Don Lewis Patch-by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1708179 13f79535
Fix building with --enable-pdfimport on FreeBSD. Found-by: Don Lewis Patch-by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1708179 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
74e62aed | 04-Oct-2015 |
Damjan Jovanovic |
Get --with-pdfimport to compile and link, given the API breaking changes made in poppler's commits 664865a2ddca9c20ac36a41aef52ebf12eab838d and c0affb1845c339f89ca67608cb9fd9134ff902f5 in 201
Get --with-pdfimport to compile and link, given the API breaking changes made in poppler's commits 664865a2ddca9c20ac36a41aef52ebf12eab838d and c0affb1845c339f89ca67608cb9fd9134ff902f5 in 2011. Also ports unit tests from cppunit to Google Test, but they all fail due to UNO bootstrapping errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1706702 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO411 |
|
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 ...
|
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 |
|
5e59ad6c | 10-Apr-2014 |
Ariel Constenla-Haile |
Use high-contrast image git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1586339 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO410_Beta |
|
1f882ec4 | 29-Oct-2013 |
Armin Le Grand |
i123433 Detect pseudo-vertices at svg import, unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute
i123433 Detect pseudo-vertices at svg import, unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1536730 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400 |
|
0d9b0956 | 15-Jul-2013 |
Herbert Dürr |
#i122745# update repository location of removed test files git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1503149 13f79535-47bb-0310-9956-ffa450edef68 |
7b1fc8d2 | 15-Jul-2013 |
Herbert Dürr |
#i122745# remove unneeded and wasteful PDF import test files git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1503144 13f79535-47bb-0310-9956-ffa450edef68 |
fb9073b6 | 20-May-2013 |
Yuri Dario |
i118923 - OS/2 port: use short names for dynamic libraries. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1484394 13f79535-47bb-0310-9956-ffa450edef68 |
fda69661 | 08-May-2013 |
Herbert Dürr |
#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations In stlport<=4 the functors hash and equal_to had specializions for conveniently handlin
#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations In stlport<=4 the functors hash and equal_to had specializions for conveniently handling c-strings. For consistency reasons this specialization was not included in the TR1 report and the C++11 standard. The two new helper functors are drop-in replacements for the old specializations. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1480318 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b6c7ad46 | 24-Apr-2013 |
Ariel Constenla-Haile |
i121872 - Small fixes to Presentation Minimizer Online Help git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1471628 13f79535-47bb-0310-9956-ffa450edef68 |
2da1a64c | 24-Apr-2013 |
Ariel Constenla-Haile |
i121873 - Add option to disable starting the Presenter Screen together with the presentation git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1471627 13f79535-47bb-0310-9956-ffa
i121873 - Add option to disable starting the Presenter Screen together with the presentation git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1471627 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|