summaryrefslogtreecommitdiff
path: root/sfx2/source/control
AgeCommit message (Expand)Author
2014-10-08Fix build.Jan Holesovsky
2014-10-08usage info: Improve the 'what is this for' comment.Jan Holesovsky
2014-10-08usage info: Code to collect actions that the user performs.Jan Holesovsky
2014-10-02coverity#1242921 Result is not floating-pointCaolán McNamara
2014-10-02fix for older compiler, doesn't like <::Noel Grandin
2014-10-02loplugin: cstylecastNoel Grandin
2014-10-01fdo#75757: remove inheritance to std::mapTakeshi Abe
2014-09-28fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-09-26fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN
2014-09-25Fix miscellaneous memory leaksMatthew J. Francis
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-11create a master document template typeCaolán McNamara
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-09Doxygenize comments, and move them in front of the functions.Jan Holesovsky
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-26itemdel.[ch]xx is only used in sfx2Markus Mohrhard
2014-08-26move method documentation to the header fileMarkus Mohrhard
2014-08-26remove whitespace and put comment before methodMarkus Mohrhard
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-13warning C4245: '=' : conversion from 'int' to 'sal_uInt32'...Thomas Arnhold
2014-08-08qsort and bsearch need different kinds of callback functionsStephan Bergmann
2014-08-01hidpi, startcenter: Don't set fixed font heigt in the startcenter.Jan Holesovsky
2014-07-24sfx2: remove another DBG macro that arose from the graveMichael Stahl
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin
2014-07-22callcatcher: update unused codeCaolán McNamara
2014-07-17fix spelling structur -> structureNoel Grandin
2014-07-03coverity#708816 Unused pointer valueCaolán McNamara
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove spurious com::sun::star::chaosMichael Stahl
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-05coverity#1000658 Missing break in switch, assuming its intentionalCaolán McNamara
2014-06-04coverity#982646 Missing break in switchCaolán McNamara
2014-05-29Related: fdo#79392 std::out_or_range -> terminateCaolán McNamara
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-17fdo#78782 startcenter: open document on enter keyMaxim Monastirsky
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-14Fix warningMaxim Monastirsky
2014-05-14fix buildMaxim Monastirsky
2014-05-14startcenter: another attempt to fix mouse up issuesMaxim Monastirsky
2014-05-14Revert "startcenter: react on mouse down instead"Maxim Monastirsky
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part4Julien Nabet