summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
AgeCommit message (Expand)Author
2016-04-19tdf#99387 - protect LOK document size API from corner-cases.Michael Meeks
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-12clang-tidy performance-unnecessary-value-param in sdNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11cid#1358429 null pointer dereferenceMiklos Vajna
2016-04-08lok context menu: Expose context menuPranav Kant
2016-04-07Avoid reserved identifiersStephan Bergmann
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-18loplugin:constantparam in sdNoel Grandin
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2016-03-02loplugin:unuseddefaultparam in sdNoel Grandin
2016-02-08svx: SdrModel::mbTiledRendering is never readMiklos Vajna
2016-02-03lok: Avoid the 'alien format' warning in LibreOfficeKit.Jan Holesovsky
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-14tdf#96522 reset CustomShapeEngine at importArmin Le Grand
2016-01-10Fix typosAndrea Gelmini
2016-01-08lool - page border shadow can be disabledMarco Cecchetti
2015-12-23New saving behaviorMaxim Monastirsky
2015-12-22loplugin:unusedfields in sdNoel Grandin
2015-12-11Resolves: tdf#93994 flush API objects at load timeArmin Le Grand
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-11-23loplugin:unusedfields in sd/Noel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-18vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt
2015-11-11sd lok: ccu#1295 force async image swapAndrzej Hunt
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in sdNoel Grandin
2015-10-28vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna
2015-10-26sd: implement vcl::ITiledRenderable::isMimeTypeSupported()Miklos Vajna
2015-10-22sd: implement vcl::ITiledRenderable::getWindow()Miklos Vajna
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19cleanup some local var declarationsNoel Grandin
2015-10-18cppcheck: noExplicitConstructorCaolán McNamara
2015-10-13cppcheck:variableScopeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07loplugin:mergeclassesNoel Grandin
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga