51747b8e | 03-Jan-2014 |
Herbert Dürr |
#i123951# prepare ATSUI code parts for its new CoreText cousin git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555073 13f79535-47bb-0310-9956-ffa450edef68 |
2226343d | 02-Jan-2014 |
Herbert Dürr |
#i123951# include impfont.hxx header also for ATSUI git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554849 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|
ac96698a | 30-Dec-2013 |
Tsutomu Uchino |
#i122950# fix duplicated input when input method convert a character on gtk environment git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554205 13f79535-47bb-0310-9956-ffa450ed
#i122950# fix duplicated input when input method convert a character on gtk environment git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554205 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
04daac55 | 18-Dec-2013 |
Herbert Dürr |
#i123865# fix typo in i18n_xkb's constructor git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551844 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|
8a718ffc | 17-Dec-2013 |
Herbert Dürr |
#i123840# normalize SalFrame resolution type to sal_Int32 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551563 13f79535-47bb-0310-9956-ffa450edef68 |
e78229df | 17-Dec-2013 |
Herbert Dürr |
#i123865# enable XKB for all X11-based display targets git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551526 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|
a94c8ebd | 12-Dec-2013 |
Herbert Dürr |
#i123840# fix narrowing conversions in CoreGraphic's array initializers C++11 says that narrowing conversions in array initializers are illegal. This often happened for signed/unsigned a
#i123840# fix narrowing conversions in CoreGraphic's array initializers C++11 says that narrowing conversions in array initializers are illegal. This often happened for signed/unsigned and 32bit/64bit mismatches when initializing CoreGraphics elementary types. Using CoreGraphic helper methods for primitives solves these problems and is recommended anyway. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1550420 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
1cc6f0e2 | 12-Dec-2013 |
Herbert Dürr |
#i123841# fix constness issues in OSX 64bit clipboard handling git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1550416 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
75c24b65 | 27-Nov-2013 |
Herbert Dürr |
#i123755# adjust kernpair hashmap resize() to rehash() git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545947 13f79535-47bb-0310-9956-ffa450edef68 |
b4fbd7a9 | 27-Nov-2013 |
Herbert Dürr |
#i123755# adjust kernpair hashmap resize() to rehash() git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545941 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 ...
|
b597708b | 18-Nov-2013 |
Herbert Dürr |
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/op
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543067 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c512f2e3 | 18-Nov-2013 |
Herbert Dürr |
#i107914# adjust the g_msaasvc.h license header to the ALv2 as intended by IBM's contribution of the Symphony source code and the individual ICLAs of the developers git-svn
#i107914# adjust the g_msaasvc.h license header to the ALv2 as intended by IBM's contribution of the Symphony source code and the individual ICLAs of the developers git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1542949 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 |
556524fe | 14-Nov-2013 |
Steve Yin |
Fix for i123643 - [ia2] IAccessible2 is not enabled automatically even with an AT running git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1541823 13f79535-47bb-0310-9956
Fix for i123643 - [ia2] IAccessible2 is not enabled automatically even with an AT running git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1541823 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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
|