summaryrefslogtreecommitdiff
path: root/sfx2/source/control
AgeCommit message (Expand)AuthorFilesLines
2014-10-16usage info: Checkbox to turn it on and off (Tools -> Options... -> General).Jan Holesovsky1-1/+5
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin4-33/+33
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-8/+8
2014-10-08Fix build.Jan Holesovsky1-0/+2
2014-10-08usage info: Improve the 'what is this for' comment.Jan Holesovsky1-1/+1
2014-10-08usage info: Code to collect actions that the user performs.Jan Holesovsky1-0/+113
2014-10-02coverity#1242921 Result is not floating-pointCaolán McNamara1-2/+2
2014-10-02fix for older compiler, doesn't like <::Noel Grandin1-1/+1
2014-10-02loplugin: cstylecastNoel Grandin6-21/+22
2014-10-01fdo#75757: remove inheritance to std::mapTakeshi Abe1-16/+7
2014-09-28fdo#75757: remove inheritance to std::vectorTakeshi Abe1-13/+6
2014-09-26fdo#75757: remove inheritance to std::vectorTakeshi Abe1-44/+13
2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN3-4/+68
2014-09-25Fix miscellaneous memory leaksMatthew J. Francis1-1/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin9-22/+22
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin1-1/+0
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin2-5/+5
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann9-80/+80
2014-09-11create a master document template typeCaolán McNamara2-2/+2
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann9-21/+21
2014-09-09Doxygenize comments, and move them in front of the functions.Jan Holesovsky1-322/+117
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+1
2014-08-26itemdel.[ch]xx is only used in sfx2Markus Mohrhard6-5/+90
2014-08-26move method documentation to the header fileMarkus Mohrhard1-298/+0
2014-08-26remove whitespace and put comment before methodMarkus Mohrhard1-189/+64
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist2-2/+2
2014-08-13warning C4245: '=' : conversion from 'int' to 'sal_uInt32'...Thomas Arnhold1-1/+1
2014-08-08qsort and bsearch need different kinds of callback functionsStephan Bergmann1-9/+12
2014-08-01hidpi, startcenter: Don't set fixed font heigt in the startcenter.Jan Holesovsky1-12/+13
2014-07-24sfx2: remove another DBG macro that arose from the graveMichael Stahl1-4/+0
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin4-4/+4
2014-07-22callcatcher: update unused codeCaolán McNamara1-24/+0
2014-07-17fix spelling structur -> structureNoel Grandin1-1/+1
2014-07-03coverity#708816 Unused pointer valueCaolán McNamara1-7/+0
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud6-27/+27
2014-06-25remove spurious com::sun::star::chaosMichael Stahl1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-12/+0
2014-06-13loplugin:staticcallStephan Bergmann2-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-8/+0
2014-06-05coverity#1000658 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-04coverity#982646 Missing break in switchCaolán McNamara1-0/+1
2014-05-29Related: fdo#79392 std::out_or_range -> terminateCaolán McNamara1-1/+2
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-17fdo#78782 startcenter: open document on enter keyMaxim Monastirsky1-1/+7
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-14Fix warningMaxim Monastirsky1-1/+1
2014-05-14fix buildMaxim Monastirsky1-0/+1
2014-05-14startcenter: another attempt to fix mouse up issuesMaxim Monastirsky1-3/+7