Age | Commit message (Collapse) | Author |
|
Change-Id: I2bdcc060c30487c3a697430062e9938738b92101
Reviewed-on: https://gerrit.libreoffice.org/14453
Reviewed-by: Katarina Behrens <bubli@bubli.org>
Tested-by: Katarina Behrens <bubli@bubli.org>
|
|
...not be static." This reverts commit
6d4c1f0d4a623bf7f3b3a0af2ece5c969d5aec77. Whatever made the author of that
commit think rhinoWindow shouldn't be static, it clearly needs to be, as in
edit()'s Runnable.run(), the usage of rhinoWindow at the end relies on
rhinoWindow being set via the
new ScriptEditorForJavaScript(context, url)
call to initUI() (or else rhinoWindow already being set from a previous such
call if already editor != null).
|
|
Before TileLayer (which SubTile was a subclass of) held the
image buffer for the whole life cycle of the tile, which wastes
memory in case of SubTile as the image doesn't change (or changes
only when invalidated) for the whole tile lifecycle. This change
changes the SubTile inheritance to a general Layer and adds modified
logic from SingleTileLayer and TileLayer. In addition it now
discards the buffer as soon as it has been uploaded to a texture
so that it doesn't takes up double the memory anymore.
Change-Id: Ia104687d2df529182af412102459952b53e87950
|
|
Change-Id: I0087edfd2c93a80417b0002eac96e7626c35baf2
|
|
Change-Id: Iec55bc182845bfa09cf6d03ab787fc1f2e0ee7fc
|
|
Change-Id: I0f71bade1172b143f0f261ab6ed741f5dd3a9d93
|
|
Change-Id: Ic21984016d10a8e3da87b9fb032179cd4f6f7b9f
|
|
Change-Id: Ifa307eb6a8cb031bdd88b9fadae42c8a0811772b
|
|
Commit 8fc976698e4d3d04f61cbad96c0c977ef15115d6 enables a code
path that needs mpCursorOverlay, which was not enabled for Android
and caused the build to fail.
Change-Id: I88fe0be23c25c6b14170b2a3505aa2be01f73e0b
|
|
In the end, seems to be enough (together with a checkbox-related constructor)
to make the fields.doc work.
Change-Id: I72bf2020726aabed9b7d8cf45c23c131361f9907
|
|
Change-Id: Id00fcb6fb74652ed38d43b83338ddb0c549c5ae6
|
|
So clients can perform a single method call to adjust the cursor
position (when it's not a range), instead of sending two mouse clicks.
This is mostly to be consistent, so that adjusting the cursor's middle
and start/end handles all result in a setTextSelection() LOK call.
Change-Id: I09eb0811887d173ea9ad7d125a2afb2c9e5c918c
|
|
Change-Id: Iee5511a8077e37999865aa83da2dfde1fdd4dbc2
|
|
Change-Id: Ic5dd96c4ced7c5ea67d4417c73721535302f754b
|
|
Change-Id: I977e93657c52a66f10762293835ead28451b5406
|
|
What's interesting about this is that it allows adjusting the position
of both the point and mark of the selection, while the normal UI only
allows adjusting the point.
Change-Id: If61f57c68c28c67fec252f2b666a706f52dd8d26
|
|
Change-Id: I83ef2797c17c8de8f8e9b5f3dcbe9adb34eb4313
|
|
Change-Id: I767a1c0ddce4e06d421b6bb951aa6d0451943f89
|
|
Change-Id: I2b27c6edd94d63ddcfb885592b0fb954cf505e8b
|
|
No need to provide eg. drawable-hdpi/blah.png when it is the same as
drawable/blah.png anyway.
Change-Id: I4f840a7674e86a7c16d43fc5e1d4fd1e0956d0c8
|
|
Change-Id: Ia844806ad3bff92fcace2765fb3b39ab729a6b28
|
|
Change-Id: Ic9b4138619f20a8d35437912784b94f4d1f2af4f
|
|
Without this, it's really hard to figure out where to put selection
handles based on the selection polygon.
Change-Id: I7fde038a33633796a43f0b454a5a7cff701c5dc3
|
|
Change-Id: I1497bd73303a0445f06f3302aa5b8a537243bfeb
|
|
Change-Id: Ie7685beae20df8b3798070135fad529cde3604a9
|
|
Fixes part of fields.doc loading, but unfortunately not completely, as in the
end it needs "com_sun_star_comp_dba_ORowSet_get_implementation" - and we avoid
the database stuff for now still.
Change-Id: I9035e80fb1326357dbecf7994419d909e1f25373
|
|
Change-Id: I23d76562c85ff458bdc539a8ba0681a847e647c5
|
|
Change-Id: If6fb1eb2e8dbcf885b27d10202295e8c11177d49
|
|
Change-Id: I7ce3d8eeaaa307ad2c779b2b57d5d3f34258ae5f
|
|
Change-Id: I7740549f35cdbe21556e1e066bbc6c0355463b79
|
|
Change-Id: I00833847c3c9410312205751a89d319a3143d516
|
|
Change-Id: I9207b490cf0bc7fa6c0192cc3ad60d19eea89333
Reviewed-on: https://gerrit.libreoffice.org/14460
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
to reduce code clutter like
pLbSelect->GetEntryData(pLbSelect->GetSelectEntryPos())
since this is a fairly frequent operation.
Change-Id: I41daf30fdeda2442ad1ac829e12f553233bae184
Reviewed-on: https://gerrit.libreoffice.org/14472
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I7cb0b7977b221438e4359c5c96c174f7401f9857
Reviewed-on: https://gerrit.libreoffice.org/14496
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I122f5f23e510ae42664d2b69504f4722aa05597e
|
|
Change-Id: Ie5d2865aeca0292044eaed72b8ea6c5e5316a3cb
|
|
Remove getZoneOffsetInMillis, getDSTOffsetInMillis
+ getCombinedOffsetInMillis
Change-Id: I7bf5b3e9e2e84c2f0add263083d6e7e9057db8ac
|
|
Change-Id: I21aa10e1b4b0aa301f8b3022585e148fb727fbc9
|
|
Partially revert commit d30a8ec448bcd08c6a52a37d6ae41a4b71c235da
(Correct number format mapping for CJK numbered lists in rtf/doc/docx
filters., 2014-11-04).
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/14211
Change-Id: I0876ecd982cfd8d97887495b23af0e0370821101
|
|
Change-Id: Ied44998b48817964f65fbe9f15e6d8cdf56f5e7a
|
|
Change-Id: Ib55dc6c32ec37fe022d268129de12567652c96ba
|
|
Change-Id: Idda1a5fbfec7d10fab4fcef47ee0d10945510d50
|
|
Change-Id: Iacd1fd5dcd91f09e142d46bd6f397375d3fd4906
|
|
Change-Id: I0f9d93e945ec554e9ea89621ecd30f683f3f184c
|
|
Don't add tests that try to load files to ucalc. That just ends up in problems.
Change-Id: I6ccc08230b7d96fd7a1b7ca0fc7c1f48284cad5a
|
|
regression from 1d38cb365543924f9c50014e6b2227e77de1d0c9
Change-Id: Ia8cfe47b9d92889b3724f394db5090a59e69dd48
|
|
should be equivalent
Change-Id: I7bec152b8abb26b34f7b5362a47dc5bdcbee02a9
|
|
Change-Id: Ic99f1f30d799433e42ccc51a2e2019c60038222a
|
|
Change-Id: I93bf9ab7ed32e60b735ad04b5da3de3c9aea6501
|
|
Change-Id: Ia3382b3b233d416c946090fc670a0ff029851c2a
|