Age | Commit message (Collapse) | Author |
|
Change-Id: I546c3f497dc98c88a0d678622c20cced387a4ab2
|
|
Change-Id: I8815381cc1a9801ff5f5ecfac06ada234d5bc363
|
|
Change-Id: I3527de5f4a00d2fa2aa3b01a82d7c91a24547b86
|
|
Change-Id: Ie8a986bb633a7d81f95b81eac5bf2879ccba2cb9
|
|
Change-Id: I85875bd817a94f7c1b457a85780329cf85a1c71d
|
|
Change-Id: I6f5b0fe54708a6cb40183dd3857042acdfd84e49
|
|
Change-Id: I02d2ef35d6d66faf8bc0e7431116ece03e2605fd
|
|
Change-Id: I03829d3fe431632f3c2ab585d19f812b9c2a94be
|
|
Change-Id: I301ab920389de23814f8e1ace6daf22a10459b9d
|
|
Change-Id: I5fa6608861b7049ad3964b695b0622ab583397d1
|
|
Change-Id: I9571b7f2dfabf1774acbf6b569aa1edc8fb6fda9
|
|
Change-Id: Ibc58fb412cd171193e0a76beb1a45a38b4cb412d
|
|
Change-Id: I98366335430ba5ede4e46e1e9ec6488739e2099a
|
|
Change-Id: I94f0232f9e3544d43bf89a0cf728ea48dc7db470
|
|
Change-Id: Ia03aa4c042b22551deacf4d7a58c9492a0a13a66
|
|
Change-Id: Ief8356bc8e0d3d791c97849b8b00ece4ede0b803
|
|
Change-Id: I814ab7e55119a28bd52a8da7f21c03ff44c73e33
|
|
To avoid querying this states for every single column and row.
Change-Id: I3e570ae5309c826e809c170ea4635dd37c9b0d43
|
|
Change-Id: I43cc4ae350455c104d079e6aaaa28eabbd6c04e7
|
|
in WinSalGraphics::setClipRegion an empty Polygon is handed over
(cherry picked from commit 9957d5854dcc65db37f0631c19e3421df1311089)
Change-Id: Id19a708d228d205bb1e14664c04af6eef179a5d4
|
|
it's the wrong resource id anyway
Change-Id: Ie1880d2b745f3da6ddf173d98b326aa2d45ce0fd
|
|
Change-Id: I1aab18d8e0aa12d39584266a6657436ea100b521
|
|
Change-Id: If2894cef70bf6b9848a1338afaa36dc8b0d7d6be
|
|
Change-Id: I932e4be6b7f4a2717748de561c424302ef429d63
|
|
Change-Id: I13eb7c462538520c119391ad54fac2c0e0d052e9
|
|
Change-Id: I033349bc554bca46a4b1d622cd8fb64d4c1f4866
|
|
Project: help 8d10ad8bf909f3624f57065f4950fe0e2e171b2b
|
|
Other cells could be optimized in a similar fashion, but they aren't
that slow even with the current code.
Change-Id: I0b71bf271fab68c9fba0b39463dfe3ef46dacfb0
|
|
Change-Id: I317f20eb4e8b6e41f12b7da872d158b859579861
|
|
Change-Id: Ib473d7bbb39f50f5fea549e69dcac0e938a1700a
|
|
Change-Id: I2d1eea5ffad071f37ea8475ce5ead5fb05e145c6
|
|
Change-Id: I90a3883c0bbead0de02c8d4096eccecc59f1b0e3
|
|
Change-Id: I38ccce4c35f6cdaa2df0dfc250fcea72a8b79049
|
|
Change-Id: I00a98b8a564c7d36f30672ba91593096e460ef8c
|
|
Change-Id: I09cc4fa8288fafa78083da5bdfb8ddc6fc273da9
|
|
|
|
Also removing static_cast during the loop speeds it up just a bit.
Change-Id: I4644046c91da71f4b7305e9063a853d03c5921e0
|
|
Change-Id: I7e4494b7f1cb62ab27851e34ab4dc6be8e04e1fa
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I5a5d98bb2f2d0749fb9113423f5663780ecf3520
|
|
Sidebar and thumbnail View are actually not separate windows
but F6 key traversal should simulate it as they would be.
Define a new getfocus flag called GETFOCUS_F6 which means focus
were grabed as a result of pressing F6 key. Use this and other two
(GETFOCUS_FORWARD, GETFOCUS_BACKWARD) flags to indicate the focus were
grabbed along subwindow relation (define a new ImplGrabFocusToDocument
method with a flag parameter on the analogy of GrabFocus() <-> ImplGrabFocus()).
Handle F6, Shift+F6 inside BackingWindow as it would have
two subwindow (sidebar and thumbnail view).
Plus Ctrl+F6 -> grab focus to the thumbnail view.
Change-Id: Ie43d761e7cb0269afb79481a81947a4b96e1dde0
Reviewed-on: https://gerrit.libreoffice.org/7486
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
|
|
Change-Id: I36dc29659d0d6965c28e5fe0bb03759476de4781
|
|
Change-Id: Ia5095367be90dd5383e7701ea2587f79a7505a67
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Ib0b2286669d797708b30bf0fffdbe14c14d1e30d
|
|
Change-Id: I51d4638b588da290853422750b90365b454c046f
|
|
Problem Description :
- In case if the header/footer had a chart in it then the associated
relation Id was getting added to document.xml.rels instead of adding
it to the relevent item*.xml.rels file.
- Due to this the MS office was unable to read the round tripped file.
Implementation :
- Added the relation id's to relevant rels files.
Change-Id: I412178222400e98ab2ef46d930c1e1fdfebf9799
Reviewed-on: https://gerrit.libreoffice.org/7630
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: I1d24b2039fb3c615e672189d12c77e960cc858ee
|
|
This leaves only aborting stubs (for SONAME stability) for
typelib_static_array_type_init
typelib_typedescription_newArray
typelib_typedescription_newUnion
and completely removes corresponding
typelib_ArrayTypeDescription
typelib_UnionTypeDescription
structs and C++ inline
getCppuArrayType*
functions. None of this should ever have been called by client code anyway, so
while technically an API change it should not matter for practical purposes.
Change-Id: I23769d104d545533bf578762b79994e269d78c22
|
|
...and deprecate what cannot be removed for compatibility.
Change-Id: I1ea335af775b867b468b8285113631167729a92a
|
|
...at least in trunk 200400 towards Clang 3.5.
Change-Id: Ibe956a7f28c16510506bd354582b3fe5a72582e5
|
|
...at least in trunk 200400 towards Clang 3.5.
Change-Id: I6e295e3a4cf721fbda9df8e7c5bed3993ee78216
|