summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-09extract ScInterpreter::div to own methodMarkus Mohrhard
we need that method soon in another place Change-Id: Ic5b20acd666bd4d5183be7acc9d9ebe2c0a810f7
2015-03-09CID#1287400: Control flow issues (MISSING_BREAK)Eike Rathke
Change-Id: I74da9d277d21e01ffb316e6885470a1a3cbe0cf2
2015-03-09cppcheck: variableScopeCaolán McNamara
Change-Id: Ie77a988956927475ea384c36664ca7c3dd00b2a7
2015-03-09cppcheck: cstyleCastCaolán McNamara
Change-Id: I3a1aaafe30f13f2eb388f7db3d78ecafaf0a4a2d
2015-03-09Scheduler: wrong priority orderTobias Madl
Change-Id: Ia2a50922fdfe07ff452bcc78b973d5d4943a128c
2015-03-09correct fix for the linking problemMarkus Mohrhard
Change-Id: Idecead242c71c89cddb166cce36fa41f912298d0
2015-03-09Revert "fdo#88547 allow inline date-arrays for array functions", tdf#89872Eike Rathke
This reverts commit 104a1e641554be2e789758ae67c0e24620df8035. A number sequence has to ignore all string and empty elements by definition, see tdf#89872 for an example regression, further affected are all functions that use ScInterpreter::GetSortArray() which in turn uses ScInterpreter::GetNumberSequenceArray()
2015-03-09V801: Decreased performanceCaolán McNamara
Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
2015-03-09draw menu items with gtk themeCaolán McNamara
Change-Id: I65f0ec335d4d0008af002857f48f4a6765d44dfd
2015-03-09fix various native themeing issues because of lacking restoreCaolán McNamara
Change-Id: Ie91b3fc3090906b321f7b0d3073de129627c0407
2015-03-09draw menu bg with gtk themeCaolán McNamara
Change-Id: Ia525130e8c378b784b7ee8439153daa1f2a43283
2015-03-09Look for .dylib on OS X, but ...Tor Lillqvist
... note that the LibreOfficeKit bits aren't built for OS X. I don't recall if there is some fundamental reason why not. Was it so that for OS X, like for iOS, a "virtual device" should be created with a CGContext and not a pixmap buffer? Change-Id: I6e1fedb89e7fe409baf2ea1ac7f3b65b0f1c776b
2015-03-09sc: fix -Werror=unused-variable in product buildsMiklos Vajna
Change-Id: Id71236acb322e57f3e5af406874de4924c7524b9
2015-03-09Fix Ubuntu Precise build: non-static member initJan-Marek Glogowski
gcc 4.6 reports: sorry, unimplemented: non-static data member initializers Moves the initialization into the constructors initializer list. Change-Id: Id25ac042aa3207135edda2485d3c5fe8f98652af
2015-03-09Resolves tdf#80137 Paste array formula into range pastes as non-array formulaHenry Castro
Change-Id: I500008b32e5af07702b76afb901a3ec270453462 Reviewed-on: https://gerrit.libreoffice.org/14770 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-03-09tdf#84102: Expose duplicated "level" accessible attribute.Jacobo Aragunde Pérez
There is no standard for this so some ATs will expect "level" and others "heading-level"; we will expose both. Change-Id: Ia935f7efdea11dc9be66fd9a54e1df0432c74662
2015-03-09Fix Linux baseline buildMiklos Vajna
1) One more place in desktop that missed the LOK_TEST check. 2) One testcase currently fails on baseline, disabled for now, need to check later. Change-Id: I8c8bcf2cec1618e39e8453120755dffd3feb79ce
2015-03-09Whitespace in a recent commit.Jan Holesovsky
Change-Id: Ied315d27cd0b5dbe640a2a3c87f5dc6c3dc11bf0
2015-03-09android: don't hide CursorView by defaultTomaž Vajngerl
Change-Id: Ic662d71face370457c122946c8dbcb56d6f2bfe7
2015-03-09android: add CALLBACK_GRAPHIC_SELECTION to LOK facadeTomaž Vajngerl
Change-Id: I105f8811f810b393cac8518b42d77f8bd4d0c763
2015-03-09android: fix rebase import problemTomaž Vajngerl
Change-Id: Id668dc509dc3fa02e9a248716050c16a8cf91419
2015-03-09android: do all overlay state tracking in InvalidationHandlerTomaž Vajngerl
Do all overlay changes and state tracking in InvalidationHandler where we get invalidation and selection / cursor messages from LibreOfficeKit. Change-Id: I87ccdefedc01e8bd54666b694a9a429a1fc6af76
2015-03-09android: handle callbacks directly in InvalidationHandlerTomaž Vajngerl
Change-Id: Ic4ceaadcf251f7257001f8043161ce15898d7239
2015-03-09android: minor code clean-up in TextSelectionHandleTomaž Vajngerl
Change-Id: I5ad3c0f853efe1cf314f3c1afd77cecfdfc59134
2015-03-09android: support to make selections visible/invisibleTomaž Vajngerl
Change-Id: Iaebf3e5a2f0c11efa7110b7062ecfc3ae38e0e64
2015-03-09tdf#89705 hyperlink clickable in writer (not in impress, yet)Siqi Liu
Change-Id: Ifaa6c0de7d9b91706985667b72195bcfc2d610cd
2015-03-09sc tiled mouse events: Proof-of-concept.Jan Holesovsky
One has to click & press enter to be able to type into the cell. The typing is visible only in the top left tile, but even in the other tiles, the text gets there - when you manage to invalidate everything, the text appears. Change-Id: I7c9c0a52949a514eb3de7a7fe64f11597377d39f
2015-03-09sc tiled rendering: Simplify the zoom computation.Jan Holesovsky
In principle, we should avoid messing up with zoom, and instead just work with the MapMode, but we are not there yet - lots of places are hardcoded to work in pixels. Change-Id: I572b0d54fbfc72494c44ef95e7fda5e655f83fde
2015-03-09sc tiled rendering: Make the drawings and charts work.Jan Holesovsky
Change-Id: Ibd7e9e398fe24ec2b3553c8488b46b65de316da6
2015-03-09Kill this return.Jan Holesovsky
Change-Id: Ic05fbba4f431d9ccbe09377ec02e8eb84e3d3b17
2015-03-09sc tiled rendering: tdf#85848: Use DrawContent() in PaintTile() too.Jan Holesovsky
From now on, the code for the tiled rendering is shared with the desktop rendering, modulo few isTiledRendering() calls. Drawing of the shapes & charts needs fixing, it does not honor the output device settings. Change-Id: I74cdb4e09da59aa71f31b18130829de28a93fab4
2015-03-09sc tiled rendering: Split ScGridWindow::Draw() to setup and drawing.Jan Holesovsky
The drawing part is planned to be shared with the tiled rendering, while the setup part has to be different. Change-Id: I9101111d44f4602cdb92916ff3889b52bf10a8bf
2015-03-09sdr::overlay::OverlayObjectList: when tiled rendering, don't work with pixelsMiklos Vajna
Change-Id: Iaf7c31db65ecc4945f9d19e9031632443fa3823f
2015-03-09Add sdr::overlay::OverlayManager::getModel()Miklos Vajna
Can't access the SdrModel from sdr::overlay::OverlayObjectList otherwise. Change-Id: I0530985fb79659bd9de95d944b06edfb883f4403
2015-03-09tdf#89705: provides callback for url handling on android.Siqi Liu
Change-Id: Ie28cd768519fbdc305f98e1d764d05bd209951ca
2015-03-09sw: move LOK_CALLBACK_CURSOR_VISIBLE event from SwVisCrsr to SwCrsrShellMiklos Vajna
This should fix the problem that LOK_CALLBACK_CURSOR_VISIBLE is emitted 2 times during every mouse click (hide, then show), while the motivation behind this callback is to just hide the blinking cursor for image selection, i.e. it's never emitted during normal text editing. Change-Id: Id2a2b1102589f8151f640af3fcb50b646d261275
2015-03-09add missing Activity importSiqi Liu
Change-Id: I892b66265b411ea6f727bdacf41b45de055b2a37
2015-03-09reapply changes to LayerViewSiqi Liu
Change-Id: I597621a0a68cf484d5117a5f5b77c3d122b14822
2015-03-09revert changes on LayerViewSiqi Liu
Change-Id: I724a5bbc3dcb3372a3bf3810306658f4427b95a0
2015-03-09android: cleanup LibreOfficeUIActivity, remove PreferenceEditorTomaž Vajngerl
Change-Id: I4949e5d8698fda7e559ab01e3b898caa13267255
2015-03-09android: LOAbout doesn't need to extend ActivityTomaž Vajngerl
Change-Id: I74a6eaab21685ff5a857255fb3ab23ed9c896574
2015-03-09tdf#89705: disable Ctrl+Click for mobile apps.Siqi Liu
Change-Id: I7478b8e6be110ad226743281ac8fa6d77a2c15a0
2015-03-09add license headerSiqi Liu
Change-Id: I9becbedb305daa95b39ebb084e358408df3d4d09
2015-03-09add getPartsCount() to TileProviderSiqi Liu
Change-Id: I8f1f61110d06333bc1140caf13d9e96e669fc231
2015-03-09tdf#89174:disable swipe gesture when zoomed in.Siqi Liu
Change-Id: I0c3a565a3ae276fb60bf99ec32941715f1556127
2015-03-09refactor swipegesture to be handled by layerviewSiqi Liu
Change-Id: Id094ffa7972df0477ad26b2fc579fe010e745550
2015-03-09lokdocview: render graphic selection handlesMiklos Vajna
Change-Id: I8c1331c32baf92b077f45678929df0e4cf185774
2015-03-09lokdocview: initial LOK_CALLBACK_GRAPHIC_SELECTION handlingMiklos Vajna
No markers yet, but we're aware of the selection rectangle at least. Change-Id: I92d3fc62d066e401ad19107fbbd414b1b9b26125
2015-03-09LOK: add LOK_CALLBACK_GRAPHIC_SELECTION API and implement it in svxMiklos Vajna
Change-Id: I4dbee4048f52f480efef4454d3714862e4ddcf4b
2015-03-09sw: when tiled rendering, disable map mode of SwEditWin earlyMiklos Vajna
The problem was that the earlier "SwEditWin: disable map mode in LogicMouseButtonUp/Down" commit disabled map mode only during the handling of the mouse event, so in case a method invoked by the idle timer used our logic coordinates later, it still performed the pixel -> logic conversion, leading to jumping cursor after a mouse click. Fix this by disabling map mode early, even outside the mouse handlers. Change-Id: Ib9f194f5555536a9af21a2d66bd7345addee72c3