summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
AgeCommit message (Expand)Author
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: sdStephan Bergmann
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-11-25give us a chance to see *which* property failedEike Rathke
2016-11-25convert FOUND constants to o3tl::typed_flagsNoel Grandin
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-11-18includes should be at the top of the fileNoel Grandin
2016-11-17loplugin:unusedfieldsNoel Grandin
2016-11-15replace explicit delete and simplifyDavid Tardon
2016-11-08coverity#1394269 Uncaught exceptionCaolán McNamara
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin
2016-10-24Calculate size of embedded Impress document properlyStephan Bergmann
2016-10-17tdf#95416: Get rid of #include ../foo/bar.hxx style includesArnold Dumas
2016-10-14rename sd::Outliner to SdOutlinerNoel Grandin
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-10-07loplugin:staticmethods: sdStephan Bergmann
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-03fix bug in DocumentSettings::LoadList when testing result of lastIndexOfNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann
2016-09-18loplugin:unusedenumvaluesNoel Grandin
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10loplugin:constantparam in sdNoel Grandin
2016-09-05convert Orientation to scoped enumNoel Grandin
2016-08-23convert SdrIterMode to scoped enumNoel Grandin
2016-08-22convert SdrHintKind to scoped enumNoel Grandin
2016-08-18convert SvXMLEmbeddedObjectHelperMode to scoped enumNoel Grandin
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin
2016-08-17convert XPropertyListType to scoped enumNoel Grandin
2016-08-02loplugin:simplifyboolNoel Grandin
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin
2016-08-01tdf#100969 ensure proper update after model changeDavid Tardon
2016-07-27cppcheck: noExplicitConstructorCaolán McNamara
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-19sfx2 lok: expose part number in SfxLokHelper::notifyOtherViews()Miklos Vajna
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-29move #includes to top of fileNoel Grandin
2016-06-28sd draw page: add PreviewMetafile UNO propertyMiklos Vajna
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos
2016-06-21Remove no longer needed vcl::ITiledRenderable::registerCallback()Miklos Vajna
2016-06-20Remove unused includesStephan Bergmann
2016-06-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna
2016-06-06Normalize on using @throws instead of @raise[s]Stephan Bergmann
2016-06-02drop some more RTL_CONSTASCII_USTRINGPARAMNoel Grandin
2016-05-31More comphelper/extract.hxx clean upStephan Bergmann
2016-05-30Simplifiy unnecessary uses of int2enumStephan Bergmann
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin