summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-21loplugin:unusedfields in swNoel Grandin50-128/+46
2015-12-21loplugin:unusedfields UnoControls,ucbNoel Grandin23-68/+20
2015-12-21loplugin:unusedfields unotools,unoxmlNoel Grandin12-54/+31
2015-12-21loplugin:unusedfields vbahelperNoel Grandin3-7/+2
2015-12-21loplugin:unusedfields writerfilter,writerperfectNoel Grandin11-36/+15
2015-12-21loplugin:unusedfields in xmlhelp,xmloffNoel Grandin14-58/+4
2015-12-21loplugin:unusedfields in xmlscript,xmlsecurityNoel Grandin12-51/+34
2015-12-21tdf93236 N-UP printing in combination with mailmerge broken file-print 1/4Juergen Funk14-423/+685
2015-12-21SVG: don't fill the gradient if there's no stop element presentXisco Fauli1-10/+16
2015-12-21loplugin:unusedmethodsNoel Grandin57-717/+7
2015-12-21toolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issueMiklos Vajna1-0/+1
2015-12-21tdf#96223: introspection queries for XPropertySet againOliver Specht1-15/+1
2015-12-21tdf#95846: fix not-relative-to-indent tab stop positionsMike Kaganski1-73/+32
2015-12-21unused code ww8::WW8TableNodeInfo::isEndOfLine() constJuergen Funk1-1/+0
2015-12-21Use std::unique_ptr for the SdrPageProperties member of SdrPage.Kohei Yoshida2-15/+17
2015-12-20tdf#93949 ensure memory stream is properly flushedTomaž Vajngerl1-0/+1
2015-12-20cppcheck: false positive deallocuseJulien Nabet1-11/+4
2015-12-20cppcheck: false positive memleakJulien Nabet1-4/+6
2015-12-20loplugin:staticcallStephan Bergmann1-1/+1
2015-12-20unused codeJuergen Funk4-15/+1
2015-12-20loplugin:cstylecastStephan Bergmann1-1/+1
2015-12-20solenv: clarify maven/buck/jar upload howtoThorsten Behrens1-12/+23
2015-12-20Probably a better way to detect readonly docMaxim Monastirsky1-10/+5
2015-12-20ResourceMenuController: fix detection of verbs for readonly docsMaxim Monastirsky1-2/+2
2015-12-20loplugin::stringconcatStephan Bergmann1-3/+3
2015-12-20Fix mis-edit in d0652bfd2b87fad10c141e3bf3f5d0c0a8683cb5Tor Lillqvist1-1/+1
2015-12-20Fix @since tagsStephan Bergmann1-2/+2
2015-12-20Move silly DBG macro to the only file where it is usedTor Lillqvist2-9/+9
2015-12-20Bin leftover commented-out debugging call to dump_pset()Tor Lillqvist1-1/+0
2015-12-20Add snide commentTor Lillqvist1-0/+2
2015-12-20Change a local DBG macro to SAL_INFOTor Lillqvist1-40/+26
2015-12-20Cosmetic cleanupTor Lillqvist1-13/+0
2015-12-20Bin silly DBG macro used in two not that interesting casesTor Lillqvist1-11/+0
2015-12-20sal: make OString/OUString immovable for MSVCMichael Stahl2-0/+8
2015-12-20sw: add yet another stupid component for WNTMichael Stahl1-3/+1
2015-12-20external/libxslt: run macosx-change-install-names.pl for dylibDouglas Mencken1-0/+4
2015-12-20sal: replace a list with vectorMichael Stahl1-2/+1
2015-12-20sw: remove that silly lcl_CopyStreamMichael Stahl2-29/+14
2015-12-20oox: fix indentation of ShapeExport::WriteOLE2ShapeMichael Stahl1-134/+133
2015-12-20oox: save ProgId on import, and use it in ShapeExport::WriteOLE2Shape()Michael Stahl4-7/+66
2015-12-20move saveInteropProperties from writerfilter to ooxMichael Stahl4-44/+51
2015-12-20embeddedobj: do not automatically convert alien objects to ownMichael Stahl1-11/+0
2015-12-20oox: stop pointlessly loading embedded objects to check if it's a chartMichael Stahl1-4/+12
2015-12-20oox: replace incomplete implementation of ShapeExport::WriteOLE2Shape()Michael Stahl1-84/+38
2015-12-20factor out oox::GetOLEObjectStream() without sw dependenciesMichael Stahl3-211/+246
2015-12-20sw: stop using SfxObjectShell in DocxExport::WriteOLEObjectMichael Stahl1-10/+28
2015-12-20oox: disable obnoxious debugging spewMichael Stahl1-1/+2
2015-12-20sfx2: SAL_WARN on the early error returnMichael Stahl1-0/+3
2015-12-19no need to repeatedly call getLengthMarkus Mohrhard1-2/+2
2015-12-19std::pair<OUString, OUString> is the more natural key typeMarkus Mohrhard1-12/+15