summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* New loplugin:dynexcspec: Add @throws documentation, svtoolsStephan Bergmann2017-01-196-0/+22
* svtools: load BitmapEx resources instead of Image onesCaolán McNamara2017-01-186-16/+14
* there's no need for this nutso redefineCaolán McNamara2017-01-181-4/+0
* unused resourcesCaolán McNamara2017-01-181-8/+0
* new loplugin: useuniqueptr: svl..svtoolsNoel Grandin2017-01-185-39/+22
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-171-1/+1
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-176-12/+12
* tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski2017-01-175-9/+21
* Resolves: tdf#104950 add English (Malaysia) [en-MY] to language listboxEike Rathke2017-01-161-0/+1
* better fix for tdf#101563: Export to PDF creates huge PDF filesNoel Grandin2017-01-131-1/+4
* coverity#1371198 Missing move assignment operatorCaolán McNamara2017-01-131-7/+0
* fold ImplConstruct into ctors and reduce to necessaryCaolán McNamara2017-01-111-32/+21
* mpGlobalMgr must already exist if we're copying from another GraphicObjectCaolán McNamara2017-01-101-1/+0
* post ctor, pre dtor there is always a mpMgr and its mpGlobalMgrCaolán McNamara2017-01-101-37/+27
* mpGlobalMgr has to exist at GraphicObject dtor timeCaolán McNamara2017-01-101-8/+5
* mpGlobalMgr is the only manager possibleCaolán McNamara2017-01-101-1/+1
* move the ImplRegisterObj outside ImplSetGraphicManager and rename itCaolán McNamara2017-01-101-6/+9
* ImplSetGraphicManager only called from ctors now where mpMgr is nullptrCaolán McNamara2017-01-101-3/+0
* GraphicManagerDestroyed would just set the default manager againCaolán McNamara2017-01-102-10/+1
* unfold and unindent else causeCaolán McNamara2017-01-101-24/+22
* the only GraphicManager is the mpGlobalMgr, so simplify accordinglyCaolán McNamara2017-01-101-35/+18
* collapse !mpMgr || mpMgrCaolán McNamara2017-01-101-38/+35
* first GraphicManager* arg of ImplSetGraphicManager is thus always nullCaolán McNamara2017-01-101-10/+10
* replace C-style casts with const_castJochen Nitschke2017-01-092-4/+4
* second arg of deformed copy ctor isn't usedCaolán McNamara2017-01-092-3/+3
* New loplugin:externvar: svtoolsStephan Bergmann2017-01-094-5/+5
* non debug warning -Wmaybe-uninitializedCaolán McNamara2017-01-091-1/+1
* Related: coverity#1371305 unnecessary inheritenceCaolán McNamara2017-01-091-1/+0
* tdf#101828 handle rtf/richtext correctlyOliver Specht2017-01-093-1/+10
* lok: refill font list if emptyHenry Castro2017-01-071-1/+8
* tdf#105121 Crash in GrabFocus during disposeMaxim Monastirsky2017-01-051-1/+2
* coverity#1398229 Logically dead codeCaolán McNamara2016-12-311-5/+2
* ImageLists no longer loaded from resource filesCaolán McNamara2016-12-301-20/+0
* unwind this ImageListCaolán McNamara2016-12-302-111/+584
* this can be localCaolán McNamara2016-12-273-2/+150
* HasImageAtPos takes an id not a posCaolán McNamara2016-12-241-1/+1
* tdf#70998 Change word "Graphic(s)" to "Image(s)"Huzaifa Iftikhar2016-12-231-2/+2
* remove unnecessary casting in BrowseBox::pDataWin memberNoel Grandin2016-12-232-138/+143
* convert BmpFilter to scoped enumNoel Grandin2016-12-221-1/+1
* Merge renderer.hxx into .cxxStephan Bergmann2016-12-212-90/+49
* Merge provider.hxx into .cxxStephan Bergmann2016-12-212-72/+36
* unwind RID_SVTOOLS_IMAGELIST_EDITBROWSEBOX ImageListCaolán McNamara2016-12-213-74/+54
* disable uninteresting utility in --disable-dynloading caseCaolán McNamara2016-12-191-1/+1
* no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin2016-12-192-9/+3
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-153-8/+8
* coverity#1371265 Missing move assignment operatorCaolán McNamara2016-12-121-1/+1
* coverity#1397046 Unchecked return valueCaolán McNamara2016-12-121-1/+1
* coverity#1397056 Dereference null return valueCaolán McNamara2016-12-121-6/+9
* OSL_TRACE -> SAL in sfx2..svxNoel Grandin2016-12-115-22/+22
* tdf#104495: prevent autotext to crash when drag&dropJulien Nabet2016-12-091-1/+0