summaryrefslogtreecommitdiff
path: root/sfx2/source/control
AgeCommit message (Expand)Author
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
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errorsJulien Nabet
2014-05-06Move a few more headers that are included only in sfx2 to sfx2Tor Lillqvist
2014-05-06Remove C11ismJulien Nabet
2014-05-05Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2Julien Nabet
2014-05-05fdo#76261 Get rid of unneeded and malfunctioning maItemListRect.Andrzej Hunt
2014-05-05startcenter: react on mouse down insteadMaxim Monastirsky
2014-04-27Fix one more ambiguity errorZolnai Tamás
2014-04-27Fix ambiguity errorZolnai Tamás
2014-04-27startcenter: Add possibility to selectively remove recent documents.Jan Holesovsky
2014-04-27More consistent whitespace here.Jan Holesovsky
2014-04-23huge hrc and src file cleanupThomas Arnhold
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky
2014-04-18coverity#1202784 Division or modulo by zeroCaolán McNamara