c8d4a3f3 | 08-Jan-2014 |
Tsutomu Uchino |
#i118357# allow to open recent list of documents in the hole right part of the open button separated by the vertical line on the Start Center git-svn-id: https://svn.apache.org/repos/asf/ope
#i118357# allow to open recent list of documents in the hole right part of the open button separated by the vertical line on the Start Center git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1556530 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
3d762826 | 06-Jan-2014 |
Herbert Dürr |
#i123817# prepare codebase for updating to boost 1.55 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555789 13f79535-47bb-0310-9956-ffa450edef68 |
9930d4b4 | 03-Jan-2014 |
Herbert Dürr |
#i123951# add atsfonts.hxx header file Found by: Pavel Janik <Pavel.Janik.cz> Patch by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffi
#i123951# add atsfonts.hxx header file Found by: Pavel Janik <Pavel.Janik.cz> Patch by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555132 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2822fc04 | 03-Jan-2014 |
Herbert Dürr |
#i123951# add an OSX CoreText based text system git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555075 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|