summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2015-06-29coverity#1308429 Unchecked return valueCaolán McNamara1-1/+1
2015-06-29coverity#1308590 Uncaught exceptionCaolán McNamara1-2/+2
2015-06-29coverity#1308570 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308527 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308516 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28Fix typosAndrea Gelmini3-3/+3
2015-06-28Fix typosAndrea Gelmini3-3/+3
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann3-22/+10
2015-06-25+= does not make any sense hereStephan Bergmann1-2/+1
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2-21/+21
2015-06-22Fix typosAndrea Gelmini4-5/+5
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-3/+2
2015-06-18coverity#1307696 Unchecked return valueCaolán McNamara1-1/+0
2015-06-18tdf#91953 Mixture of icon sizesPhilippe Jung1-0/+18
2015-06-18Rename some toolbarmanager related variablesPhilippe Jung1-26/+27
2015-06-18drop unused sequenceasvector.hxx (see sequence.hxx)Caolán McNamara1-1/+0
2015-06-18Fix typosAndrea Gelmini2-2/+2
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2-0/+2
2015-06-16Fix typosAndrea Gelmini1-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini2-4/+4
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin3-6/+3
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+1
2015-06-15Fix typosAndrea Gelmini1-4/+4
2015-06-13It's E_BEFORECLOSE not E_CLOSINGJulien Nabet1-1/+1
2015-06-13Typo: E_HARDEXCETIONS->E_HARDEXCEPTIONSJulien Nabet1-1/+1
2015-06-13Fix typosAndrea Gelmini1-1/+1
2015-06-12make it easier to find missing sidebar componentsMarkus Mohrhard1-1/+3
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin2-6/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann34-93/+93
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-06-05Let JUnit take care of exceptionsNoel Grandin5-322/+182
2015-06-04uno::Sequence provides now begin and endNoel Grandin2-3/+2
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin6-11/+11
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann1-1/+1
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-25convert TOTOP constants to scoped enumNoel Grandin2-2/+2
2015-05-25convert SHOW constants to scoped enumNoel Grandin6-12/+12
2015-05-22loplugin:constantfunctionNoel Grandin6-36/+2
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin3-9/+3
2015-05-18SAL_WARN_UNUSED LinkStephan Bergmann1-17/+2
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin3-7/+7
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-1/+1
2015-05-14tdf#86138 Context menu should state the name of the toolbarPhilippe Jung1-0/+3
2015-05-13framework: remove pointless IGate interface and de-virtualizeMichael Stahl2-69/+6
2015-05-13ramework: remove confusing unused Gate::openGap()Michael Stahl2-33/+0