summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-24formatting for consistancy across Java codeSiqi Liu1-61/+61
2015-04-24use LOGTAG insteadSiqi Liu1-2/+5
2015-04-24formatting for consistancy across Java codeSiqi Liu2-75/+67
2015-04-20viewer: Revert "Copy only *-debug.apk"Jan Holesovsky1-1/+1
2015-04-20viewer: Enable taps to be able to handle hyperlinks.Jan Holesovsky2-7/+10
2015-04-20viewer: Disable the editor-related buttons.Jan Holesovsky1-0/+6
2015-04-20viewer: Revert "android: enable editing by default"Jan Holesovsky1-1/+1
2015-04-13android: move strikeout button after underlineMiklos Vajna1-6/+6
2015-04-13Add SdXImpressDocument::postKeyEvent() testcase.Miklos Vajna1-0/+28
2015-04-13Fix failing SdTiledRenderingTest::testSetTextSelection().Miklos Vajna1-1/+4
2015-04-13EditView::SetCursorLogicPosition: first deselect, then get the selectionMiklos Vajna1-1/+1
2015-04-13sw: SetCursorLogicPosition -> SetCursorTwipPositionMiklos Vajna3-5/+5
2015-04-13sd: SetCursorLogicPosition -> SetCursorMm100PositionMiklos Vajna3-5/+5
2015-04-13android: tune the viewport moving to cursor position on key inputTomaž Vajngerl3-10/+43
2015-04-13Add SwXTextDocument::postKeyEvent() testcase.Miklos Vajna1-0/+18
2015-04-13android: hide keyboard on scrolling at a more correct locationTomaž Vajngerl2-2/+1
2015-04-13android: reposition the viewport to the cursor at key eventTomaž Vajngerl2-0/+13
2015-04-13android: don't need the cursor position from DocumentOverlayTomaž Vajngerl2-8/+0
2015-04-13android: add possibility to move the viewport and zoom + animationTomaž Vajngerl3-0/+46
2015-04-13android: separate layer functionality to DocumentOverlayLayerTomaž Vajngerl1-43/+52
2015-04-13android: rename TextCursorLayer{View} -> DocumentOverlay{View}Tomaž Vajngerl6-58/+55
2015-04-13android: get cursor position from TextCursorLayer/ViewTomaž Vajngerl2-0/+8
2015-04-13android: add Cursor class for drawing the cursor to the canvasTomaž Vajngerl2-23/+57
2015-04-13BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini2-187/+84
2015-04-12WaE: variable 'i' is uninitialized when used hereTor Lillqvist1-1/+1
2015-04-12WaE: variable 'i' is uninitialized when used hereTor Lillqvist1-1/+1
2015-04-12sal_uInt16 to sal_Int32Matteo Casalin3-7/+7
2015-04-12Use size() on array filled by SwEditShell::GetINetAttrs to get number of itemsMatteo Casalin4-8/+8
2015-04-12Group common codeMatteo Casalin1-34/+27
2015-04-12USHRT_MAX ==> COMPLETE_STRINGMatteo Casalin1-2/+2
2015-04-12Use more proper integer typesMatteo Casalin1-2/+2
2015-04-12Use auto instead of sal_uInt16Matteo Casalin1-1/+1
2015-04-12Simplify by early bail-outMatteo Casalin1-15/+9
2015-04-12return value of SwEditShell::GetGlobalDocContent is always discardedMatteo Casalin2-4/+3
2015-04-12Use more proper integer types and reduce scopeMatteo Casalin1-3/+2
2015-04-12Use more proper integer types and range-for loopsMatteo Casalin2-38/+29
2015-04-12Avoid else branches after return statementsMatteo Casalin1-18/+14
2015-04-12getMaxLookup() can return by value and also be local inlineMatteo Casalin1-3/+2
2015-04-12Fix indentation and simplifyMatteo Casalin1-7/+9
2015-04-12Use range-for loopMatteo Casalin1-2/+2
2015-04-12Evaluate expression just onceMatteo Casalin1-9/+6
2015-04-12Simplify DelLeadingBlanks interfaceMatteo Casalin1-6/+6
2015-04-12Use range-for loopsMatteo Casalin3-8/+5
2015-04-12Use auto for backward loop indexMatteo Casalin2-5/+5
2015-04-12Use more proper integer typesMatteo Casalin1-5/+5
2015-04-12Use vector<T>::size_typeMatteo Casalin1-4/+4
2015-04-12Indent properlyMatteo Casalin1-6/+6
2015-04-12Use more proper types and range-for loopsMatteo Casalin2-54/+64
2015-04-12Use more proper types and range-for loopsMatteo Casalin1-24/+23
2015-04-12Use more proper types and range-for loopsMatteo Casalin1-8/+6