summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-16android: use LOK_SETTEXTSELECTION_RESET as it is meant to be usedTomaž Vajngerl
Change-Id: I09f175a09c8b4c9468e2221274b17216b23b76ff
2015-03-16android: simplify state tracking, make graphic selection workTomaž Vajngerl
Simplify by removing all but one transition state (which disables handles depending on previous state). Additionally show/hide/change the graphic selection depending on the messages we get from LO. Change-Id: I95d22a58e0a7f3cb034b18034cb816816a48f355
2015-03-16android: add graphic selection to TextCursorLayer{View}Tomaž Vajngerl
Change-Id: I13d26dd8b38d0b6817f3d0dbcb8a063fef559c2a
2015-03-16android: wrong parent in theme definitionTomaž Vajngerl
Change-Id: I0efaa8c131959dbaefba24d48041744391c55137
2015-03-16drawinglayer::processor2d::HitTestProcessor2D: ignore pixel size of ...Miklos Vajna
... candidate when tiled rendering. Tiled rendering works entirely in twips, so pixel sizes are not relevant. One step closer to working image resizing in the tiled rendering case. Change-Id: I1d5e33071a383b333e0fdb9d30ea09fcea23a8fc
2015-03-16Consistency ;-)Jan Holesovsky
Change-Id: Ibb5ff11bc49d346c5435ffe7866a33148954f3c1
2015-03-16sc tiled mouse events: Fix the click coordinates in non-100% zooms.Jan Holesovsky
Change-Id: Ic535aaf9c1cac303dbade4dab7500d176aaaab2b
2015-03-16use toUtf8 instead for string conversionSiqi Liu
Change-Id: I1ec96957fba161a35ec2cf44f197ed3d7199dd89
2015-03-16lokdocview: handle LOK_CALLBACK_HYPERLINK_CLICKEDMiklos Vajna
Change-Id: Ic9804857df2237507f412bc6e248e5a7e83f8803
2015-03-16sc tiled rendering: Don't adjust the text width according to printer.Jan Holesovsky
When we don't set the 'wysiwyg' text, tiled rendering gets confused, because nPrtToScreenFactor is not 1.0, and everything gets horizontally shrunk. There is still a problem with vertical direction unfortunately - in order to have the same height of all the cells, the zooms where it does not fit the pixels can lead to an offset there too; but still this commit improves the situation a lot already. Also sort the includes when touching this, otherwise no idea where to add the inputopt.hxx :-) Change-Id: I15bf367af72a898248af81f34dc857ceb66187af
2015-03-16sc tiled rendering: RefreshZoom() is called already in SetZoom().Jan Holesovsky
Change-Id: I985275e3a1a944dffebe3987dee748f604e065f9
2015-03-16android: actually use the new toolbar in the applicationTomaž Vajngerl
Change-Id: I221ece32967289104612309faee5d22209a64b25
2015-03-16android: make & build appcompat-v7 library, up target to v21Tomaž Vajngerl
Previously we included the android support library v4 for some GUI elements like GridView. This commit in addition adds the v7 appcompat library which is needed for the new Lollipop style Toolbar and many other new GUI elements. The appcompat v7 library is not distributed as only a jar file but needs to be build (as it includes additional resources) and included as a library project. So to do this the content is copied from SDK and build with the build system. The files also include the v4 so it doesn't need to be copied from SDK anymore. The target had to be raised to v21 (Lollipop), however the minimum SDK version remains unchanged. Change-Id: I4f1a6ce69e7f6c3f9df784a6835f376a01d4dfdb
2015-03-16android: add graphic selectionTomaž Vajngerl
Change-Id: I9bf9193a2130316caca83030c4fb5dd588c5c0e0
2015-03-16CppCheck cleaning : remove unused struct memberMichaël Lefèvre
Change-Id: I07ebb82b71d6019a35b7cd2757464dab269d2098 Reviewed-on: https://gerrit.libreoffice.org/14855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-03-16use std::unique_ptr for Sm*DialogTakeshi Abe
Change-Id: I676ed68108cafe8bb0e67eb208f08a0bc91be5c6 Reviewed-on: https://gerrit.libreoffice.org/14874 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-03-16loplugin:saloverrideStephan Bergmann
Change-Id: I974bf297a5d12098d8553c862725cf1cbd4384ef
2015-03-16add test for fixed dispBlanksAs OOXML importMarkus Mohrhard
Change-Id: I096e235560c81ef4c55cf14ead3544b977916c20
2015-03-16add tests for autoTitleDel flag default value fixesMarkus Mohrhard
Change-Id: I9860142f2da9c19f52f3a8a2be6ec851bdf81b6e
2015-03-16missing space in log messageMarkus Mohrhard
Change-Id: I464dbf8cf9c65f2dd5e88236be8ddf4c0676bfdd
2015-03-16handle one more place with MSO 2007 vs OOXML spec for chartsMarkus Mohrhard
Change-Id: I7dbc3017f2bba7b186174be2e4fd8c9ce7005d34
2015-03-16fdo#52540, fdo#88051: fix Graphite layoutLászló Németh
The previous fixes were incomplete solutions (see the new test cases of the bug reports). Change-Id: I928f09d94edf68d268de9046c16582e6f016d561
2015-03-15Typo: NotifcationMode->NotificationModeJulien Nabet
Change-Id: I73d98b1aa08966e2fb169e8d25fbfbe68762a228
2015-03-15Typo: constarined->constrainedJulien Nabet
Change-Id: I3326843195e6a3b030409ac3b20bbea55e739366
2015-03-15editeng: nAnz -> nCountMiklos Vajna
Change-Id: Ieda943586c95e3edcd277dfa5e8586cc8c27867a
2015-03-15RTF export: handle \sautoupdMiklos Vajna
Change-Id: Ifddb3fda827aef0a95649bf074dad7d9cc797edb
2015-03-15RTF import: handle \sautoupdMiklos Vajna
Change-Id: I6254401ad8023263b29feb382ddda3637611a813
2015-03-15Use comphelper::containerToSequence() instead of manual reallocMiklos Vajna
Change-Id: I88e8050055e53e0da8ac32e049c5ab793096f687
2015-03-15WW8: bCharShdTxtCol is always falseZolnai Tamás
Change-Id: Ib62a4f5dcd7e41cd8c8e82f23efebb468e2e7c91
2015-03-14Related to tdf#89387 remove unused stuffŁukasz Hryniuk
Change-Id: I7c8963385874af1233a704faca1f5b173220ba37 Reviewed-on: https://gerrit.libreoffice.org/14861 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-03-14Updated coreAndras Timar
Project: help 72447651c8cff60b354021d0a9da89abc1757ee8
2015-03-14SwWrtShell: rename member variables missing their prefixesMiklos Vajna
Change-Id: I78ae647cca9167e130592fd11b8dd15c512a2353
2015-03-14Use comphelper::containerToSequence()Miklos Vajna
Change-Id: I0dcc582e9cb2b1021895e7962e1ec96195f1f844
2015-03-14tdf#90003 Revert "SwTxtFormatter::NewPortion: fix lost SwFlyPortion"Miklos Vajna
This reverts commit 25c50ff9fb0f277da9bc164d8244a774ef1ebba4. The original commit fixed a corner-case, but also broke a much more frequent use case. Revert till we have a better solution for the corner-case. Conflicts: sw/qa/extras/inc/swmodeltestbase.hxx sw/qa/extras/uiwriter/uiwriter.cxx Change-Id: I0f90459e9bc372eeba18bf81c5d1dfcccbe21753
2015-03-14Access2Base - Better window type recognitionJean-Pierre Ledure
Add'l BuiltIn i.o. Builtin (cfr. MSAccess property) Change-Id: Idb539a8e259f76e96224526fd9e2b7a54effec1d
2015-03-14DocxSdrExport::Impl::m_pFlyAttrList: use unique_ptrMiklos Vajna
Change-Id: I3424af5e3c10eef454cb6a17ec6e84113fbe10f4
2015-03-14Unused includesMiklos Vajna
Change-Id: Ie273e88bd12321726f1717e4e09b1928fcadb6f9
2015-03-14tdf#89482 fix __refheading__ regression, set only CrossRefs as TOC.Justin Luth
bugfix tdf#68963 marked all __refheading__ bookmarks at TOC, but those crossreferences were deleted if they are not recorded in aReferencedTOCBookmarks. Redesigned the fix to include _Toc in the crossreference name that is auto-generated, which is how MSWord differentiates the markers. Updated the test document to include even more combinations of cross-references and numbered heading references. Change-Id: I3d60d2b528ebfa1ffb108bbfc9e7db2c604af49b Reviewed-on: https://gerrit.libreoffice.org/14822 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-03-14tdf#43157: Enable format check in sal_detail_logFormatStephan Bergmann
Change-Id: I65296dd9b4b13fc1c3a3d8eed738e257b204b691
2015-03-14tdf#43157: Fix format string violations in OSL_TRACE etc. (Mac OS X)Stephan Bergmann
Change-Id: Iab8c97560a9c46638d3943c2e129ddcf2e9db603
2015-03-13tdf#87945 Make “Auto/No Fill” button more obvious by adding an icon to itAdolfo Jayme Barrientos
I know it needs a better icon. But I needed an empty rectangle, looked at galaxy, and picked this one. Feel free to create an improved icon, tailored for this UI element, and replace it. Change-Id: Iab48d0c771816b41df9dea1dc168b7d9593e86f3
2015-03-14SwDepend: naming conventionsBjoern Michaelsen
Change-Id: I778aaefdcc3ec741065cd1e58265c14a7dae5f97
2015-03-14SwDepend: cosmeticsBjoern Michaelsen
Change-Id: I6b20b0b3b301811cdd426a26cc40e12498516c2f
2015-03-14inline SwDepends trivialsBjoern Michaelsen
Change-Id: I6fb306aec5fee5f97a7ef33862f74f6030136fc0
2015-03-14inline broadcast iterationsBjoern Michaelsen
Change-Id: If6f83887ad398161d9ccb1e2649ca6cdfd933ca5
2015-03-14simplify SwClientIter iterationBjoern Michaelsen
Change-Id: I078fd3808768cd49190984278207045cc73aa8e6
2015-03-14simpilfy SwClient::operator()Bjoern Michaelsen
Change-Id: I78e9791d99cbc5434606b98b7b0103758e7e3812
2015-03-14inline trivial SwModify functionsBjoern Michaelsen
Change-Id: I0dda2a53e49073a75b9ce14d7aa4b5088eeb2fd7
2015-03-14inline trivial SwClient functionsBjoern Michaelsen
Change-Id: I1672844d0ad7f95d5c5add62703729588190d20f
2015-03-14fix naming conventions while at itBjoern Michaelsen
Change-Id: I2d2daa78869764ebf236444187d4dcdc508208be