summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-16Make LogUtils.getTrace actually workStephan Bergmann
Change-Id: I59e2b93ed1142bac22ead08cc101e27cfa3e02df
2015-02-16tdf#89243 Allow box to expand on resizingAdolfo Jayme Barrientos
Change-Id: I2bdcc060c30487c3a697430062e9938738b92101 Reviewed-on: https://gerrit.libreoffice.org/14453 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org>
2015-02-16rhbz#1192732: Revert "From the context of the code, this field should...Stephan Bergmann
...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).
2015-02-16android: discard image buffer as soon as we upload to a textureTomaž Vajngerl
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
2015-02-16android: remove tileRerender method as it is obsoleteTomaž Vajngerl
Change-Id: I0087edfd2c93a80417b0002eac96e7626c35baf2
2015-02-16android: remove ImmutableViewportMetrics as input to endDrawingTomaž Vajngerl
Change-Id: Iec55bc182845bfa09cf6d03ab787fc1f2e0ee7fc
2015-02-16android: organise importsTomaž Vajngerl
Change-Id: I0f71bade1172b143f0f261ab6ed741f5dd3a9d93
2015-02-16android: invalidate all intersecting tiles in one LOEventTomaž Vajngerl
Change-Id: Ic21984016d10a8e3da87b9fb032179cd4f6f7b9f
2015-02-16android: add support for text selection to JNITomaž Vajngerl
Change-Id: Ifa307eb6a8cb031bdd88b9fadae42c8a0811772b
2015-02-16Enable mpCursorOverlay for Android tooTomaž Vajngerl
Commit 8fc976698e4d3d04f61cbad96c0c977ef15115d6 enables a code path that needs mpCursorOverlay, which was not enabled for Android and caused the build to fail. Change-Id: I88fe0be23c25c6b14170b2a3505aa2be01f73e0b
2015-02-16native-code.py: Add com_sun_star_comp_dba_ORowSet_get_implementation.Jan Holesovsky
In the end, seems to be enough (together with a checkbox-related constructor) to make the fields.doc work. Change-Id: I72bf2020726aabed9b7d8cf45c23c131361f9907
2015-02-16Enable LOK_CALLBACK_TEXT_SELECTION_START/END on AndroidMiklos Vajna
Change-Id: Id00fcb6fb74652ed38d43b83338ddb0c549c5ae6
2015-02-16LOK: add LOK_SETTEXTSELECTION_RESETMiklos Vajna
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
2015-02-16lokdocview: reset start/end or middle handle depending on if we have selectionMiklos Vajna
Change-Id: Iee5511a8077e37999865aa83da2dfde1fdd4dbc2
2015-02-16lokdocview: allow dragging the selection start handle, tooMiklos Vajna
Change-Id: Ic5dd96c4ced7c5ea67d4417c73721535302f754b
2015-02-16lokdocview: allow dragging the selection end handleMiklos Vajna
Change-Id: I977e93657c52a66f10762293835ead28451b5406
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna
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
2015-02-16lokdocview: allow dragging the middle handleMiklos Vajna
Change-Id: I83ef2797c17c8de8f8e9b5f3dcbe9adb34eb4313
2015-02-16lokdocview: avoid loading the handle bitmaps again and againMiklos Vajna
Change-Id: I767a1c0ddce4e06d421b6bb951aa6d0451943f89
2015-02-16android: optipng the resources.Jan Holesovsky
Change-Id: I2b27c6edd94d63ddcfb885592b0fb954cf505e8b
2015-02-16android: Remove duplicated icons.Jan Holesovsky
No need to provide eg. drawable-hdpi/blah.png when it is the same as drawable/blah.png anyway. Change-Id: I4f840a7674e86a7c16d43fc5e1d4fd1e0956d0c8
2015-02-16android: Remove unused icons.Jan Holesovsky
Change-Id: Ia844806ad3bff92fcace2765fb3b39ab729a6b28
2015-02-16lokdocview: draw handles at selection start/endMiklos Vajna
Change-Id: Ic9b4138619f20a8d35437912784b94f4d1f2af4f
2015-02-16LOK: add LOK_CALLBACK_TEXT_SELECTION_START/ENDMiklos Vajna
Without this, it's really hard to figure out where to put selection handles based on the selection polygon. Change-Id: I7fde038a33633796a43f0b454a5a7cff701c5dc3
2015-02-16lokdocview: when have a cursor but no selection, show the middle handleMiklos Vajna
Change-Id: I1497bd73303a0445f06f3302aa5b8a537243bfeb
2015-02-16It is not necessary to be _that_ verbose.Jan Holesovsky
Change-Id: Ie7685beae20df8b3798070135fad529cde3604a9
2015-02-16native-code.py: Add libevtattlo.a + some forms related services.Jan Holesovsky
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
2015-02-16android: Update README.Android with the recent ndk-gdb info.Jan Holesovsky
Change-Id: I23d76562c85ff458bdc539a8ba0681a847e647c5
2015-02-16android: Even --enable-debug needs org.libreoffice for debugging.Jan Holesovsky
Change-Id: If6fb1eb2e8dbcf885b27d10202295e8c11177d49
2015-02-16android: Set a more verbose SAL_LOG.Jan Holesovsky
Change-Id: I7ce3d8eeaaa307ad2c779b2b57d5d3f34258ae5f
2015-02-16LOK: Return NULL when we failed to load the document.Jan Holesovsky
Change-Id: I7740549f35cdbe21556e1e066bbc6c0355463b79
2015-02-16sw: clean up remaining format collection dumpersMiklos Vajna
Change-Id: I00833847c3c9410312205751a89d319a3143d516
2015-02-16SALEVENT_ VOLUMECHANGED, DATETIMECHANGED and KEYBOARDCHANGED are unusedNoel Grandin
Change-Id: I9207b490cf0bc7fa6c0192cc3ad60d19eea89333 Reviewed-on: https://gerrit.libreoffice.org/14460 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
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>
2015-02-16Document SfxItemStateUrsache Vladimir
Change-Id: I7cb0b7977b221438e4359c5c96c174f7401f9857 Reviewed-on: https://gerrit.libreoffice.org/14496 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-02-15RTF filter: handle mirrored marginsMiklos Vajna
Change-Id: I122f5f23e510ae42664d2b69504f4722aa05597e
2015-02-15Extract SwTxtFmtColls::dumpAsXml() from docnodeMiklos Vajna
Change-Id: Ie5d2865aeca0292044eaed72b8ea6c5e5316a3cb
2015-02-15unusedcode.easyJulien Nabet
Remove getZoneOffsetInMillis, getDSTOffsetInMillis + getCombinedOffsetInMillis Change-Id: I7bf5b3e9e2e84c2f0add263083d6e7e9057db8ac
2015-02-15boost::scoped_array->std::vectorCaolán McNamara
Change-Id: I21aa10e1b4b0aa301f8b3022585e148fb727fbc9
2015-02-14tdf#87574 - Outline numbering "None" is not retained in docxMark Hung
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
2015-02-14silence coverity#1266479 Resource leakCaolán McNamara
Change-Id: Ied44998b48817964f65fbe9f15e6d8cdf56f5e7a
2015-02-14coverity#1267643 Logically dead codeCaolán McNamara
Change-Id: Ib55dc6c32ec37fe022d268129de12567652c96ba
2015-02-14see if we can merge floating window and dialog child size/pos settingCaolán McNamara
Change-Id: Idda1a5fbfec7d10fab4fcef47ee0d10945510d50
2015-02-14coverity#1242895 Untrusted loop boundCaolán McNamara
Change-Id: Iacd1fd5dcd91f09e142d46bd6f397375d3fd4906
2015-02-14boost::scoped_ptr->std::unique_ptrCaolán McNamara
Change-Id: I0f9d93e945ec554e9ea89621ecd30f683f3f184c
2015-02-14disable that test to fix windows buildMarkus Mohrhard
Don't add tests that try to load files to ucalc. That just ends up in problems. Change-Id: I6ccc08230b7d96fd7a1b7ca0fc7c1f48284cad5a
2015-02-14tdf#88624 set DocumentBaseURL when saving reportLionel Elie Mamane
regression from 1d38cb365543924f9c50014e6b2227e77de1d0c9 Change-Id: Ia8cfe47b9d92889b3724f394db5090a59e69dd48
2015-02-14coverity#1266485 Untrusted loop boundCaolán McNamara
should be equivalent Change-Id: I7bec152b8abb26b34f7b5362a47dc5bdcbee02a9
2015-02-14writerfilter: turn RTFFormFieldTypes into a C++11 scoped enumerationMiklos Vajna
Change-Id: Ic99f1f30d799433e42ccc51a2e2019c60038222a
2015-02-14indentation fixesMiklos Vajna
Change-Id: I93bf9ab7ed32e60b735ad04b5da3de3c9aea6501