summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2017-12-06Drop a bunch of font metrics flagsKhaled Hosny1-20/+5
2017-12-06vcl: rename Window::Notify to EventNotifyMichael Stahl13-26/+26
2017-12-06use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2-3/+3
2017-12-02convert DecodeMechanism to scoped enumNoel Grandin11-48/+48
2017-12-02convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin3-4/+4
2017-11-29remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin6-27/+27
2017-11-28remove UL/L suffixes from shift-by-constant expressionsNoel Grandin1-1/+1
2017-11-28move the exception handlingCaolán McNamara1-23/+36
2017-11-28loplugin:loopvartoosmallStephan Bergmann5-13/+13
2017-11-28tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski5-9/+21
2017-11-28better fix for tdf#101563: Export to PDF creates huge PDF filesNoel Grandin1-1/+4
2017-11-28fold ImplConstruct into ctors and reduce to necessaryCaolán McNamara1-32/+21
2017-11-28mpGlobalMgr must already exist if we're copying from another GraphicObjectCaolán McNamara1-1/+0
2017-11-28post ctor, pre dtor there is always a mpMgr and its mpGlobalMgrCaolán McNamara1-37/+27
2017-11-28mpGlobalMgr has to exist at GraphicObject dtor timeCaolán McNamara1-8/+5
2017-11-28mpGlobalMgr is the only manager possibleCaolán McNamara1-1/+1
2017-11-28move the ImplRegisterObj outside ImplSetGraphicManager and rename itCaolán McNamara1-6/+9
2017-11-28ImplSetGraphicManager only called from ctors now where mpMgr is nullptrCaolán McNamara1-3/+0
2017-11-28GraphicManagerDestroyed would just set the default manager againCaolán McNamara2-10/+1
2017-11-28unfold and unindent else causeCaolán McNamara1-24/+22
2017-11-28the only GraphicManager is the mpGlobalMgr, so simplify accordinglyCaolán McNamara1-35/+18
2017-11-28collapse !mpMgr || mpMgrCaolán McNamara1-38/+35
2017-11-28first GraphicManager* arg of ImplSetGraphicManager is thus always nullCaolán McNamara1-10/+10
2017-11-28second arg of deformed copy ctor isn't usedCaolán McNamara2-3/+3
2017-11-28convert BmpConversion to scoped enumNoel Grandin1-4/+4
2017-11-28convert BmpCombine to scoped enum and drop unusedNoel Grandin1-1/+1
2017-11-28loplugin:useuniqueptr extend to check local varsNoel Grandin1-3/+2
2017-11-28Related: coverity#1371305 unnecessary inheritenceCaolán McNamara1-1/+0
2017-11-28convert BmpFilter to scoped enumNoel Grandin1-1/+1
2017-05-23no need to cast to sal_uLong (in fact it is wrong)Andras Timar1-2/+2
2017-05-22svtools: fix mime type of PDF imagesMiklos Vajna2-0/+2
2017-05-17html import: Don't create HTML: <meta name="changedby" content="..."> postit.Jan Holesovsky1-0/+1
2017-05-11related tdf#107677 html import: Fix the legacy datetime format reading.Jan Holesovsky1-1/+1
2017-05-11tdf#107677 html import: Import ISO8601 datetime in html meta tags too.Jan Holesovsky1-11/+23
2017-05-04tdf#107622: also update nNullVirOff when changing nNullOffMike Kaganski1-0/+1
2017-03-14vcl pdf import: change test documents to test bitmap fallbackMiklos Vajna1-0/+0
2017-03-14vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna2-5/+5
2017-02-24Resolves: tdf#97731 allow status bar to adapt to its own preferred sizeCaolán McNamara2-10/+14
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2-2/+2
2017-02-17lok: refill font list if emptyHenry Castro1-1/+8
2017-02-17tdf#104215: Remove the out-of-borders ruler checkMike Kaganski1-9/+0
2017-01-26tdf#101828 handle rtf/richtext correctlyOliver Specht3-1/+10
2017-01-17Resolves: tdf#104950 add English (Malaysia) [en-MY] to language listboxEike Rathke1-0/+1
2016-12-09tdf#104495: prevent autotext to crash when drag&dropJulien Nabet1-1/+0
2016-11-21add missing deps on ui filesDavid Tardon1-0/+4
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud1-1/+1
2016-11-18tdf#103960: The import of UCS2 data uses a different code path.Jan Holesovsky1-2/+2
2016-11-17Fix tdf#103855 add language codes and names to language lists from extensionsMartin Hosken1-0/+26
2016-11-17loplugin:unusedfieldsNoel Grandin1-2/+0
2016-11-17tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu3-26/+3