summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-30sc tiled editing: Small refactor, preparing for moving cell selections.Jan Holesovsky
Change-Id: I61e98357a4d7248bd805907c8b37c94900259297
2015-03-30These checks are cheap, simplify.Jan Holesovsky
Change-Id: I20a5eba0c52499d9898a7ba2f5d68c5fe3bee610
2015-03-30lokdocview: move button handling to LOKDocView_ImplMiklos Vajna
Change-Id: Iac5d9e97f04af92ff6f6945d691abe94a3d785b0
2015-03-30lokdocview: move keyboard handling to LOKDocView_ImplMiklos Vajna
Change-Id: I1117ec42bdf0f2cb19f77723b87597d301d20ddb
2015-03-30SdrMarkView tiled rendering: fix unexpected empty graphic selection eventsMiklos Vajna
There are a number of mark views, but we're only interested in the one that belongs to the editing window. Ignore the virtual device of the slide sorter and everything else. With this, a shape remains selected after resized, and can be resized multiple times again properly. Change-Id: I7f31c72567b9d01aaa75871ff5d1efdb3151a0e4
2015-03-30lokdocview: larger default window sizeMiklos Vajna
Change-Id: I1526ab6969effa043cb7d429961aa7611e1fdd06
2015-03-30sc tiled editing: Implement cell selections.Jan Holesovsky
Change-Id: Ic09572ac133c1bb473d716ec600ddb444948aa8e
2015-03-30Minor tweak of the LOK_CALLBACK_TEXT_SELECTION_START / _END docu.Jan Holesovsky
Change-Id: I39a6a20818c4ed92d37b7b5b0a91517ee370adcb
2015-03-30sc tiled editing: Use GetPrintArea() for FillInfo()/ScOutputData too.Jan Holesovsky
Necessary in order to get the grid for the entire document. Change-Id: I3935694b15c1bec3f8c5f22c62f787a4bf0d62de
2015-03-30No need to create ScAddress here.Jan Holesovsky
Change-Id: Ide41495574e8a1d89f9be4f823e4d85d3742b450
2015-03-30sc tiled editing: using function GetPrintArea to calculate document size.Henry Castro
GetPrintArea calculate end column and end row including images. Change-Id: I256f9f1ce72f22b25cec63603de55cc0192b33ad
2015-03-30lokdocview: always use zoom factor when doing twips <-> pixel conversionMiklos Vajna
Change-Id: I81ce20c54bb62bec68152ca228eb222f3fd3c597
2015-03-30lokdocview: sync graphic move behavior with AndroidMiklos Vajna
Android behavior is: if there is a graphic selection, then drag inside the shape is a move. lokdocivew behavior was: drag on the border of a graphic selection is a move, but inside, it's just a pair of clicks. Since commit 658534d36f87f9ab03d862e57b04ea268b73ccab (SdrMarkView tiled rendering: suppress handles during text edit, 2015-03-19), we can depend on the availability of the handles to decide if we want to move the shape or do text editing, so do the same in lokdocview as well. Change-Id: I2b105089e9acbbda75568622d4f2b1adecfe08f1
2015-03-30android: Bump to android-21Jack Leigh
Change-Id: Ifbe9a316795fc0519119aa9420152118f3926653 Reviewed-on: https://gerrit.libreoffice.org/14946 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2015-03-30android: Get search button to show againJack Leigh
Even though it doesn't work... Change-Id: Ia84da613fd1e5cb3b2c9c5fa3d0458056b9cb728 Reviewed-on: https://gerrit.libreoffice.org/14950 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2015-03-30android: Migrate to Toolbar in file browserJack Leigh
Change-Id: Ib5e3d0d39268437c179973ba4e785a719cdc351a Reviewed-on: https://gerrit.libreoffice.org/14949 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2015-03-30android: Change to v7 support ActionBar and new themeJack Leigh
Change-Id: I39d273e397a3bcbfc1d7140dca4af89858f2c06a Reviewed-on: https://gerrit.libreoffice.org/14948 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2015-03-30android: Remove striping on ActionBarJack Leigh
Change-Id: I7b675e7cf5b28558be57e293547531a9369c3462 Reviewed-on: https://gerrit.libreoffice.org/14947 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2015-03-30android: fix wrong TextCursorView class name, format xmlTomaž Vajngerl
Change-Id: I54d68cd5ba17bae675c8da421f2e661ac20abe77
2015-03-30vcl::ITiledRenderable: setTextSelection() can be pure-virtual nowMiklos Vajna
Change-Id: I232197b55a80a65800d85e66c50875b3af7e7fab
2015-03-30SdXImpressDocument: implement setGraphicSelection()Miklos Vajna
With this, it's possible to resize an Impress shape. Change-Id: I6d81aee71853092a02bfad414fb107b514556247
2015-03-30sd tiled rendering: increase hit testing toleranceMiklos Vajna
Change-Id: Ibab0aeb6b9b605d1cc964e7858404b1e0919fc10
2015-03-30svx tiled rendering: grow hittest size when map mode is in mm100Miklos Vajna
Change-Id: I908b7a5687e49f8cc9ec7e6ca333fe7cab84fcfd
2015-03-30SdrMarkView::SetMarkHandles: perform the mm100 -> twip conversion on a copyMiklos Vajna
Otherwise the position of the mark handles will depend on if we do tiled rendering or not, which is not wanted. Change-Id: Id415aa75977bb0224866ad0defc3c256357c366f
2015-03-30SdrObject::dumpAsXml: show bounding rectangleMiklos Vajna
Change-Id: I15e7d9645ce97a1014e0e74c116aebeb2e3a9ab7
2015-03-30sc tiled editing: Implement moving of the selection handles.Jan Holesovsky
Change-Id: I724f1693a03194426dfe233c1be08f1fbec1242d
2015-03-30sc tiled editing: Setup the Calc's editeng for tiled editing.Jan Holesovsky
Change-Id: Ice6d9b66e72f6f88762a8c930b8b77dee7f64b40
2015-03-30svx tiled rendering: fix Impress graphic selectionMiklos Vajna
With this, shapes on Impress slides can be selected and the graphic selection appears correctly around the expected shape. Change-Id: Ie819918a34952e8182553b26ff892fe9b5ae0258
2015-03-30lokdocview: lcl_onDestroy() -> LOKDocView_Impl::destroy()Miklos Vajna
Change-Id: I0910afdb6a0d031cb64f545b5b2c0d16f18a0f04
2015-03-30Revert "sc tiled editing: Limit the mouse events only to the document size."Jan Holesovsky
Pushed too early; we are able to get this mis-behavior even other ways than just using a mouse click, we really need to fix the root cause now. This reverts commit c2596244325bb566dd460ada29207d0c05b83293.
2015-03-30sc tiled editing: Limit the mouse events only to the document size.Henry Castro
From some reason, when clicking outside of the area visible in the gtktiledviewer, the events starts being misplaced. We need to revert & fix later when we will be able to extend the document size in a convenient way. Change-Id: I210705c9f8909598d8d47c15c14c06f96bfc4caa
2015-03-30sc tiled editing: Set the viewport size to document sizeHenry Castro
When clicking out of range of viewport, the cursor position and edit in place view get wrong values. Change-Id: I210705c9f8909598d8d47c15c14c06f96bfc4caa
2015-03-30SdXImpressDocument: implement setTextSelection()Miklos Vajna
With this, it's possible to adjust an Impress shape text selection, using the selection handles already provided by editeng. Change-Id: I16fe3222c9e1289a0a1b5bea9469c88513994e75
2015-03-30vcl::ITiledRenderable: can mark these methods as pure virtualMiklos Vajna
Change-Id: Ic6b594ee3ed668f5038a1f998ec9e514ecb75169
2015-03-30svx, sw: can avoid vcl/ITiledRenderable.hxx include hereMiklos Vajna
Change-Id: I27f1770d0e1d3409d51887565f67d4d456ca9692
2015-03-30editeng tiled rendering: fix selection overlay in ImpressMiklos Vajna
The map mode is twips in Writer, that's why it worked there. For Impress, we need a conversion to always have twips output. Change-Id: I53c64b961180b6ff9b4ee75e3c5aa775416e7ae7
2015-03-30lokdocview: add LOKDocView_Impl ctorMiklos Vajna
It simplifies lok_docview_init() a lot and makes harder to add a LOKDocView_Impl member without initializing it. Change-Id: I02d91b97fecd86896c11facca98fabd6a79157e5
2015-03-30vcl tiled rendering: fix invalidation callback in ImpressMiklos Vajna
Even if map mode is disabled, we have to check if the map mode is 100th mm, and if so, do the mm100 -> twips conversion. This was not visible previously due to the full repaints fixed by commit 7b8a59807806dbf6ec759a836c873b435e09e907 (sd: when tiled rendering, disable map mode early, 2015-03-20). Change-Id: I57862b43cc45ef864d7ec05c47b136e534ba2d54
2015-03-30android: add doc on how to set up jdbMiklos Vajna
Change-Id: I15427518bc82e3da147b74c01bb2e0480fc32f25
2015-03-30warning C4701: potentially uninitialized local variable 'eType' usedStephan Bergmann
Change-Id: I5c7f81a30d06b4dbaddb3b64ea5467ed4faeac38
2015-03-30DocxAttributeOutput::m_pTableWrt: use std::unique_ptrMiklos Vajna
Change-Id: Ic6c519536a362256d993b0eaf76b5c107f25ea7a
2015-03-30Don't crash if no screens available (no access to the window system)Tor Lillqvist
Fixes a crash when running gengal on OS X in a ssh session when not logged in through the window system at the same time. Change-Id: I6a47666aeac43fc140f52ae2d62b36eadc976246
2015-03-30let all cond format objects inherit from XConditionEntryMarkus Mohrhard
Change-Id: I60f156b4a64cc70bd1d19f4bb29c79cc8cff3e94
2015-03-30fix API valuesMarkus Mohrhard
Change-Id: I3a5890d8d46936b264510150ef0fa8ac79feb74d
2015-03-30implement last part for color scalesMarkus Mohrhard
Change-Id: Ieaca45d01b5e631e624016b58ab7964dc880725a
2015-03-30add color scale entriesMarkus Mohrhard
Change-Id: If88822765b5ec738f3204a4ef7c76c3d529e6be2
2015-03-30add last databar partMarkus Mohrhard
Change-Id: Id86dfa4e6795d0ec6a66850747f95de6b0bd8b98
2015-03-30implement last missing IconSet pieceMarkus Mohrhard
Change-Id: I97fb3a2e8bc5abb68a07e4daab6492a4ffa5c52a
2015-03-30first icon set entry always is minimumMarkus Mohrhard
Change-Id: Iddeced617ec6248601a3636a84abab6c1d4bb015
2015-03-30add uno object for iconset entriesMarkus Mohrhard
Change-Id: I3eed6b39a72369063e160e2be7a27fed53a0234a