summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)Author
2017-12-02convert DecodeMechanism to scoped enumNoel Grandin
2017-12-02convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2017-11-29remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-11-28remove UL/L suffixes from shift-by-constant expressionsNoel Grandin
2017-11-28move the exception handlingCaolán McNamara
2017-11-28loplugin:loopvartoosmallStephan Bergmann
2017-11-28tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2017-11-28better fix for tdf#101563: Export to PDF creates huge PDF filesNoel Grandin
2017-11-28fold ImplConstruct into ctors and reduce to necessaryCaolán McNamara
2017-11-28mpGlobalMgr must already exist if we're copying from another GraphicObjectCaolán McNamara
2017-11-28post ctor, pre dtor there is always a mpMgr and its mpGlobalMgrCaolán McNamara
2017-11-28mpGlobalMgr has to exist at GraphicObject dtor timeCaolán McNamara
2017-11-28mpGlobalMgr is the only manager possibleCaolán McNamara
2017-11-28move the ImplRegisterObj outside ImplSetGraphicManager and rename itCaolán McNamara
2017-11-28ImplSetGraphicManager only called from ctors now where mpMgr is nullptrCaolán McNamara
2017-11-28GraphicManagerDestroyed would just set the default manager againCaolán McNamara
2017-11-28unfold and unindent else causeCaolán McNamara
2017-11-28the only GraphicManager is the mpGlobalMgr, so simplify accordinglyCaolán McNamara
2017-11-28collapse !mpMgr || mpMgrCaolán McNamara
2017-11-28first GraphicManager* arg of ImplSetGraphicManager is thus always nullCaolán McNamara
2017-11-28second arg of deformed copy ctor isn't usedCaolán McNamara
2017-11-28convert BmpConversion to scoped enumNoel Grandin
2017-11-28convert BmpCombine to scoped enum and drop unusedNoel Grandin
2017-11-28loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-11-28Related: coverity#1371305 unnecessary inheritenceCaolán McNamara
2017-11-28convert BmpFilter to scoped enumNoel Grandin
2017-05-23no need to cast to sal_uLong (in fact it is wrong)Andras Timar
2017-05-22svtools: fix mime type of PDF imagesMiklos Vajna
2017-05-17html import: Don't create HTML: <meta name="changedby" content="..."> postit.Jan Holesovsky
2017-05-11related tdf#107677 html import: Fix the legacy datetime format reading.Jan Holesovsky
2017-05-11tdf#107677 html import: Import ISO8601 datetime in html meta tags too.Jan Holesovsky
2017-05-04tdf#107622: also update nNullVirOff when changing nNullOffMike Kaganski
2017-03-14vcl pdf import: change test documents to test bitmap fallbackMiklos Vajna
2017-03-14vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna
2017-02-24Resolves: tdf#97731 allow status bar to adapt to its own preferred sizeCaolán McNamara
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2017-02-17lok: refill font list if emptyHenry Castro
2017-02-17tdf#104215: Remove the out-of-borders ruler checkMike Kaganski
2017-01-26tdf#101828 handle rtf/richtext correctlyOliver Specht
2017-01-17Resolves: tdf#104950 add English (Malaysia) [en-MY] to language listboxEike Rathke
2016-12-09tdf#104495: prevent autotext to crash when drag&dropJulien Nabet
2016-11-21add missing deps on ui filesDavid Tardon
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud
2016-11-18tdf#103960: The import of UCS2 data uses a different code path.Jan Holesovsky
2016-11-17Fix tdf#103855 add language codes and names to language lists from extensionsMartin Hosken
2016-11-17loplugin:unusedfieldsNoel Grandin
2016-11-17tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu
2016-11-15Fix typosSamuel Mehrbrodt
2016-11-15tdf#88827 - double-thin border: MINGAPWIDTH is a valid widthJustin Luth
2016-11-11use std::unique_ptrCaolán McNamara