summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* Revert "svtools: HTML import: don't put lone surrogates in OUString"Stephan Bergmann2017-09-131-2/+1
* clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin2017-09-1211-34/+34
* use std::unique_ptr in TItemInfoNoel Grandin2017-09-122-23/+12
* cppcheck: identicalConditionAfterEarlyExitJochen Nitschke2017-09-121-1/+1
* Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann2017-09-112-16/+8
* cppcheck: knownConditionTrueFalseJochen Nitschke2017-09-111-4/+0
* svtools: HTML import: don't put lone surrogates in OUStringMichael Stahl2017-09-071-1/+2
* SvTreeListBox: turn some DBG_ASSERT() into assert()Eike Rathke2017-09-071-15/+15
* Replace some lists by vectors in svtoolsJulien Nabet2017-09-062-16/+16
* loplugin:unnecessaryparen include case statementsNoel Grandin2017-09-062-14/+14
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-042-16/+16
* tdf#89130 Draw: Better UI for handling layer attributesUlrich Gemkow2017-09-041-7/+21
* WB_AUTOSIZE is always on for SvtURLBoxCaolán McNamara2017-08-302-4/+4
* Export to PNG: init DPI with screen resolution, tdf#108317Eike Rathke2017-08-291-0/+7
* Export to PNG: export selected cell range only, not as page, tdf#108317Eike Rathke2017-08-291-2/+6
* Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M2017-08-288-12/+12
* Consistently use oslInterlockedCount for SvImpLBox::s_nImageRefCountStephan Bergmann2017-08-281-1/+1
* convert code-class in ErrCode to scoped enumNoel Grandin2017-08-273-91/+92
* loplugin:unusedfieldsNoel Grandin2017-08-251-11/+0
* loplugin:unusedmethodsNoel Grandin2017-08-254-80/+0
* svtools: fix checking of ErrCodeArea so error dialogs are shown againMichael Stahl2017-08-241-1/+1
* remove unused error codes in svtoolsNoel Grandin2017-08-241-5/+0
* convert message box style bits to scoped enumNoel Grandin2017-08-231-10/+10
* Convert ErrCode area to scoped enumNoel Grandin2017-08-221-2/+2
* convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin2017-08-223-4/+12
* svtools: rename function to match it's effect.Jochen Nitschke2017-08-202-6/+6
* svtools: remove function with unused return valueJochen Nitschke2017-08-202-13/+2
* use o3tl::enumarray for m_aNodeAndEntryImagesNoel Grandin2017-08-181-56/+53
* WB_RADIOSEL is deadNoel Grandin2017-08-181-46/+0
* WB_TOPBORDER,WB_3DTAB are deadNoel Grandin2017-08-181-20/+1
* WB_RANGESELECT,WB_MULTISELECT in Calendar is deadNoel Grandin2017-08-181-219/+18
* WB_BOLDTEXT,WB_FRAMEINFO,WB_WEEKNUMBER are deadNoel Grandin2017-08-181-88/+1
* convert ExtendedWinBits to a single bool flagNoel Grandin2017-08-184-9/+9
* Rename flag to less generic name to prepare adding more flagsUlrich Gemkow2017-08-181-3/+3
* loplugin:unnecessaryparenNoel Grandin2017-08-181-10/+10
* Fix typosAndrea Gelmini2017-08-181-1/+1
* implementing callback for ruler invalidationAditya Dewan2017-08-171-0/+5
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-3/+3
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-176-27/+27
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-175-9/+9
* remove UL/L suffixes from shift-by-constant expressionsNoel Grandin2017-08-171-1/+1
* tdf#39468 Translate German comments/termsJens Carl2017-08-162-2/+2
* tdf#111696 No macro security dialog with High settingNoel Grandin2017-08-151-3/+1
* fix some ErrCode IgnoreWarning() usageNoel Grandin2017-08-131-1/+1
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-116-13/+13
* loplugin:unusedenumconstantsNoel Grandin2017-08-102-6/+0
* autoformat dialog can draw 'None' invisible sometimesCaolán McNamara2017-08-091-4/+6
* loplugin:unusedmethodsNoel Grandin2017-08-081-5/+0
* loplugin:constantparamNoel Grandin2017-08-085-21/+20