summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-03-16tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos1-10/+0
2015-03-16LOK: extract the callback typedef to a separate LibreOfficeKitTypes.h headerMiklos Vajna5-7/+35
2015-03-16LOK: Implement posting of .uno: commands.Jan Holesovsky3-0/+17
2015-03-16Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky1-0/+31
2015-03-16Add ImpEditView::libreOfficeKitCallback()Miklos Vajna3-0/+12
2015-03-16lok::Document: add resetSelection()Miklos Vajna3-0/+15
2015-03-16lokdocview: add edit-changed signal, so toolbar toggle button is in syncMiklos Vajna1-0/+1
2015-03-16lokdocview: add lok_docview_get_edit()Miklos Vajna1-0/+2
2015-03-16lokdocview: implement move of imagesMiklos Vajna1-0/+1
2015-03-16lokdocview: use lok::Document::setGraphicSelection()Miklos Vajna1-0/+8
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna4-0/+49
2015-03-16drawinglayer::processor2d::HitTestProcessor2D: ignore pixel size of ...Miklos Vajna2-1/+6
2015-03-14tdf#43157: Enable format check in sal_detail_logFormatStephan Bergmann1-1/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-0/+1
2015-03-13V803 decreased performance postfix incrementMichael Stahl2-2/+2
2015-03-13Do not use arbitrary strings as format stringsStephan Bergmann1-3/+3
2015-03-13Missing XComponent overridesStephan Bergmann1-0/+18
2015-03-12formula: PVS-Studio V610 Undefined behavior shift negative signed intMichael Stahl1-1/+1
2015-03-12sal: PVS-Studio V611 memory was allocated using 'new T[]' operatorMichael Stahl1-3/+3
2015-03-12vcl: parallelize image scaling.Michael Meeks1-0/+3
2015-03-12init and compare opcode hashmap with uppercase symbolsEike Rathke1-1/+2
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis1-0/+1
2015-03-11TableRef: add item specifiers and opcodesEike Rathke2-2/+12
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl10-12/+32
2015-03-11support fast MM printing in non-single-file mode only for CUPSLuboš Luňák2-0/+16
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák2-1/+13
2015-03-11vcl timers: avoid crash initializing too early.Michael Meeks1-1/+1
2015-03-11vcl timers: avoid crash with vcldemo.Michael Meeks1-0/+3
2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann1-1/+8
2015-03-11convert CHILD_ constants to enum classNoel Grandin1-0/+17
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin1-17/+0
2015-03-11const_cast -> mutableZolnai Tamás1-1/+1
2015-03-11Avoid casting SvxBrushItem:nShadingValueZolnai Tamás1-2/+2
2015-03-10Avoid undef use of null ptr, use offsetof insteadStephan Bergmann1-2/+1
2015-03-10tabbar: convert ItemList* to ItemList and clean-upTomaž Vajngerl1-10/+8
2015-03-10tabbar: move TabBarList to implTomaž Vajngerl1-2/+1
2015-03-10tabbar: use unique_ptr for buttons, sizer & clean-upTomaž Vajngerl1-7/+3
2015-03-10detect MSO 2007 OOXML documentsMarkus Mohrhard1-0/+2
2015-03-10remove whitespacesMarkus Mohrhard3-16/+1
2015-03-09V801: Decreased performanceCaolán McNamara3-10/+10
2015-03-09V801: Decreased performanceCaolán McNamara6-7/+7
2015-03-09Scheduler: wrong priority orderTobias Madl1-2/+2
2015-03-09V801: Decreased performanceCaolán McNamara24-44/+44
2015-03-09Look for .dylib on OS X, but ...Tor Lillqvist1-2/+7
2015-03-09sdr::overlay::OverlayObjectList: when tiled rendering, don't work with pixelsMiklos Vajna1-0/+1
2015-03-09Add sdr::overlay::OverlayManager::getModel()Miklos Vajna1-2/+6
2015-03-09tdf#89705: provides callback for url handling on android.Siqi Liu1-1/+7
2015-03-09sw: move LOK_CALLBACK_CURSOR_VISIBLE event from SwVisCrsr to SwCrsrShellMiklos Vajna1-3/+3
2015-03-09lokdocview: render graphic selection handlesMiklos Vajna1-0/+2
2015-03-09lokdocview: initial LOK_CALLBACK_GRAPHIC_SELECTION handlingMiklos Vajna1-0/+1