summaryrefslogtreecommitdiff
path: root/desktop/source
AgeCommit message (Expand)AuthorFilesLines
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin3-6/+3
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga2-1/+27
2015-11-12lok: Use reference instead of copy constructing in range-based for.Jan Holesovsky1-5/+5
2015-11-12sw lok: filter out defalt styles to avoid duplicatesAndrzej Hunt1-4/+14
2015-11-12More range based forAndrzej Hunt1-1/+1
2015-11-12Use std::vector instead of an array of stringsAndrzej Hunt1-3/+5
2015-11-12lok: send list of commands instead of ClearStylesAndrzej Hunt1-4/+21
2015-11-11lok sw: Place default styles at top of style selectorAndrzej Hunt1-0/+33
2015-11-11lok: add Clear formatting to getStyles()Andrzej Hunt1-0/+8
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt1-0/+69
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-1/+1
2015-11-10desktop: Make the --writer/--calc/--impress command line options work again.Jan Holesovsky1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann57-269/+269
2015-11-09new loplugin: oncevarNoel Grandin3-8/+5
2015-11-06afl-event-testing: afl-1.93b has a new persistent patternCaolán McNamara1-18/+8
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann3-18/+18
2015-11-05sc lok: update parameter syntax for .uno:CellCursorAndrzej Hunt1-23/+34
2015-11-05sc lok: tdf#94605 introduce uno:CellCursorAndrzej Hunt1-0/+43
2015-11-04yyyyyNoel Grandin6-29/+23
2015-11-03lok: Fix crash due to non-initialized callback.Jan Holesovsky1-2/+4
2015-11-03sc lok: allow requesting row headers only for a logic areaMiklos Vajna1-2/+43
2015-11-03desktop: minimal Android build fixMiklos Vajna1-1/+1
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky1-5/+69
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-12/+12
2015-11-02afl-eventtesting: can simplify this now we use QueryExitCaolán McNamara1-38/+3
2015-11-02afl-eventtesting: fix persistent modeCaolán McNamara1-1/+1
2015-11-01android: update JNI facade, rename mouse/keyboard event flagsTomaž Vajngerl1-4/+46
2015-11-01android: don't use alpha VDev when painting tiles on AndroidTomaž Vajngerl1-10/+24
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin12-39/+30
2015-10-30LOK: initial Document::getCommandValues() for RowColumnHeadersMiklos Vajna1-1/+17
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2-3/+3
2015-10-29LOK: font/back color feedbackMihai Varga1-1/+3
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin2-11/+7
2015-10-28vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna1-8/+1
2015-10-27loplugin:unusedmethodsNoel Grandin2-14/+0
2015-10-26gtktiledviwer: try to paste as html, then as plain textMiklos Vajna1-1/+1
2015-10-26lok clipboard: support rich text pasteMiklos Vajna2-4/+9
2015-10-26lok::Document::paste: check if the given mime type is supportedMiklos Vajna1-0/+7
2015-10-22LOK: add Document::paste()Miklos Vajna3-0/+179
2015-10-21android: remove the native DirectBufferAllocatorTomaž Vajngerl1-28/+0
2015-10-20afl-eventtesting: shutdown cleaner to allow things to deregisterCaolán McNamara1-2/+3
2015-10-20sc: initial png exportMiklos Vajna1-0/+1
2015-10-20lok::Document::saveAs: add Writer/Impress/Draw png mappingMiklos Vajna1-0/+3
2015-10-19loplugin:defaultparamsStephan Bergmann2-4/+4
2015-10-16convert Link<> to typedNoel Grandin5-21/+13
2015-10-15lok::Document::paintTile: fix non-rectangular tiles wrt. transparencyMiklos Vajna1-1/+1