fa004bb0 | 02-Apr-2014 |
Armin Le Grand |
i124580 corrected some conversions of scale values to integer positions git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1583969 13f79535-47bb-0310-9956-ffa450edef68 |
17c61744 | 31-Mar-2014 |
Oliver-Rainer Wittmann |
124555: restore stream position after Seek to end of stream git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1583336 13f79535-47bb-0310-9956-ffa450edef68 |
18c07a55 | 28-Mar-2014 |
Jürgen Schmidt |
#124467# merge from aoo410 branch, add check for image data offset against stream length, some further checks git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1582689 13f79535-4
#124467# merge from aoo410 branch, add check for image data offset against stream length, some further checks git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1582689 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
82623456 | 19-Mar-2014 |
Armin Le Grand |
Merge back branch alg_writerframes to trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579280 13f79535-47bb-0310-9956-ffa450edef68
|
d7e5dbc3 | 19-Mar-2014 |
Armin Le Grand |
i122984 Avoid too many Print JobSetups, be more tolerant with last line TIFF imports git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579210 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
|
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 |
e26449d3 | 23-Jan-2014 |
Herbert Dürr |
#i122301# switch Mac port to CoreText API git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560749 13f79535-47bb-0310-9956-ffa450edef68 |
16ea1aeb | 22-Jan-2014 |
Armin Le Grand |
i123983 Corrected Graphic Metafile fallback creator git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560499 13f79535-47bb-0310-9956-ffa450edef68 |
2f62c77d | 22-Jan-2014 |
Tsutomu Uchino |
#i106063# avoid additional seek for true color DIB The position in the stream is already at the end of color palette. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1
#i106063# avoid additional seek for true color DIB The position in the stream is already at the end of color palette. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560262 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2b3b47da | 15-Jan-2014 |
Armin Le Grand |
i123690 handle the extremes Width or Height equal one git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1558424 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 ...
|
43ad51ff | 02-Jan-2014 |
Herbert Dürr |
#i123895# split impfont.cxx source from metric.cxx and move the helper function UpdateAttributesFromPSName() there to make it available for all platforms, not only ATSUI-based ones.
#i123895# split impfont.cxx source from metric.cxx and move the helper function UpdateAttributesFromPSName() there to make it available for all platforms, not only ATSUI-based ones. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554844 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
54ae6a37 | 17-Dec-2013 |
Herbert Dürr |
#i123840# normalize SalGraphics point count argument types to sal_uInt32 The old mixture of sal_uInt32, ULONG, sal_uLong, sal_uIntPtr gets consolidated. 4e9 points are more than enough f
#i123840# normalize SalGraphics point count argument types to sal_uInt32 The old mixture of sal_uInt32, ULONG, sal_uLong, sal_uIntPtr gets consolidated. 4e9 points are more than enough for a SalGraphics. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551617 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
248a599f | 16-Dec-2013 |
Herbert Dürr |
#i123840# add and use the sal_GlyphId type Using the central definition adds consistency and cleans up many ad hoc declarations. The type sal_GlyphId will become a class in the future so
#i123840# add and use the sal_GlyphId type Using the central definition adds consistency and cleans up many ad hoc declarations. The type sal_GlyphId will become a class in the future so that its bitfield operations etc. can then be isolated into nice methods. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551244 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
71fb1a33 | 26-Nov-2013 |
Herbert Dürr |
#i123755# remove the stlport4-emulation of hash-container's resize() method and call the rehash() methods of their TR1 counterparts directly git-svn-id: https://svn.apache.org/
#i123755# remove the stlport4-emulation of hash-container's resize() method and call the rehash() methods of their TR1 counterparts directly git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545646 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
49c58f9b | 05-Nov-2013 |
Armin Le Grand |
i123500 redefined ColorModifiers and ColorModifierStack, redefined GraphicAttr to be expressed as primitives if needed, enhanced render and export quality if graphic is modified using graphic attribu
i123500 redefined ColorModifiers and ColorModifierStack, redefined GraphicAttr to be expressed as primitives if needed, enhanced render and export quality if graphic is modified using graphic attributes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539043 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401 |
|
f037e03f | 12-Sep-2013 |
Pavel Janík |
WaE: Remove "comparison between signed and unsigned integer expressions" warning. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1522537 13f79535-47bb-0310-9956-ffa450ede
WaE: Remove "comparison between signed and unsigned integer expressions" warning. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1522537 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
59c7f95b | 10-Sep-2013 |
Herbert Dürr |
#i122985# fix compile error in pngreader.cxx for product build with debug enabled git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1521488 13f79535-47bb-0310-9956-ffa450ede
#i122985# fix compile error in pngreader.cxx for product build with debug enabled git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1521488 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
88b53a7c | 05-Sep-2013 |
Armin Le Grand |
i122985 Various speedups for graphic object swapping to enhance user experience git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1520296 13f79535-47bb-0310-9956-ffa450edef68 |
c7a371de | 29-Aug-2013 |
Armin Le Grand |
i122920 Corrected some minor aspects of DIB clipboard exchange format git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518592 13f79535-47bb-0310-9956-ffa450edef68 |
5496114c | 28-Aug-2013 |
Armin Le Grand |
i122923 optimize place to add alpha to bitmaps which need rotation git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1518176 13f79535-47bb-0310-9956-ffa450edef68 |
f8c0d554 | 27-Aug-2013 |
Armin Le Grand |
i122778 Enhanced own transformer for drawing transformed bitmaps which is used in the cases where no fallback for direct system support is there (Linux) git-svn-id: https://svn.apache.org/re
i122778 Enhanced own transformer for drawing transformed bitmaps which is used in the cases where no fallback for direct system support is there (Linux) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1517803 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d8ed516e | 13-Aug-2013 |
Armin Le Grand |
i122149 Corrected stuff around polygon-based clip regions, do not use them where nt needed git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1513541 13f79535-47bb-0310-9956-ffa45
i122149 Corrected stuff around polygon-based clip regions, do not use them where nt needed git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1513541 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO400 |
|
8ff75a7e | 06-Aug-2013 |
Herbert Dürr |
#i122948# fill gaps in glyphs->chars mapping for usp10-layouts using a heuristic that assumes a glyph with unknown char mapping is the continuation of the preceding glyph. If there is no
#i122948# fill gaps in glyphs->chars mapping for usp10-layouts using a heuristic that assumes a glyph with unknown char mapping is the continuation of the preceding glyph. If there is no known preceding mapping use the run bounds. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1510954 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|