summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/futempl.cxx
AgeCommit message (Expand)Author
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin
2017-03-01tdf#96681 Lack of UI to change the text background color of a styleRohan Kumar
2017-01-19make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-11convert PageKind to scoped enumNoel Grandin
2016-10-11convert EditMode to scoped enumNoel Grandin
2016-10-11convert DocumentType to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-05-11Resolves: tdf#99464 set what parent the dialogs are dialogs forCaolán McNamara
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-03-10loplugin:constantparam in sdNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-25sd/source/ui/func boost->stdCaolán McNamara
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-20loplugin:defaultparamsNoel Grandin
2015-04-28SfxRequest generically uses an SfxUInt16Item hereStephan Bergmann
2014-11-10loplugin: cstylecastNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-08-04prevent memory leakMarkus Mohrhard
2014-07-26coverity#704759 Dereference after null checkCaolán McNamara
2014-07-06coverity#735324: Unchecked return valueNorbert Thiebaud
2014-06-13Resolves: fdo#78151 change style on toggling bullets on master page outlinersCaolán McNamara
2014-05-22Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-08coverity#704759 Dereference after null checkCaolán McNamara
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-11sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-15Apparent typo when adding bracesStephan Bergmann
2013-10-25Unwind FunctionReference typedefStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-08-24String->OUStringIvan Timofeev
2013-08-24String(SdResId(foo)) -> SD_RESSTR(foo)Ivan Timofeev
2013-05-31Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)Chr. Rossmanith
2013-04-20Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxxMichael Dunphy
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-12translation and cleanup of comments in sd/source/ui/func/Urs Fässler
2013-03-11sd: translate debug messagesThomas Arnhold
2013-03-07fdo#38838 Replaced some use of (Uni)String with OUString.Jean-Noël Rouvignac
2013-03-06Remove dead codeTakeshi Abe