cbd87ab0 | 01-Apr-2024 |
John Bampton |
Fix spelling in comments (#209) (cherry picked from commit cdfa2a0e248945df34d583b6091f49e81274c41e) |
bc85a3a9 | 11-Feb-2024 |
Matthias Seidel |
Remove code for unused bmpmaker (#201) * Remove code for unused bmpmaker See: https://bz.apache.org/ooo/show_bug.cgi?id=83198 * Additional files (cherry picked
Remove code for unused bmpmaker (#201) * Remove code for unused bmpmaker See: https://bz.apache.org/ooo/show_bug.cgi?id=83198 * Additional files (cherry picked from commit 3dbda129d98d0422e037d1c39901d27727596592)
show more ...
|
8a106958 | 10-Feb-2024 |
Damjan Jovanovic |
Merge main/cosv and main/udm into main/autodoc. main/autodoc depends on main/cosv and main/udm. main/udm depends on main/cosv. No other module depends on main/cosv or main/udm. T
Merge main/cosv and main/udm into main/autodoc. main/autodoc depends on main/cosv and main/udm. main/udm depends on main/cosv. No other module depends on main/cosv or main/udm. The only deliverable from main/autodoc is the autodoc executable - there are no libraries, and all headers remain private and undelivered. We might even be able to use some third-party documentation generator instead of autodoc, perhaps Doxygen. Whether we should go that way is debatable, but there is no point in littering main/ with 2 modules and littering solver/ with many headers and 2 static libraries just so autodoc can consume them. Rather make their code internal to autodoc. Patch by: me (cherry picked from commit 11c03c6d381fea19f0fea13ae5a371ba50bad241)
show more ...
|
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
0c423017 | 03-Sep-2022 |
mseidel |
Fixed localisation -> localization (cherry picked from commit c7b6c371d10a230aaee67b371284bbe6ba39f535) |
Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
d92770c0 | 06-Oct-2020 |
mseidel |
Fixed typos (beeing -> being) and some more (cherry picked from commit 2df387e6904e94f6cff3cb41c0152fdd0b8cf63c) |
6d53c851 | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more (cherry picked from commit 56b8eddca8dfa483d4f8ff0d4ce385505d8407b6) |
e9faf1d9 | 18-Aug-2020 |
mseidel |
Fixed typos (Normaly -> Normally) and some more (cherry picked from commit 2e3a1b6e4abf6df35dae2c3095e845de0304e209) |
fb0b81f5 | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more (cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899) |
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416 |
|
4b6fd873 | 10-Nov-2018 |
Matthias Seidel |
Removed strings for de, cs and sk, cleanup git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1846316 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416-RC1 |
|
a8f4084d | 31-May-2018 |
Matthias Seidel |
Fixed typos: contructor -> constructor convinient -> convenient git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1832633 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415 |
|
5e0f18e3 | 05-Feb-2018 |
Don Lewis |
A number of methods in main/toolkit/source/layout/vcl/* use either "!this" or "this" in a boolean context in order to detect being called with a null object and exit early. In a valid C++ pr
A number of methods in main/toolkit/source/layout/vcl/* use either "!this" or "this" in a boolean context in order to detect being called with a null object and exit early. In a valid C++ program "this" will never be null, so a compiler could legally optimize out this comparision, which could potentially result in the method dereferencing a null pointer later in the code. This situation could only happen if the caller is using a null object pointer to call the method or is using a object ref to call the method that was generated by dereferencing a null pointer, neither of which is valid. Resolve this by moving the checks out of the method and into the caller. Make this easier by changing the getImpl() method to return the private *Impl pointer directly instead of deferencing the pointer and returning a ref. The latter is invalid if the pointer is null. This allows GetImpl() to be called in a boolean contect to peform the check. It also allows a number of instances of "&getImpl()" calls in a boolean context to be fixed by changing them to "getImpl()". The address of a ref will never be zero in a valid C++ program, so the compiler could potentially optimize out those checks. There does not appear to be any need for Control and ComboBox to use customized versions of GetImpl() since these appear to behave identically to the versions generated by the canned macro, so switch them back to the macro version. This commit should result in no functional changes. It seems like all of these checks for a null implementation should not be necessary, but that requires further investigation. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1823225 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: 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 |
|
a2e6ca42 | 16-Mar-2016 |
pfg |
writerperfect is no more. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1735186 13f79535-47bb-0310-9956-ffa450edef68 |
7c12a172 | 12-Feb-2016 |
Pedro Giffuni |
i126369 - Finish off hwpfilter The Hangul Word Processor filter was disabled from OpenOffice in r1677190 due to security concerns. While some extra buffer controls could have been m
i126369 - Finish off hwpfilter The Hangul Word Processor filter was disabled from OpenOffice in r1677190 due to security concerns. While some extra buffer controls could have been made and the filter restored, the truth is a much bigger effort is required to catch up with this format. Files created with later editions of Hangul, including Hangul Wordian, Hangul 2002, Hangul 2005 and Hangul 2007 cannot be opened with the existing filter. Existing users can apparently download a free viewer and convert their document to RTF or doc. Drop completely the code. while here also drop remnants of wpd support that we dropped since 3.4.1. Having less code is sometimes better. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1730107 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
874957b9 | 26-Jan-2015 |
Tsutomu Uchino |
#i98734# store and load ScaleMode property of image control on dialogs Suggested by: Frank Schönheit <frank.schoenheit@gmx.de> git-svn-id: https://svn.apache.org/repos/asf/openoffic
#i98734# store and load ScaleMode property of image control on dialogs Suggested by: Frank Schönheit <frank.schoenheit@gmx.de> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1654744 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c3ef676a | 16-May-2014 |
Tsutomu Uchino |
#i98216# extract boolean value for AutoFill value of ComboBox model git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595141 13f79535-47bb-0310-9956-ffa450edef68 |
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, AOO410_Beta |
|
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 |
33b461d6 | 03-Jan-2014 |
Herbert Dürr |
#i123963# remove type ambiguity in toolkit's VCLXDevice git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555077 13f79535-47bb-0310-9956-ffa450edef68 |
030daa25 | 20-Dec-2013 |
Jürgen Schmidt |
#120358# apply patch to support properties from tab model Patch By: hanya Review By: jsc git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552621 13f79535-47bb
#120358# apply patch to support properties from tab model Patch By: hanya Review By: jsc git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552621 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bde8a4bd | 02-Dec-2013 |
Herbert Dürr |
#i123795# variable names should not confuse vcl Window and cocoa NSWindow types VCL's Window type and Cocoa's NSWindow type are quite different. Naming variables as if they were the same
#i123795# variable names should not confuse vcl Window and cocoa NSWindow types VCL's Window type and Cocoa's NSWindow type are quite different. Naming variables as if they were the same introduces gratuitous complexity especially when debugging stacks where both types are used. The names of NSView type variables have been adjusted too. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1547078 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 |
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 |
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 |
|
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 ...
|