e9234b8f | 27-Jul-2024 |
mseidel |
Clean up resource files |
Revision tags: AOO420-Dev5-m5 |
|
3f92111a | 11-Nov-2023 |
Arrigo Marchiori |
Allow all links in online help documents |
a9bc0cf5 | 18-May-2023 |
mseidel |
Corrected typos (be be) |
Revision tags: AOO4115-GA |
|
a72d41dc | 20-Jan-2023 |
Damjan Jovanovic |
Allow us to build against the C++14 standard, while not breaking compatibility with C++98. Clang 13 and 15 on FreeBSD can successfully compile OpenOffice when "-std=c++14" is set in
Allow us to build against the C++14 standard, while not breaking compatibility with C++98. Clang 13 and 15 on FreeBSD can successfully compile OpenOffice when "-std=c++14" is set in gbuild and dmake, and Clang 15 can still compile it with these changes and "-std=gnu++98". Most of the changes involved fixing bad code, eg. NULL being implicitly converted to sal_False, NULL being converted to typed pointers using reinterpet_cast instead of static_cast, and integer conversions to shorter integers. Note that this does not change the currently targeted C++ standard on Linux and FreeBSD, which remains gnu++98. Patch by: me
show more ...
|
Revision tags: AOO4114-GA, AOO420-Dev4-m4 |
|
ae40ccb0 | 03-Nov-2022 |
mseidel |
Cleanup resource file, small string change |
Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA |
|
9cd2463e | 21-Aug-2021 |
mseidel |
Cleaned up resource files |
Revision tags: AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
8f79cfd8 | 11-Oct-2020 |
mseidel |
Fixed typos (acces -> access) and some more |
Revision tags: 420-Dev2-m2 |
|
b940e417 | 25-Nov-2019 |
mseidel |
Icons were changed to PNG long ago |
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
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 ...
|
Revision tags: AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411 |
|
737f4475 | 31-Jan-2015 |
Tsutomu Uchino |
#i53718# add support of paper size for label document git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1656211 13f79535-47bb-0310-9956-ffa450edef68 |
baef7ff7 | 26-Jun-2014 |
Oliver-Rainer Wittmann |
124914: Writer - reset certain language dependent pool defaults before importing a document via <SfxObjectShell::ImportFrom(..)> (used for OOXML *.docx import) git-svn-id: https://
124914: Writer - reset certain language dependent pool defaults before importing a document via <SfxObjectShell::ImportFrom(..)> (used for OOXML *.docx import) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1605689 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
26ea3662 | 05-Jun-2014 |
Armin Le Grand |
i124638 Corrected relationship between DrawModel and DocShell in Writer, made SwDrawModel and handling more known git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600568 13f795
i124638 Corrected relationship between DrawModel and DocShell in Writer, made SwDrawModel and handling more known git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600568 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
56b35d86 | 02-Jun-2014 |
Armin Le Grand |
i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes
i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599233 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410 |
|
3f09c2ce | 20-Mar-2014 |
Jürgen Schmidt |
fix build breaker, missing includes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579680 13f79535-47bb-0310-9956-ffa450edef68 |
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
|
34760e49 | 18-Mar-2014 |
Oliver-Rainer Wittmann |
124371: When changing the numbering or bullet styling of a set of paragraph which have more than one different List Style applied create a new List Style and put the paragraphs into a new
124371: When changing the numbering or bullet styling of a set of paragraph which have more than one different List Style applied create a new List Style and put the paragraphs into a new list. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1578923 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410_Beta |
|
8ef2f12b | 17-Feb-2014 |
Oliver-Rainer Wittmann |
124096: avoid unlock of dispatcher by recursive Lock-Unlock-pattern git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1569052 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
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 ...
|
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 |
69a74367 | 18-Nov-2013 |
Oliver-Rainer Wittmann |
33737: enable in-place editing of Input Fields git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1542986 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
|
25cebbc8 | 20-Aug-2013 |
Oliver-Rainer Wittmann |
122868: PDF export - assure that rendering data are cleaned up by calling corresponding method in <SwDocShell::SaveCompleted(..)> This changes the fix for issue 121125 which triggers 1228
122868: PDF export - assure that rendering data are cleaned up by calling corresponding method in <SwDocShell::SaveCompleted(..)> This changes the fix for issue 121125 which triggers 122868 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1515749 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO400 |
|
ad54a8fd | 07-Jun-2013 |
Armin Le Grand |
i121125 Secured release of remembered data (ViewShell) in PDFExport when nothing gets exported (no call to render implementaion in Writer) git-svn-id: https://svn.apache.org/repos/asf/openof
i121125 Secured release of remembered data (ViewShell) in PDFExport when nothing gets exported (no call to render implementaion in Writer) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1490593 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3ce09a58 | 18-May-2013 |
Steve Yin |
Merged with the trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1484083 13f79535-47bb-0310-9956-ffa450edef68
|