summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2017-02-02Fix some typosSamuel Mehrbrodt4-10/+10
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin2-3/+3
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin1-5/+2
2017-02-02convert BmpCombine to scoped enum and drop unusedNoel Grandin1-1/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-3/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin12-16/+16
2017-01-30tdf#105448 add Sibe [nco-PG] to language listEike Rathke1-0/+1
2017-01-30tdf#105448 add Manchu [mnc-CN] to language list (CTL)Eike Rathke1-0/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2-3/+3
2017-01-27Remove some '#ifdef AWT_DIALOG' noiseStephan Bergmann1-29/+0
2017-01-27tweak the scoping here a littleCaolán McNamara1-11/+7
2017-01-26Remove dynamic exception specificationsStephan Bergmann54-1110/+855
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin6-27/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski16-41/+41
2017-01-23use rtl::Reference in SvUnoImageMapNoel Grandin1-44/+21
2017-01-23use rtl::Reference in TransferableDataHelper_ImplNoel Grandin1-11/+8
2017-01-23use rtl::Reference in RulerNoel Grandin1-10/+4
2017-01-21move GetXGraphic to its only userCaolán McNamara1-4/+4
2017-01-21function argument cleanupJochen Nitschke2-21/+13
2017-01-20don't need an intermediate ImageCaolán McNamara1-2/+1
2017-01-19drop now unusd private:resource/.../image urlsCaolán McNamara1-10/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, svtoolsStephan Bergmann6-0/+22
2017-01-18svtools: load BitmapEx resources instead of Image onesCaolán McNamara6-16/+14
2017-01-18there's no need for this nutso redefineCaolán McNamara1-4/+0
2017-01-18unused resourcesCaolán McNamara1-8/+0
2017-01-18new loplugin: useuniqueptr: svl..svtoolsNoel Grandin5-39/+22
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-1/+1
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski6-12/+12
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski5-9/+21
2017-01-16Resolves: tdf#104950 add English (Malaysia) [en-MY] to language listboxEike Rathke1-0/+1
2017-01-13better fix for tdf#101563: Export to PDF creates huge PDF filesNoel Grandin1-1/+4
2017-01-13coverity#1371198 Missing move assignment operatorCaolán McNamara1-7/+0
2017-01-11fold ImplConstruct into ctors and reduce to necessaryCaolán McNamara1-32/+21
2017-01-10mpGlobalMgr must already exist if we're copying from another GraphicObjectCaolán McNamara1-1/+0
2017-01-10post ctor, pre dtor there is always a mpMgr and its mpGlobalMgrCaolán McNamara1-37/+27
2017-01-10mpGlobalMgr has to exist at GraphicObject dtor timeCaolán McNamara1-8/+5
2017-01-10mpGlobalMgr is the only manager possibleCaolán McNamara1-1/+1
2017-01-10move the ImplRegisterObj outside ImplSetGraphicManager and rename itCaolán McNamara1-6/+9
2017-01-10ImplSetGraphicManager only called from ctors now where mpMgr is nullptrCaolán McNamara1-3/+0
2017-01-10GraphicManagerDestroyed would just set the default manager againCaolán McNamara2-10/+1
2017-01-10unfold and unindent else causeCaolán McNamara1-24/+22
2017-01-10the only GraphicManager is the mpGlobalMgr, so simplify accordinglyCaolán McNamara1-35/+18
2017-01-10collapse !mpMgr || mpMgrCaolán McNamara1-38/+35
2017-01-10first GraphicManager* arg of ImplSetGraphicManager is thus always nullCaolán McNamara1-10/+10
2017-01-09replace C-style casts with const_castJochen Nitschke2-4/+4
2017-01-09second arg of deformed copy ctor isn't usedCaolán McNamara2-3/+3
2017-01-09New loplugin:externvar: svtoolsStephan Bergmann4-5/+5
2017-01-09non debug warning -Wmaybe-uninitializedCaolán McNamara1-1/+1
2017-01-09Related: coverity#1371305 unnecessary inheritenceCaolán McNamara1-1/+0
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht3-1/+10