daf45454 | 09-Nov-2012 |
Armin Le Grand |
Wrong comparison with bool corrected git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1407421 13f79535-47bb-0310-9956-ffa450edef68 |
c2821885 | 30-Oct-2012 |
Armin Le Grand |
#121233# some slight corrections/enhancements git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403676 13f79535-47bb-0310-9956-ffa450edef68 |
37ab0f2d | 29-Oct-2012 |
Armin Le Grand |
#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF
#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF export when reduched DPI is used, added BMP_SCALE_BESTQUALITY and BMP_SCALE_FASTESTINTERPOLATE as new default for Bitmap::Scale git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403434 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e237fbc9 | 27-Oct-2012 |
Pavel Janík |
Remove unused variable to prevent compile warnings. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402787 13f79535-47bb-0310-9956-ffa450edef68 |
4665f8d3 | 26-Oct-2012 |
Armin Le Grand |
#121267# added support for taking clipping into account for metafile-based exporters to vector formats git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402475 13f79535-47bb-
#121267# added support for taking clipping into account for metafile-based exporters to vector formats git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402475 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
169773a2 | 25-Oct-2012 |
Armin Le Grand |
#121237# Corrected Region export, was missing to write an end marker when RegionBand was empty git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402041 13f79535-47bb-0310-995
#121237# Corrected Region export, was missing to write an end marker when RegionBand was empty git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402041 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
64464e0e | 23-Oct-2012 |
Pavel Janík |
Remove unused variable to prevent compiler warnign. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401384 13f79535-47bb-0310-9956-ffa450edef68 |
e6f63103 | 23-Oct-2012 |
Armin Le Grand |
#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401294 13f79535-47bb-0310-9956-f
#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401294 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
87bc88d3 | 19-Oct-2012 |
Herbert Dürr |
make conversions between BitmapColor and sal_uInt8 explicit Implicit conversions are a dangerous cause of confusion as seen in http://markmail.org/thread/a4copx2di7cxeowg and require tri
make conversions between BitmapColor and sal_uInt8 explicit Implicit conversions are a dangerous cause of confusion as seen in http://markmail.org/thread/a4copx2di7cxeowg and require tricky rewrites to work around them, this change cleans them up and disables them for all code outside of the immutable binfilter. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1400149 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
035a2f44 | 16-Oct-2012 |
Armin Le Grand |
#121194# Better support for graphic fill styles which are not bitmaps (svg, metafiles, ..) git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1398711 13f79535-47bb-0310-9956-ff
#121194# Better support for graphic fill styles which are not bitmaps (svg, metafiles, ..) git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1398711 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ff494be3 | 10-Oct-2012 |
Armin Le Grand |
#121183# Added buffering non-bitmap formats in Graphic git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1396533 13f79535-47bb-0310-9956-ffa450edef68 |
fdbfc3c2 | 03-Oct-2012 |
Pavel Janík |
Rename local variable that shadows other to prevent compiler warning. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1393341 13f79535-47bb-0310-9956-ffa450edef68 |
e5539b4a | 02-Oct-2012 |
Armin Le Grand |
#120957# Added Reginas corrections for gradient colors for linear gradients in VCL renderers Patch by: Regina Review by: alg git-svn-id: https://svn.apache.org/repos/asf/incubator/oo
#120957# Added Reginas corrections for gradient colors for linear gradients in VCL renderers Patch by: Regina Review by: alg git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1392804 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6b7345f3 | 27-Sep-2012 |
Armin Le Grand |
#115630# secured OutputDevice::ImplDrawHatch in vcl and PolyPolygon::Optimize in tools to useful fallbacks when working on PolyPolygons (what they do *not* support) git-svn-id: https://svn.a
#115630# secured OutputDevice::ImplDrawHatch in vcl and PolyPolygon::Optimize in tools to useful fallbacks when working on PolyPolygons (what they do *not* support) git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1390986 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
93917342 | 25-Sep-2012 |
Ariel Constenla-Haile |
Fix typo git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1390070 13f79535-47bb-0310-9956-ffa450edef68 |
e8b66d38 | 25-Sep-2012 |
Ariel Constenla-Haile |
Check empty BitmapEx git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1390061 13f79535-47bb-0310-9956-ffa450edef68 |
7168672c | 22-Sep-2012 |
Ariel Constenla-Haile |
#i119418# - About Dialog improvements git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1388877 13f79535-47bb-0310-9956-ffa450edef68 |
3c19fd8c | 07-Sep-2012 |
Zhe Wang |
Fix issue #120627#: [From Symphony]the text on the Y axis is reversed when export ppt file to PDF format. * subversion/main/vcl/source/gdi/pdfwriter_impl.cxx []Change nXOffset value f
Fix issue #120627#: [From Symphony]the text on the Y axis is reversed when export ppt file to PDF format. * subversion/main/vcl/source/gdi/pdfwriter_impl.cxx []Change nXOffset value from the distance of axis Y between two points to the distance between two points. Patch by: Tang Meng<tmyl2010@gmail.com> Suggested by: Wang Zhe <kingwisemmx@gmail.com> Found by: Tang Meng <tmyl2010@gmail.com> Review by: Wang Zhe <kingwisemmx@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381883 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ba5b0517 | 06-Sep-2012 |
Armin Le Grand |
assertion corrected: BitmapEx constructors with Mask or AlphaMask needed more checks git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381561 13f79535-47bb-0310-9956-ffa450ed
assertion corrected: BitmapEx constructors with Mask or AlphaMask needed more checks git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381561 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
34764b7a | 06-Sep-2012 |
Armin Le Grand |
assertion removed: allow BitmapEx constructors with empty Mask or AlphaMask git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381556 13f79535-47bb-0310-9956-ffa450edef68 |
1db32867 | 06-Aug-2012 |
Oliver-Rainer Wittmann |
#120464# - method <PrinterController::triggerAppToFreeResources()>: reset <LastPage> property after freeing resources git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@13
#120464# - method <PrinterController::triggerAppToFreeResources()>: reset <LastPage> property after freeing resources git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1369754 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
479f2b27 | 27-Jul-2012 |
Armin Le Grand |
#120165# Adapt Mask/Alpha at BitmapEx construction when size differs from base bitmap Original patch by: pengyunquan Changed patch by: alg Review by: alg git-svn-id: https://svn.
#120165# Adapt Mask/Alpha at BitmapEx construction when size differs from base bitmap Original patch by: pengyunquan Changed patch by: alg Review by: alg git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366405 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
93ed1f29 | 18-Jul-2012 |
Armin Le Grand |
basic, cui, extensions, filter, vcl: fix some warnings Patch by: Michael Stahl git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362903 13f79535-47bb-0310-9956-ffa450edef
basic, cui, extensions, filter, vcl: fix some warnings Patch by: Michael Stahl git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1362903 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
34fced94 | 05-Jul-2012 |
Andre Fischer |
#i120096# Detect empty polygon in Region constructor and set impl object accordingly. Reported by: Du Jing Fixed by: Andre Fischer git-svn-id: https://svn.ap
#i120096# Detect empty polygon in Region constructor and set impl object accordingly. Reported by: Du Jing Fixed by: Andre Fischer git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1357698 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9f39abbb | 18-Jun-2012 |
Herbert Dürr |
#c706125# fix overallocation on 64bit platforms git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1351378 13f79535-47bb-0310-9956-ffa450edef68 |