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 ...
|
bde8a4bd | 02-Dec-2013 |
Herbert Dürr |
#i123795# variable names should not confuse vcl Window and cocoa NSWindow types VCL's Window type and Cocoa's NSWindow type are quite different. Naming variables as if they were the same
#i123795# variable names should not confuse vcl Window and cocoa NSWindow types VCL's Window type and Cocoa's NSWindow type are quite different. Naming variables as if they were the same introduces gratuitous complexity especially when debugging stacks where both types are used. The names of NSView type variables have been adjusted too. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1547078 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
526a327c | 02-Dec-2013 |
Armin Le Grand |
i123765 reset buffered DropTarget when undocking git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1547026 13f79535-47bb-0310-9956-ffa450edef68 |
ae642d40 | 02-Dec-2013 |
Herbert Dürr |
#i74854# fix buttons in MsgBox with info icon Patch by: hanya.runo@gmail.com Found by: ooo@catcons.co.uk Tested by: hdu@apache.org git-svn-id: https://svn.apache.org/re
#i74854# fix buttons in MsgBox with info icon Patch by: hanya.runo@gmail.com Found by: ooo@catcons.co.uk Tested by: hdu@apache.org git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546977 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
24c56ab9 | 28-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 |
90386390 | 28-Nov-2013 |
Herbert Dürr |
#i123768# minor whitespace fixes needed after comment-removal git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546359 13f79535-47bb-0310-9956-ffa450edef68 |
4d7c9de0 | 28-Nov-2013 |
Herbert Dürr |
#i123768# [ia2] remove pseudo-automatic noisy comments git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546355 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|
a42cf2ce | 15-Nov-2013 |
Oliver-Rainer Wittmann |
fix build breaker on non-Windows platforms git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1542193 13f79535-47bb-0310-9956-ffa450edef68 |
5be78d22 | 11-Nov-2013 |
Steve Yin |
Synchronized with the trunk to solve the build issue (removing moz) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1540658 13f79535-47bb-0310-9956-ffa450edef68
|
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 ...
|
fe22d2cf | 04-Nov-2013 |
Steve Yin |
Sync with the trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1538508 13f79535-47bb-0310-9956-ffa450edef68
|
b0a7a3cf | 03-Nov-2013 |
Steve Yin |
1. Updated ia2 api idl with version 1.3 2. Changed UAccCOM.dll to a isolated COM dll git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1538382 13f79535-47bb-0310-9956-
1. Updated ia2 api idl with version 1.3 2. Changed UAccCOM.dll to a isolated COM dll git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1538382 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3a700b0a | 29-Oct-2013 |
Steve Yin |
sal: commented WaitForSingleObject (g_cache_list.m_update_thread, INFINITE), which can lead a deadlock when unloading the sal3.dll after register UAccCOM.dll. vcl: removed all unused UAccCOM
sal: commented WaitForSingleObject (g_cache_list.m_update_thread, INFINITE), which can lead a deadlock when unloading the sal3.dll after register UAccCOM.dll. vcl: removed all unused UAccCOM.dll registration lines. winaccessibility: updated to Apache License. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1536599 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
60d804f1 | 04-Oct-2013 |
Herbert Dürr |
#i123417# handle subsetting of empty ttf compound glyphs gracefully git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1529178 13f79535-47bb-0310-9956-ffa450edef68 |
8e8ee8fe | 29-Sep-2013 |
Steve Yin |
Fix build errors. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1527279 13f79535-47bb-0310-9956-ffa450edef68
|
0deba7fb | 27-Sep-2013 |
Steve Yin |
AOO IA2 enabled draft version 1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1526782 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
d3e0dd8e | 02-Sep-2013 |
Steve Yin |
Merged with the trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1519381 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 ...
|