abfbd45a | 11-Jun-2024 |
John Bampton |
Fix spelling (#217) Thanks! Also corrected some Windows CRLF. |
Revision tags: AOO420-Dev5-m5 |
|
f6675432 | 03-Oct-2023 |
mseidel |
Fixed typos, fixed mixed indentation, removerd whitespace |
ce48dd1f | 18-Sep-2023 |
mseidel |
Maintenance cleanup |
95e2fe77 | 22-May-2023 |
mseidel |
Fixed typos (unknown) and some other, removed whitespace |
8c733e3e | 26-Feb-2023 |
mseidel |
Using vim modeline, cleanup |
Revision tags: AOO4115-GA |
|
d5edfd09 | 12-Feb-2023 |
DamjanJovanovic |
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs Update EditEngine code to use 32 bit paragraph storage
|
91125485 | 28-Jan-2023 |
Arrigo Marchiori |
Add a "referer" property to SfxObjectShell::CallXScript() and trust macros explicitly requested by the user |
Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA |
|
36a46462 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of SetParaAttribs() to take a 32 bit paragraph index. Patch by: me |
c2eaa082 | 01-Jan-2023 |
Damjan Jovanovic |
Preliminary attempt to convert all instances of GetParagraphCount() to return a sal_uInt32 or sal_uLong, and fix any related problems in all their callers. Patch by: me |
272eca8e | 09-Dec-2022 |
Arrigo Marchiori |
Detect some endless loops |
96eff784 | 11-Aug-2022 |
mseidel |
Fixed Powerpoint -> PowerPoint |
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
ae974647 | 17-Aug-2018 |
Don Lewis |
When importing a Microsoft Office Drawing Binary File Format data stream, ignore properties with the bComplex flag set indicating they have data external to the property record if the indicat
When importing a Microsoft Office Drawing Binary File Format data stream, ignore properties with the bComplex flag set indicating they have data external to the property record if the indicated size of the data is larger than will fit in the containing property table record. DffPropSet::GetPropertyString() should return an empty string if the bComplex flag is not set since there is no data to return. Bail out of the loop that processes the array of properties early if we hit the end of the property table record. Limit the length of the property table record to the remaining size of the stream. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838292 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
49ac0a79 | 17-Aug-2018 |
Don Lewis |
Ignore the SP_FGROUP flag on shape records. Instead assume that the first shape in a shape group is the group shape. Add a new flag parameter to SvxMSDffManager::ImportShape() to indicate t
Ignore the SP_FGROUP flag on shape records. Instead assume that the first shape in a shape group is the group shape. Add a new flag parameter to SvxMSDffManager::ImportShape() to indicate the whether or not this is a group shape based on the calling context. Call SvxMSDffManager::ImportShape() directly from SvxMSDffManager::ImportGroup() instead of indirectly via SvxMSDffManager::ImportObj() to facilitate passing the context information. Don't call SvxMSDffManager::ProcessObj() from SvxMSDffManager::ImportShape() when processing a group shape. SvxMSDffManager::ImportObj() expects SvxMSDffManager::ImportShape() to return a pointer to an SdrObjGroup object in this case, and SvxMSDffManager::ProcessObj() may replace the SdrObjGroup object with some other type of shape object. Change some C-style SdrObjGroup* casts to dynamic_cast so that incorrect casts will create a NULL pointer and fail quickly rather than executing methods on an object of the wrong type and doing something possibly undefined. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838291 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
|
eab2447c | 16-Aug-2017 |
Jim Jagielski |
Align w/ AOO414 on these fixes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805237 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: 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, AOO412, SNAPSHOT, AOO411 |
|
7c24b34b | 07-Oct-2014 |
Armin Le Grand |
i125476 Reverted i125187 but kept comments for the case someone else is about to do the same fix git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1629890 13f79535-47bb-0310-9956
i125476 Reverted i125187 but kept comments for the case someone else is about to do the same fix git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1629890 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b527dbdb | 01-Jul-2014 |
Armin Le Grand |
i125187 more precision at ppt import where the BLIP graphic is located git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1607057 13f79535-47bb-0310-9956-ffa450edef68 |
07a3d7f1 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories a* - g*. 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 a* - g*. 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@1591058 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410 |
|
68e1febd | 16-Apr-2014 |
Steve Yin |
Issue 124661 - crash when loading and re-saving attached ppt file with a single customshape git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1587823 13f79535-47bb-0310-9956-ffa4
Issue 124661 - crash when loading and re-saving attached ppt file with a single customshape git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1587823 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
662ac9b6 | 15-Apr-2014 |
Steve Yin |
Issue 124661 - crash when loading and re-saving attached ppt file with a single customshape check the equation array element number. If the number is greater than 128, the equation array wil
Issue 124661 - crash when loading and re-saving attached ppt file with a single customshape check the equation array element number. If the number is greater than 128, the equation array will not be imported. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1587496 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
624cfa29 | 11-Apr-2014 |
Armin Le Grand |
i124661 secure possible out of bound access to stl vector content git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1586681 13f79535-47bb-0310-9956-ffa450edef68 |
2cc834b4 | 26-Mar-2014 |
Armin Le Grand |
i124477 set object shadow always at PPT import, it may be applied to object text git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1581802 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO410_Beta |
|
72583341 | 27-Feb-2014 |
Armin Le Grand |
i15508 Added support for BMP file type git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1572569 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 |