summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Kill remaining plugin bitsMaxim Monastirsky2015-12-301-3/+3
* sal_uIntPtr to sal_uInt32, int to sal_uInt32/sal_uInt64Matteo Casalin2015-12-271-2/+2
* oox: change instances of maName to more descriptive namesChris Sherlock2015-12-262-4/+4
* svx: change instances of maName to more descriptive namesChris Sherlock2015-12-263-9/+15
* test: change maName to more descriptive variable nameChris Sherlock2015-12-262-4/+4
* vcl: change device font size variable/fn namesChris Sherlock2015-12-261-2/+2
* vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock2015-12-251-1/+1
* crashtesting: fdo73974-1.doc assert on reexport to docCaolán McNamara2015-12-241-1/+1
* loplugin:unnecessaryvirtualNoel Grandin2015-12-242-4/+1
* Remove unneeded bitfieldDaniel Robertson2015-12-241-3/+3
* loplugin:unusedfieldsNoel Grandin2015-12-241-1/+0
* OModule::onFirstClient is unusedNoel Grandin2015-12-242-6/+0
* Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock2015-12-241-2/+2
* New saving behaviorMaxim Monastirsky2015-12-231-3/+0
* loplugin:unusedfields in cuiNoel Grandin2015-12-231-3/+1
* loplugin:unusedfields in /includeNoel Grandin2015-12-2316-36/+6
* crashtesting: CreateShellID returns the mediums base url...Caolán McNamara2015-12-224-8/+3
* tdf#96181 SVG: Add support for <use> elementXisco Fauli2015-12-221-0/+1
* loplugin:unusedfields in include/vclNoel Grandin2015-12-224-10/+1
* fix Link::operator<Noel Grandin2015-12-221-2/+8
* Hide these data members.Kohei Yoshida2015-12-211-1/+1
* tdf93236 N-UP printing in combination with mailmerge broken file-print 1/4Juergen Funk2015-12-211-1/+1
* loplugin:unusedmethodsNoel Grandin2015-12-2116-211/+0
* Use std::unique_ptr for the SdrPageProperties member of SdrPage.Kohei Yoshida2015-12-211-3/+3
* unused codeJuergen Funk2015-12-201-3/+0
* Move silly DBG macro to the only file where it is usedTor Lillqvist2015-12-201-9/+0
* sal: make OString/OUString immovable for MSVCMichael Stahl2015-12-202-0/+8
* oox: save ProgId on import, and use it in ShapeExport::WriteOLE2Shape()Michael Stahl2015-12-201-1/+3
* move saveInteropProperties from writerfilter to ooxMichael Stahl2015-12-201-0/+6
* factor out oox::GetOLEObjectStream() without sw dependenciesMichael Stahl2015-12-201-0/+16
* oox: disable obnoxious debugging spewMichael Stahl2015-12-201-1/+2
* xmloff: missing includeMiklos Vajna2015-12-191-0/+1
* coverity#1343637 Double freeCaolán McNamara2015-12-191-4/+4
* tdf#83755 correct non-printing character positionMark Hung2015-12-191-0/+1
* Use std::unique_ptr for mpViewContact member instance of SdrPage.Kohei Yoshida2015-12-192-20/+17
* Use std::unique_ptr for SdrLayerAdmin data member.Kohei Yoshida2015-12-181-5/+3
* Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke2015-12-181-1/+1
* tdf#93837 sfx2: Allow loading xml menus by resource nameMaxim Monastirsky2015-12-181-2/+2
* editeng: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna2015-12-181-1/+0
* related tdf#96398 pull out more NPAPI-related codeThorsten Behrens2015-12-181-51/+0
* Clean unused defines after src->xml conversionMaxim Monastirsky2015-12-172-9/+0
* nConfigId is always 0Maxim Monastirsky2015-12-171-2/+1
* [API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens2015-12-171-1/+0
* lokdocview: Return if no document is setPranav Kant2015-12-171-4/+6
* Avoid memory leaksStephan Bergmann2015-12-171-3/+3
* lokdocview: Use GLib basic typesPranav Kant2015-12-171-6/+6
* lokdocview: Added some missing comments/annotationsPranav Kant2015-12-171-0/+7
* handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke2015-12-171-0/+1
* add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke2015-12-172-1/+3
* tdf#32248 SVG: first attempt to support tspan elementsXisco Fauli2015-12-171-0/+1