summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-03starmath: Convert many services to constructors.distro/collabora/viewer2Jan Holesovsky4-184/+30
2015-05-03sc: Avoid registering controls.Jan Holesovsky1-1/+4
2015-05-03android: optipng the images.Jan Holesovsky22-0/+0
2015-05-03sc: More services converted to constructors.Jan Holesovsky5-91/+16
2015-05-03viewer: Remove some more services.Jan Holesovsky1-6/+0
2015-05-03android: Plain .component files are not used from what I know.Jan Holesovsky1-2/+1
2015-05-03sc: Convert many services to constructors.Jan Holesovsky10-411/+72
2015-05-02android: Add many missing services, remove several unused ones.Jan Holesovsky1-27/+55
2015-05-02cppuhelper: Allow logging the used services / constructors.Jan Holesovsky1-0/+2
2015-05-02add missing services to allow writer to save.Siqi Liu1-0/+4
2015-04-24sw tiled rendering: It is important not to center from the very beginning.Jan Holesovsky1-1/+2
2015-04-24intent preference overrides default prefs.Siqi Liu1-0/+21
2015-04-24load default prefs once and use new sortmode/filter mode on refresh.Siqi Liu1-24/+6
2015-04-24Use switch... and effectively sorts before listing.Siqi Liu2-50/+52
2015-04-24Formatting for consistencySiqi Liu1-36/+56
2015-04-24Set correct title for sort mode after changes.Siqi Liu2-8/+19
2015-04-24Remove unimplemented search functionalitySiqi Liu1-4/+0
2015-04-24formatting for consistancy and remove unused file.Siqi Liu4-209/+13
2015-04-24Do NOT browse files from "Documents" folder. Browse from root instead.Siqi Liu1-2/+1
2015-04-24refactor xml styling for listview textsSiqi Liu2-15/+15
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