summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2016-07-15new loplugin unnecessary overrideNoel Grandin11-68/+0
2016-07-13Resolves: tdf#100340 make compress graphic dialog less wideCaolán McNamara2-5/+5
2016-07-13Resolves: tdf#59570 scrollbar used instead of sliderCaolán McNamara3-7/+7
2016-07-10ditch the font/screen-scaling thingCaolán McNamara1-34/+18
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-9/+9
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-07-07FloatWinPopupFlags::NoFocusClose is only set, never readCaolán McNamara2-2/+1
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+3
2016-07-05when disposing popup menus, don't leave dangling pointersNoel Grandin1-3/+1
2016-07-05merge svt::StoreString with svt::StoreContentURLNoel Grandin1-16/+3
2016-07-04remove comphelper::string::removeNoel Grandin3-6/+4
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin3-6/+6
2016-07-01fix mis-mergeStephan Bergmann1-2/+2
2016-07-01GSoC possibility to change icon size in the SidebarToolBoxSzymon Kłos1-1/+54
2016-06-29vcl: handle PDF data in Read/WriteImpGraphic()Miklos Vajna3-30/+35
2016-06-28loplugin:singlevalfields in variousNoel Grandin3-9/+3
2016-06-28svtools: survive swapout/in of graphic with embedded pdfMiklos Vajna1-0/+8
2016-06-27Clean up uses of Any::getValue() in svtoolsStephan Bergmann4-25/+26
2016-06-24clang-analyzer-deadcode.DeadStoresStephan Bergmann1-8/+3
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin2-5/+1
2016-06-24loplugin:singlevalfields in svtoolsNoel Grandin27-277/+137
2016-06-23VclPtr: svtools error message dialog doesn't disposeCaolán McNamara1-0/+1
2016-06-23tdf#46279 Show restart message after extension installationirem2-1/+19
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin4-18/+19
2016-06-22loplugin:stringconstantStephan Bergmann1-1/+1
2016-06-22svtools: fix -Werror=unused-parameterMiklos Vajna1-1/+1
2016-06-22uitest: support tree listsMarkus Mohrhard2-2/+145
2016-06-22SAL_FINAL to finalXisco Fauli1-1/+1
2016-06-21tdf#89329: use shared_ptr for pImpl in slidesorterbaroptXisco Fauli1-32/+26
2016-06-21loplugin:overrideStephan Bergmann1-1/+1
2016-06-21tdf#89329: use shared_ptr for pImpl in optionsdrawinglayerXisco Fauli1-111/+44
2016-06-20Convert PART to scoped enumNoel Grandin6-32/+32
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-1/+1
2016-06-18uitest: set ids for a few UI objects created in codeMarkus Mohrhard1-0/+3
2016-06-18uitest: an enum is a bad idea for the typeMarkus Mohrhard2-7/+0
2016-06-18uitest: add initial version of wrapper for tree list boxMarkus Mohrhard4-0/+78
2016-06-17loplugin:overrideStephan Bergmann1-1/+1
2016-06-17tdf#89329: use shared_ptr for pImpl in helpoptXisco Fauli1-29/+27
2016-06-16properly prefix various global variables and hide themMichael Stahl2-6/+14
2016-06-16Local linkage for static var (and drop misleading "m_" prefix)Stephan Bergmann1-3/+7
2016-06-16tdf#89329: use shared_ptr for pImpl in menuoptionsXisco Fauli1-53/+11
2016-06-16tdf#89329: use shared_ptr for pImpl in toolpaneloptXisco Fauli1-25/+18
2016-06-16tdf#89329: use shared_ptr for pImpl in miscoptXisco Fauli1-54/+32
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin3-3/+3
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-06-12remove some unnecessary castingNoel Grandin1-2/+2
2016-06-10Convert set of #define to enum class in helpoptXisco Fauli1-18/+22
2016-06-09Try to get rid of svt::ContextMenuHelperMaxim Monastirsky2-612/+0
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2-8/+2
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1