summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-01-23Function Wizard: don't overwrite an unlisted functionEike Rathke1-4/+4
2016-01-21Make enumarray_iterator adhere to iterator requirementsStephan Bergmann1-3/+7
2016-01-21Related tdf#96833: hide user and password for WebDAV servers...Giuseppe Castagno2-0/+4
2016-01-21oox: export Math objects to PPTX filesMichael Stahl1-0/+1
2016-01-21starmath: only use WordProcessingML elements in DOCX filesMichael Stahl1-1/+4
2016-01-18tdf#95913: Don't cache CTRL_SLIDERTor Lillqvist1-0/+1
2016-01-18oox: move enum DocumentType out of drawingml.hxxMichael Stahl2-3/+8
2016-01-12tdf#97075 - don't render sdr overlays before we paint.Michael Meeks1-8/+10
2016-01-12tdf#96513: Limit LOKDocView's zoom in [0.25, 5.0]Pranav Kant1-1/+3
2016-01-12New saving behaviorMaxim Monastirsky1-3/+0
2016-01-12oox: deterministic oleObject stream numberingMichael Stahl1-1/+1
2016-01-12oox: save ProgId on import, and use it in ShapeExport::WriteOLE2Shape()Michael Stahl1-1/+3
2016-01-12move saveInteropProperties from writerfilter to ooxMichael Stahl1-0/+6
2016-01-12factor out oox::GetOLEObjectStream() without sw dependenciesMichael Stahl1-0/+16
2016-01-11tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl1-0/+3
2016-01-11lokdocview: Return if no document is setPranav Kant1-4/+6
2016-01-11lokdocview: Added some missing comments/annotationsPranav Kant1-0/+7
2016-01-11lokdocview: Use GLib basic typesPranav Kant1-6/+6
2016-01-07tdf#96708: don't modify document while copying to clipboardMike Kaganski1-2/+4
2016-01-07vcl: opengl - Kill the last glErrors on common paths.Michael Meeks1-0/+5
2016-01-06tdf#94715 - ensure we remove ourselves from the same event source.Michael Meeks1-7/+8
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke2-1/+3
2016-01-05tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-upEike Rathke1-0/+16
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke1-1/+1
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl1-2/+4
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl2-2/+6
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke2-0/+6
2015-12-15gtk3+wayland: enable manual movement of toolbarsCaolán McNamara1-1/+2
2015-12-14tdf#95813: Don't cache CTRL_LISTNODE (disclosure control)Tor Lillqvist1-0/+1
2015-12-14vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks1-0/+5
2015-12-12opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot1-1/+4
2015-12-11tdf#85767 Enable rotated/flipped icons in the SidebarSamuel Mehrbrodt5-49/+116
2015-12-09tdf#96317: Add API for copy/paste from/to the widgetPranav Kant1-0/+29
2015-12-09lokdocview: Set a 'default' path for LOK initPranav Kant1-1/+2
2015-12-09tdf#96318: Add searching APIPranav Kant1-0/+38
2015-12-07last arg of SetOutputSizePixelScaleOffsetAndBuffer no longer usedCaolán McNamara1-4/+2
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara1-4/+0
2015-12-07tdf#96246: Make pRenderingArguments nullablePranav Kant1-1/+1
2015-12-07improve error message for nonexist. pathDavid Tardon1-0/+7
2015-12-07tdf#96243 don't crash if LibO install. wasn't foundDavid Tardon1-0/+2
2015-12-07fix powerpc buildNoel Grandin1-0/+3
2015-12-02valgrind: scary warning that the cairo font options were deleted before useCaolán McNamara1-3/+0
2015-11-28introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke1-1/+11
2015-11-28introduce SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke1-0/+4
2015-11-27mutex used in post-main dtorCaolán McNamara1-0/+2
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks5-20/+7
2015-11-26vcl: fix event processing to idle - for JUnit tests.Michael Meeks1-2/+4
2015-11-26vcl: cleanup scheduler debug name usage.Michael Meeks1-0/+1
2015-11-26vcl: move private impl. detail of Scheduler out of global header.Michael Meeks1-13/+2
2015-11-26vcl: don't treat non-ready timers as idle handlers.Michael Meeks3-4/+13