- 02 Ara, 2013 40 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I9e088e1d6679297884d71604b03537b73ee3387c
-
I-Jui (Ray) Sung yazdı
Change-Id: Ib805c31f0c1b57708c38c02a9bdc492af5c7a439
-
Andras Timar yazdı
Change-Id: Ib7803de02d41440668b1e7410dfe0fa40ca2a536
-
Miklos Vajna yazdı
This can be used later for the VML or binary export of shapes imported from drawingML. Note that without this, drawingML shapes won't be exported to VML, as e.g. for a triangle it expects a 'isosceles-triangle' type, while the shype's type is 'ooxml-triangle'. Change-Id: I59abc27febdd026c181a7ff38b16c93567058cb9
-
Miklos Vajna yazdı
Change-Id: Ia741d392a87eaa2f02615a6c9626417a420f205c
-
Eike Rathke yazdı
Change-Id: Ie9b5f6ade1c25618aa990ce17bd7b2a2b46a250a
-
Stephan Bergmann yazdı
Change-Id: I0ceaf6367163bbe8aa0f0774961f2e2398471aef
-
Stephan Bergmann yazdı
...plus clean-up Change-Id: I37252f505c76f6f6be14873e13da4e660a4a623a
-
Armin Le Grand yazdı
(cherry picked from commit 8d679227) Change-Id: Ia6fba705d91157afea30693fa7078aabc96f02ac
-
Herbert Dürr yazdı
Patch by: hanya.runo@gmail.com Found by: ooo@catcons.co.uk Tested by: hdu@apache.org (cherry picked from commit 02cc651a) Conflicts: basic/source/runtime/methods.cxx vcl/inc/vcl/msgbox.hxx Change-Id: I1656263e189f1a6cfa58436741bfa74ae0e6fffa
-
Pavel Janík yazdı
(cherry picked from commit b01b45e9)
-
Steve Yin yazdı
Conflicts: everything Change-Id: I3d8cf956f511a0d953a1cefe83b6ef987806da25
-
Caolán McNamara yazdı
Change-Id: Id0bddeeefd959fb72fb019d8d35cd9afe885c60f
-
Caolán McNamara yazdı
Change-Id: Ib5c0d5028792708bc0ac0e756aa47d486443bbb7
-
Tor Lillqvist yazdı
Change-Id: I8ebda0c7da3cb663802fb8b05a98115db7589e09
-
Stephan Bergmann yazdı
76c549eb "Integrate branch of IAccessible2" had changed it to return a string, but that neither matched the documentation of css.accessibility.XAccessibleValue nor did it satisfy JunitTest_sw_unoapi. This needs further clarification apparently. Change-Id: Ib09f7549db7ba5155798d5917908c7ce50e7a592
-
Eike Rathke yazdı
tryToAcquire() locks if successful, so unlock when leaving Change-Id: Ic0bd4b10ccb8419dd40946dbaf393a27e413bf2d
-
Stephan Bergmann yazdı
Change-Id: Id5ca398296658da61a9880beca7ee03a2db752e6
-
Stephan Bergmann yazdı
Change-Id: I7794546b22ffe688eeff6349031dd585e38b7ce7
-
Tor Lillqvist yazdı
Change-Id: I15e4495607113eb9bc55a31fee061a9d5384731b
-
Miklos Vajna yazdı
Mirror what the VML import's ShapeBase::convertShapeProperties() already does, fixes CppunitTest_sw_ooxmlexport's testFdo66688 when wps import is enabled by default. Change-Id: Iabed3a5fa1353aefe3055232ad0b7770067a7a58
-
Stephan Bergmann yazdı
Change-Id: I060fb2f8dda4a79b70e2fdf255e95b47b0d5630b
-
Caolán McNamara yazdı
Change-Id: Iaafdcc4e2c97e06bee245251316b18b3d9e87262
-
Michael Stahl yazdı
... which should result in faster startup if it's disabled. Change-Id: I39774b0a56f186d08270c2f17b2b20a823f21dc2
-
Michael Stahl yazdı
It is possible to retrieve it via the AccTopWindowListener. Change-Id: I6cc5ab25bc937d0d9f4de54a1bed09a76ce27491
-
Michael Stahl yazdı
This only works partially: the ClassObjects are only registered on the main thread; CoCreateInstance on other threads still fails. This reverts commit 29c6216af8c502f220bb84857d3dda901ddfd234.
-
Michael Stahl yazdı
Change-Id: I7701021befcf1dbad85557c2095fe4bf0b4e0ff1
-
Michael Stahl yazdı
The ImplHandleGetObject() function modifies the Application Settings and must take the SolarMutex for this; otherwise we get crashes when another thread calls StyleSettings::GetPersonaHeader() during some unoapi test. Also fix another HWND to long cast; use LRESULT which is Win32 for intptr_t. Change-Id: I5580f88ed0a8e9955697655ace94584e2307982d
-
Eike Rathke yazdı
Change-Id: I575c8a51cff1cf451c776818711d2e0fd458a322
-
Michael Meeks yazdı
Change-Id: I24619afb8b1ea0410e95e60fe70b5166e18fab44
-
Andras Timar yazdı
Change-Id: If0937bd571658e0f76a51e44dd3fa008f701f02e
-
Stephan Bergmann yazdı
Conflicts: sw/source/core/access/accpara.cxx Change-Id: I5b7faebf5000244adf56f9193370af125949fc30
-
Marcos Paulo de Souza yazdı
tvhlp1 just have 2 files, and this lib is used always with ucpchelp1. By these reasons, we can merge these 2 libs. Change-Id: I515f9c12893c986279ffac91b83879c467b091c7 Reviewed-on: https://gerrit.libreoffice.org/6820Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I2a479f87c63044d83a8271c0b1dc1698d52245a8
-
Tor Lillqvist yazdı
Change-Id: I2084fa7cc0af9385b532c6beab0368bc2e45e29e
-
Miklos Vajna yazdı
When the drawingML shape import is enabled by default, testFdo66929 (from CppunitTest_sw_ooxmlexport) fails without this. Change-Id: I38fc64201aaf28ae2e07e57c498a64391ac56f07
-
Maxim Monastirsky yazdı
This commit includes the following changes: 1) Remove boxes from PNG files, and draw them ourselves. This will ensure that the color rec will always fit the box. Also it will make all color pickers look the same, and greatly simplify the code. (a part of the code was not reachable anyway.) 2) Fix color preview for toolbar large icons. (a regression of commit f59c47fc.) 3) Fix sidebar paragraph color picker initial drawing. reset should be called *after* the icon assignment. Change-Id: I13ae02bc3dd68dd14877ccc949784072c58bf211 Reviewed-on: https://gerrit.libreoffice.org/6882Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Samuel Mehrbrodt yazdı
Change-Id: I0ccd4b06b2db399711004c3e6505a28353604aeb Reviewed-on: https://gerrit.libreoffice.org/6892Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I88207b4cf99cb21963dffeb3fe2115b0e42e70d7
-
Samuel Mehrbrodt yazdı
Change-Id: Ibf53276b567b0591f9635f49761784900faae816 Reviewed-on: https://gerrit.libreoffice.org/6891Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-