summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-13loplugin:staticmethodsNoel Grandin36-179/+128
Change-Id: I33a8ca28b0c3bf1c31758d93238e74927bebde9c
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin10-26/+34
Change-Id: I84bff53e55fc93ad423835ebc3bf129546dfb7c3
2015-04-13remove unused constantsNoel Grandin1-7/+1
Change-Id: Ib467f1326b224dbf87282174559c7076d834b7b7
2015-04-13convert HiddenWarningFact to scoped enumNoel Grandin5-11/+11
Change-Id: I23579d746a3c612de68345794731f1ff2cbdf605
2015-04-13convert HIDDENINFORMATION_ constants into scoped enumNoel Grandin6-30/+38
Change-Id: I94136c926fc8fa69ce2ce2b97fa34dc984dbe095
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin13-55/+61
Change-Id: I065a07e1bb5f5a7f85429c919830b6b9605206ea
2015-04-13Related tdf#34467: Fit to Frame for text boxes is brokenJulien Nabet1-1/+1
Wrong Copy-paste Change-Id: Ice000b072a39efc3adc9133b8599c43a93559862 Reviewed-on: https://gerrit.libreoffice.org/15224 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-04-13DocxAttributeOutput::m_postponedOLE: use std::unique_ptr<>Miklos Vajna2-14/+11
Change-Id: I4b8c6d59f024c2319ab14200118416b0ff23d7f5
2015-04-13android: move strikeout button after underlineMiklos Vajna1-6/+6
So that it matches the order we show on the desktop. Change-Id: Ia5be2a233bc4ab3adc37b013b22784032d58a174
2015-04-13Add SdXImpressDocument::postKeyEvent() testcase.Miklos Vajna1-0/+28
Change-Id: I87edb9c4693b1634942d8dbda4050920f439cbbf
2015-04-13Fix failing SdTiledRenderingTest::testSetTextSelection().Miklos Vajna1-1/+4
Change-Id: Ieaeaef249ea15de7cebc1cdb60b4d6130a6b5616
2015-04-13EditView::SetCursorLogicPosition: first deselect, then get the selectionMiklos Vajna1-1/+1
If you tap to nearly the end of an editeng paragraph, then drag the cursor using EditView::SetCursorLogicPosition(bPoint=true, bClearMark=true) to the end of the paragraph, finally hit enter, the text between the tap position and the end of the paragraph gets deleted. Fix this by calling GetEditSelection() after DeselectAll(), so that the original cursor position (before the drag started) never survives, which gives back the lost text, too. Change-Id: I777256765f1c8f1a7f22c549eaca19e575fdae21
2015-04-13sw: SetCursorLogicPosition -> SetCursorTwipPositionMiklos Vajna3-5/+5
Again, to be consistent with SetGraphicTwipPosition. Change-Id: Id2134de9ec8467b890ff6f26a3d538fbb45ad3e0
2015-04-13sd: SetCursorLogicPosition -> SetCursorMm100PositionMiklos Vajna3-5/+5
To be consistent with SetGraphicMm100Position. Change-Id: Ic6775f9f1350ceb41381b4090cd32c4bd4393e67
2015-04-13android: tune the viewport moving to cursor position on key inputTomaž Vajngerl3-10/+43
Change-Id: Ie420307f28cc05ca03fabe47f46712f67c6f18fa
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