summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-13Add SwXTextDocument::postKeyEvent() testcase.Miklos Vajna1-0/+18
Change-Id: I76904ed9596dcb0b6aa70bccd19279573687d30c
2015-04-13android: hide keyboard on scrolling at a more correct locationTomaž Vajngerl2-2/+1
When animation happens the scrollbars appear. This hides the keyboard when the user types and the viewport is repositioned. With this change, trigger the keyboard hiding only when we really do scrolling (panning). Change-Id: I17dc651a6641e807a386d5184868412dd6710a28
2015-04-13android: reposition the viewport to the cursor at key eventTomaž Vajngerl2-0/+13
Change-Id: I9b18001d0629e203bee41ebbf4a3bd57adfea88e
2015-04-13android: don't need the cursor position from DocumentOverlayTomaž Vajngerl2-8/+0
Change-Id: I79155f9c5c8df211b35137cc61430cebccb4cfe3
2015-04-13android: add possibility to move the viewport and zoom + animationTomaž Vajngerl3-0/+46
Change-Id: I294ad30b1fdd7f1a3d5099304cc4f077034567b7
2015-04-13android: separate layer functionality to DocumentOverlayLayerTomaž Vajngerl1-43/+52
Change-Id: Ie69259dbc5826dafbaebc8eec08163256b459337
2015-04-13android: rename TextCursorLayer{View} -> DocumentOverlay{View}Tomaž Vajngerl6-58/+55
Change-Id: I53a55e2d30c298e7c34f18b7713de91f3c77d5f2
2015-04-13android: get cursor position from TextCursorLayer/ViewTomaž Vajngerl2-0/+8
Change-Id: I7629deb6e01ace052ac8bec70202844bc627ea85
2015-04-13android: add Cursor class for drawing the cursor to the canvasTomaž Vajngerl2-23/+57
Change-Id: I5d8191ffb3d3dd3d3ab11c757a3b7d5dc3fb2e82
2015-04-13BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini2-187/+84
Change-Id: I36fc3ce26b129b11fc2d6d2829a146b3fa57b783 Reviewed-on: https://gerrit.libreoffice.org/15267 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-04-12WaE: variable 'i' is uninitialized when used hereTor Lillqvist1-1/+1
Change-Id: I6c8dc01f5fb81557e3be5289ccd171037e69ae79
2015-04-12WaE: variable 'i' is uninitialized when used hereTor Lillqvist1-1/+1
Change-Id: Icddd80f9cdc71671061cc430a4c9224e74d06d25
2015-04-12sal_uInt16 to sal_Int32Matteo Casalin3-7/+7
Change-Id: I163c88ff2d6e8ac2ac14b7ff585bf09f6262270e
2015-04-12Use size() on array filled by SwEditShell::GetINetAttrs to get number of itemsMatteo Casalin4-8/+8
Change-Id: I10d05c6b635c220f2ec833e4207afbd46651aec8
2015-04-12Group common codeMatteo Casalin1-34/+27
Change-Id: I9ad05054d40b283042b9775333f8e103668ae7a6
2015-04-12USHRT_MAX ==> COMPLETE_STRINGMatteo Casalin1-2/+2
Change-Id: Ie8ba1fee144177d48a91143da8bdf6f2ab05e295
2015-04-12Use more proper integer typesMatteo Casalin1-2/+2
Change-Id: I62235badde4d7b108f7545e07c1afe96df6a3114
2015-04-12Use auto instead of sal_uInt16Matteo Casalin1-1/+1
Change-Id: Iaaf71bd7e1137ef0536c46c7fa4e78d2a6e6e162
2015-04-12Simplify by early bail-outMatteo Casalin1-15/+9
Change-Id: Ia98b0712de66315b42fac4bb2978cfa206932523
2015-04-12return value of SwEditShell::GetGlobalDocContent is always discardedMatteo Casalin2-4/+3
Change-Id: Ib1d6ff89f378aa1e1e311cce5aaf186d843b0bef
2015-04-12Use more proper integer types and reduce scopeMatteo Casalin1-3/+2
Change-Id: Ib5483f857c4bddd7d0ece6b54e4d57a0347ee13a
2015-04-12Use more proper integer types and range-for loopsMatteo Casalin2-38/+29
Change-Id: Ie32cef06ecb742e8545e4081d7f99181f5289397
2015-04-12Avoid else branches after return statementsMatteo Casalin1-18/+14
Change-Id: Ia64d2b6c94c8ead92a2f44a3c554acae5a54917f
2015-04-12getMaxLookup() can return by value and also be local inlineMatteo Casalin1-3/+2
Change-Id: Ic8975e931992f9010dcb86761d0716c0dffb84ba
2015-04-12Fix indentation and simplifyMatteo Casalin1-7/+9
Change-Id: I7557fa22ffe14dd62cf6c0a3ab99323118d97b29
2015-04-12Use range-for loopMatteo Casalin1-2/+2
Change-Id: I971bdbe38b78a9d0cba2ddbf189171fb9a21013f
2015-04-12Evaluate expression just onceMatteo Casalin1-9/+6
Change-Id: I7557234d31dcf73c784c98cb046e40c9b11fe486
2015-04-12Simplify DelLeadingBlanks interfaceMatteo Casalin1-6/+6
Change-Id: I79d29272e8665404d08674c9853d87bba7b68694
2015-04-12Use range-for loopsMatteo Casalin3-8/+5
Change-Id: I00a7af83acd1b67e913c444aaffbe74986b589a3
2015-04-12Use auto for backward loop indexMatteo Casalin2-5/+5
Change-Id: I6d8c0c86cb2693bef6ef28ec85f9ac12cc4401f5
2015-04-12Use more proper integer typesMatteo Casalin1-5/+5
Change-Id: I8224c3de495fde84a708e1bdd4a71ff27461057e
2015-04-12Use vector<T>::size_typeMatteo Casalin1-4/+4
Change-Id: I467cd6677b467f095eba9e33d84e88e262548c77
2015-04-12Indent properlyMatteo Casalin1-6/+6
Change-Id: Id4ddf08f8c79139a561fda90af402ad3698c5b16
2015-04-12Use more proper types and range-for loopsMatteo Casalin2-54/+64
Change-Id: Ic4e455f5cfe80fabf8d2ab6b6679863ac6f90f8e
2015-04-12Use more proper types and range-for loopsMatteo Casalin1-24/+23
Change-Id: I9a14cd871e85cedac3dba1bca98799fc9796bf74
2015-04-12Use more proper types and range-for loopsMatteo Casalin1-8/+6
Change-Id: Ie4eef716a65c126583945bb9742ca58b59c76a74
2015-04-12Reduce scope and make code more readableMatteo Casalin1-6/+13
Change-Id: Ic3525571be577c555e45d40b3a6a7de0c7665678
2015-04-12avoid assert on re-export of rhbz972256-3.docx to docxCaolán McNamara1-0/+7
something of a bodge I guess Change-Id: I6d804ac1f6142da50bbfd4bb72d6b3e7edfbe441
2015-04-12tdf#75256 sifr - modified xlinecolor iconsMatthias Freund2-0/+0
lc_xlinecolor moved up a pixel and small visual corrections in lc and sc. Change-Id: I523beee199f1b09e9476df6b521f0c331eba42ec Reviewed-on: https://gerrit.libreoffice.org/15273 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-04-12cppcheck: cstyleCastCaolán McNamara1-2/+2
Change-Id: I9add864d76d08e76a3a4ac9645323ba49c3906ec
2015-04-12unnecessary castCaolán McNamara1-4/+3
Change-Id: I7c040b2539b9f7f923620a02d0a27e8e000fee4a
2015-04-12cppcheck: noExplicitConstructorCaolán McNamara2-15/+26
Change-Id: I452a204616d98e1071b7bf43ad457c6a2376cf91
2015-04-12unnecessary castCaolán McNamara1-1/+1
Change-Id: I57ad3b2492721115e0ea7ebd9f43480e93b0c8ab
2015-04-12unnecessary strcpyCaolán McNamara2-5/+2
Change-Id: I98f12a01002a08d51f2232482cd015564cdb27b2
2015-04-12icu: fix Android buildMiklos Vajna1-1/+1
Change-Id: I15f8e960f253db3f13f68bb2da84f0191d888f5b
2015-04-12Breeze: missing cmd iconsandreas_k68-0/+0
Change-Id: I1d1c47f079b69c9a1414ab176a58bb6ad417c0c2 Reviewed-on: https://gerrit.libreoffice.org/15265 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-04-12tdf#75614 RTF import: fix missing text after footnoteMiklos Vajna3-1/+29
Change-Id: I5901094cb603c35a1cd8ac718fd434a9dd55729b Reviewed-on: https://gerrit.libreoffice.org/15266 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-04-12fix internal icu build on armhf (taken from Debians icu package)Rene Engelhard2-0/+16
Change-Id: Ib287799906e234ce795a0f9ded5cdeebcdffba4e
2015-04-11Tango: some updatesAdolfo Jayme Barrientos77-0/+0
Change-Id: I240ce47bc40fd98d4eb66fc59dd20655ac167068
2015-04-12tdf#75256 Improve sifr - connectors and lines - lcMatthias Freund38-0/+0
Inkscape redraw of the old bitmap icons and exported as png. Change-Id: Id4b69be05cf8dd7d0683bcd9d693723d5e8f4a0a Reviewed-on: https://gerrit.libreoffice.org/15257 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>