History log of /aoo42x/main/filter/source/msfilter/ (Results 1 - 25 of 110)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4e167d9c11-Jun-2024 John Bampton

Fix spelling (#217)

Thanks!
Also corrected some Windows CRLF.

(cherry picked from commit abfbd45ab9c232a6256d927aa27fe09a250de2cc)

Revision tags: AOO420-Dev5-m5
1784980f03-Oct-2023 mseidel

Fixed typos, fixed mixed indentation, removerd whitespace

(cherry picked from commit f667543289ac266f8a98fbe20467995f22658975)

facfa76918-Sep-2023 mseidel

Maintenance cleanup

(cherry picked from commit ce48dd1f26396c7ab9fed48d2df6a6b2bfcf6e06)

5db5960c22-May-2023 mseidel

Fixed typos (unknown) and some other, removed whitespace

(cherry picked from commit 95e2fe77240256cfc0711c47019d8b74a6327be0)

0cd1d3bc26-Feb-2023 mseidel

Using vim modeline, cleanup

(cherry picked from commit 8c733e3e3dc39b4d0997cd00d76f346f7fdf5138)

Revision tags: AOO4115-GA
7a98084212-Feb-2023 DamjanJovanovic

Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs

Update EditEngine code to use 32 bit paragraph storage

(cherry picked from commit d5edfd09768da46c2f9d7c365bf67

Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs

Update EditEngine code to use 32 bit paragraph storage

(cherry picked from commit d5edfd09768da46c2f9d7c365bf67318f0694735)

show more ...

470c0b0b28-Jan-2023 Arrigo Marchiori

Add a "referer" property to SfxObjectShell::CallXScript() and trust macros explicitly requested by the user

(cherry picked from commit 9112548547be8d3a47281bcef5925a60e1435527)

Revision tags: AOO4114-GA, AOO420-Dev4-m4
8b614d9109-Dec-2022 Arrigo Marchiori

Detect some endless loops

(cherry picked from commit 272eca8e075d834a9a9235a4c9e52e17c2276f2f)

4b08535211-Aug-2022 mseidel

Fixed Powerpoint -> PowerPoint

(cherry picked from commit 96eff78449471f0a47d9dd67e20ea2d4ec78fe8d)

Revision tags: 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
ae97464717-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 ...

49ac0a7917-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 ...

870262e302-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
eab2447c16-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
b63233d807-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
7c24b34b07-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 ...

b527dbdb01-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

07a3d7f129-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
68e1febd16-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 ...

662ac9b615-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 ...

624cfa2911-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

2cc834b426-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
7258334127-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

a9ab3c7b21-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

24c56ab928-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

Revision tags: AOO401, AOO400
09610e1321-Jun-2013 Andre Fischer

121256: Remember Any by value not by pointer before using it in outer scope.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1495357 13f79535-47bb-0310-9956-ffa450edef68

12345