History log of /trunk/ (Results 3726 - 3750 of 8532)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
074fd50a04-Jun-2014 Juergen Schmidt

#125003# add dependency for test on cpprt on unix

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

1b88807404-Jun-2014 Herbert Dürr

#i125003# sal's autotest submodule depends on sal's cpprt submodule


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

d5bf989c03-Jun-2014 Armin Le Grand

i124638 Corrected paints of Writer Frames with DrawingLayer FillAttributes for all systems and AA/nonAA

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599676 13f79535-47bb-03

i124638 Corrected paints of Writer Frames with DrawingLayer FillAttributes for all systems and AA/nonAA

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

show more ...

d76c79b203-Jun-2014 Herbert Dürr

#i125003# use gtest's internal tuple class for its own needs

test scripts using gtest include that gtest.h header with its dependencies.
Using the system tuple header results in slight p

#i125003# use gtest's internal tuple class for its own needs

test scripts using gtest include that gtest.h header with its dependencies.
Using the system tuple header results in slight problems on RHEL5 that can
be easily avoided by enabling gtest's internal tuple functionality. Other
platforms also benefit from the reduced header dependencies.


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

show more ...

37e8770503-Jun-2014 Juergen Schmidt

#125038# add header for Sleep under windows

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

2544f5d103-Jun-2014 Juergen Schmidt

#125038# remove double entry for sal/qa/osl/pipe

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

09a7098b03-Jun-2014 Herbert Dürr

#125003# use gtest tarball provided configure script

on the RHEL5 baseline using autoconf for building gtest results in problems
because the platform only provides autoconf 2.59 while th

#125003# use gtest tarball provided configure script

on the RHEL5 baseline using autoconf for building gtest results in problems
because the platform only provides autoconf 2.59 while the provided aclocal.m4
requires autoconf 2.68 or newer. Fortunately the gtest tarball also provides
a perfectly fine configure script and the autoconf step is not needed.


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

show more ...

6429332903-Jun-2014 Juergen Schmidt

#125038# migrate sal/qa/osl/pipe tests to gtest

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

8af27df803-Jun-2014 Juergen Schmidt

#125003# remove uwinapi dependency, linked by default in g_STDLIB, no need here and introduced a circular dependency to sal

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599

#125003# remove uwinapi dependency, linked by default in g_STDLIB, no need here and introduced a circular dependency to sal

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

show more ...

b0d3c47603-Jun-2014 Herbert Dürr

#i125003# add gtest dependency to soltools

the dmake build environment needs to be functional before such an external
module can be unpacked, built, delivered, checked, etc. Adding a dep

#i125003# add gtest dependency to soltools

the dmake build environment needs to be functional before such an external
module can be unpacked, built, delivered, checked, etc. Adding a dependency to
the solenv module could suffice already but current and future build recipes
might also expect stuff from the soltool module such as mkdepend or checkdll.


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

show more ...

41e044bc03-Jun-2014 Juergen Schmidt

#125003# change LIBRARY path for test run target to use local output dir

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

cf936e3303-Jun-2014 Andre Fischer

125035: Initial commit for the new OOXML framework.
Created new main/ooxml module.
Created schema parser at main/ooxml/source/framework/SchemaParser.
Created demo

125035: Initial commit for the new OOXML framework.
Created new main/ooxml module.
Created schema parser at main/ooxml/source/framework/SchemaParser.
Created demo parser for OOXML files that is based on output of the schema parser.


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

show more ...


main/ooxml/source/framework/JavaOOXMLParser/.classpath
main/ooxml/source/framework/JavaOOXMLParser/.project
main/ooxml/source/framework/JavaOOXMLParser/.settings/org.eclipse.jdt.core.prefs
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/AttributeManager.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/AttributeProvider.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/Log.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/NameMap.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/NamespaceMap.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/OOXMLParser.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/StateMachine.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/Transition.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/TransitionTable.java
main/ooxml/source/framework/SchemaParser/.classpath
main/ooxml/source/framework/SchemaParser/.project
main/ooxml/source/framework/SchemaParser/.settings/org.eclipse.jdt.core.prefs
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/SchemaReader.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/LogGenerator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ParserTablesGenerator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/IAction.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/NonValidatingCreator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/ParseElementAction.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/SkipElementAction.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/StackAutomaton.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/StackAutomatonOptimizer.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/State.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/StateContext.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/Transition.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/ValidatingCreator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/ValidatingCreatorVisitor.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/AttributeIterator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/DereferencingNodeIterator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/NodeIterator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/Attribute.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/AttributeBase.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/AttributeGroup.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/AttributeGroupReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/AttributeReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/INode.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/INodeReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/INodeVisitor.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/Location.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/Node.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/NodeType.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/NodeVisitorAdapter.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/QualifiedName.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/All.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/Any.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/Choice.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/ComplexContent.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/ComplexType.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/ComplexTypeReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/Element.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/ElementReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/Extension.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/Group.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/GroupReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/OccurrenceIndicator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/Sequence.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/ProcessTypeVisitor.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/RequestVisitor.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/SchemaOptimizer.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/NamespaceMap.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/Schema.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/TypeContainer.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/BuiltIn.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/List.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/Restriction.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/SimpleContent.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/SimpleType.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/SimpleTypeReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/Union.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/SchemaParser.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/XmlNamespace.java
5c3a775502-Jun-2014 Juergen Schmidt

#125003# add include for Windows

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

56b35d8602-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 ...


main/cui/source/factory/dlgfact.cxx
main/cui/source/factory/dlgfact.hxx
main/cui/source/inc/bbdlg.hxx
main/cui/source/inc/cuires.hrc
main/cui/source/inc/page.hxx
main/cui/source/tabpages/bbdlg.cxx
main/cui/source/tabpages/bbdlg.src
main/cui/source/tabpages/page.cxx
main/cui/source/tabpages/tparea.cxx
main/sc/source/core/data/documen9.cxx
main/svx/Library_svxcore.mk
main/svx/Package_inc.mk
main/svx/inc/svx/hdft.hxx
main/svx/inc/svx/pagectrl.hxx
main/svx/inc/svx/sdr/attribute/sdrallfillattributeshelper.hxx
main/svx/inc/svx/svxdlg.hxx
main/svx/inc/svx/svxids.hrc
main/svx/inc/svx/unobrushitemhelper.hxx
main/svx/source/dialog/hdft.cxx
main/svx/source/dialog/pagectrl.cxx
main/svx/source/sdr/attribute/sdrallfillattributeshelper.cxx
main/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
main/svx/source/sidebar/tools/ColorControl.cxx
main/svx/source/tbxctrls/tbxcolorupdate.cxx
main/svx/source/unodraw/unobrushitemhelper.cxx
main/sw/Library_sw.mk
main/sw/inc/cmdid.h
main/sw/inc/fillattributes.hxx
main/sw/inc/format.hxx
main/sw/inc/frmatr.hxx
main/sw/inc/frmfmt.hxx
main/sw/inc/hintids.hxx
main/sw/inc/hints.hxx
main/sw/inc/ndtxt.hxx
main/sw/inc/node.hxx
main/sw/inc/swatrset.hxx
main/sw/inc/swunohelper.hxx
main/sw/inc/unobrushitemhelper.hxx
main/sw/inc/unoframe.hxx
main/sw/inc/unoprnms.hxx
main/sw/inc/unostyle.hxx
main/sw/source/core/access/accpara.cxx
main/sw/source/core/attr/cellatr.cxx
main/sw/source/core/attr/format.cxx
main/sw/source/core/attr/hints.cxx
main/sw/source/core/bastyp/init.cxx
main/sw/source/core/doc/docdesc.cxx
main/sw/source/core/doc/docdraw.cxx
main/sw/source/core/doc/docedt.cxx
main/sw/source/core/doc/docfly.cxx
main/sw/source/core/doc/docfmt.cxx
main/sw/source/core/doc/docnew.cxx
main/sw/source/core/doc/docredln.cxx
main/sw/source/core/doc/notxtfrm.cxx
main/sw/source/core/doc/poolfmt.cxx
main/sw/source/core/doc/visiturl.cxx
main/sw/source/core/docnode/node.cxx
main/sw/source/core/inc/frame.hxx
main/sw/source/core/inc/frmtool.hxx
main/sw/source/core/inc/rolbck.hxx
main/sw/source/core/layout/atrfrm.cxx
main/sw/source/core/layout/fillattributes.cxx
main/sw/source/core/layout/findfrm.cxx
main/sw/source/core/layout/frmtool.cxx
main/sw/source/core/layout/paintfrm.cxx
main/sw/source/core/text/inftxt.cxx
main/sw/source/core/text/txtfrm.cxx
main/sw/source/core/txtnode/fntcache.cxx
main/sw/source/core/txtnode/ndtxt.cxx
main/sw/source/core/txtnode/thints.cxx
main/sw/source/core/txtnode/txtatr2.cxx
main/sw/source/core/txtnode/txtedt.cxx
main/sw/source/core/undo/rolbck.cxx
main/sw/source/core/unocore/swunohelper.cxx
main/sw/source/core/unocore/unoframe.cxx
main/sw/source/core/unocore/unomap.cxx
main/sw/source/core/unocore/unoparagraph.cxx
main/sw/source/core/unocore/unoprnms.cxx
main/sw/source/core/unocore/unostyle.cxx
main/sw/source/ui/app/docst.cxx
main/sw/source/ui/app/docstyle.cxx
main/sw/source/ui/chrdlg/paradlg.src
main/sw/source/ui/chrdlg/pardlg.cxx
main/sw/source/ui/fmtui/tmpdlg.cxx
main/sw/source/ui/fmtui/tmpdlg.src
main/sw/source/ui/frmdlg/colex.cxx
main/sw/source/ui/shells/basesh.cxx
main/sw/source/ui/shells/textsh1.cxx
main/sw/source/ui/uiview/viewstat.cxx
main/sw/source/ui/utlui/uitool.cxx
main/xmloff/inc/PageMasterImportContext.hxx
main/xmloff/inc/xmloff/PageMasterStyleMap.hxx
main/xmloff/inc/xmloff/XMLShapeStyleContext.hxx
main/xmloff/inc/xmloff/prstylei.hxx
main/xmloff/inc/xmloff/txtprmap.hxx
main/xmloff/inc/xmlsdtypes.hxx
main/xmloff/source/draw/XMLShapeStyleContext.cxx
main/xmloff/source/draw/sdpropls.hxx
main/xmloff/source/style/PageMasterExportPropMapper.cxx
main/xmloff/source/style/PageMasterImportContext.cxx
main/xmloff/source/style/PageMasterPropHdlFactory.cxx
main/xmloff/source/style/PageMasterStyleMap.cxx
main/xmloff/source/style/prstylei.cxx
main/xmloff/source/style/xmlimppr.cxx
main/xmloff/source/style/xmlprmap.cxx
main/xmloff/source/text/txtexppr.cxx
main/xmloff/source/text/txtprhdl.cxx
main/xmloff/source/text/txtprmap.cxx
main/xmloff/source/text/txtstyli.cxx
1c576ccb02-Jun-2014 Juergen Schmidt

#125003# migrate sal/qa/osl/condition to gtest

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

e2c1660d02-Jun-2014 Herbert Dürr

#i125020# allow antialiasing on all update borders for Aqua graphics


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

bff5195502-Jun-2014 Herbert Dürr

#i125020# fix rounding error in AquaSalGraphics::RefreshRect()

Rounding left and width down can accumulate a rounding error of almost two in
the calculation of right. The existing code c

#i125020# fix rounding error in AquaSalGraphics::RefreshRect()

Rounding left and width down can accumulate a rounding error of almost two in
the calculation of right. The existing code compensates for this by increasing
the width by two, but since left has been decremented by one to accommodate for
antialiasing artifacts this compensation is one to little. Y-pos and height have
the same problems and get the matching fix.


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

show more ...

5848046b02-Jun-2014 Herbert Dürr

#i125020# fix the calculation of the text-update rectangle in CoreText

by doing the calculation before CTLineDraw() updates the text position.
Requesting the update early is possible bec

#i125020# fix the calculation of the text-update rectangle in CoreText

by doing the calculation before CTLineDraw() updates the text position.
Requesting the update early is possible because that update region is
not used until AquaSalInstance::Yield().


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

show more ...

43feee1302-Jun-2014 Juergen Schmidt

#125003# integrate googletest framework for general use for unit testing

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

678d85d131-May-2014 Ariel Constenla-Haile

i124864 - Remove now obsolete help content

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

ba2c76b231-May-2014 Ariel Constenla-Haile

i107072 - Quote uri-encode

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

34ea1dd528-May-2014 Herbert Dürr

#i98991# remove Aqua Pinstripe background in dialogs

Patch-by: Thorsten Wagner <thorsten.wagner.4@gmail.com>
Reviewed-by: Herbert Duerr <hdu@apache.org>


git-svn-id: https:/

#i98991# remove Aqua Pinstripe background in dialogs

Patch-by: Thorsten Wagner <thorsten.wagner.4@gmail.com>
Reviewed-by: Herbert Duerr <hdu@apache.org>


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

show more ...

c0670b1426-May-2014 Clarence Guo

for #i124928, rich text portion could be converted several times, each time when it is converted, the string will be set once, but in the setString logic, the text is inserted instead of set.
Rep

for #i124928, rich text portion could be converted several times, each time when it is converted, the string will be set once, but in the setString logic, the text is inserted instead of set.
Repeated conversion is unnecessary, add a flag to avoid repeated conversion

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

show more ...

2c9747aa23-May-2014 tal

i124905 - Changed text alignment in Hebrew/Arabic Help CSS themes; Ariel Constenla-Haile instructed and tested.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1597166 13f79535

i124905 - Changed text alignment in Hebrew/Arabic Help CSS themes; Ariel Constenla-Haile instructed and tested.

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

show more ...

2183ced923-May-2014 Oliver-Rainer Wittmann

124966: keep picture format information - <GfxLink> instance - also for the reading of preview picture data
in order to avoid trouble on save in case that the preview data equals the pict

124966: keep picture format information - <GfxLink> instance - also for the reading of preview picture data
in order to avoid trouble on save in case that the preview data equals the picture data



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

show more ...

1...<<141142143144145146147148149150>>...342