summaryrefslogtreecommitdiff
path: root/sc/sdi/mediash.sdi
blob: 3b035b8789941c922fa159323149f52f27313e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

interface MediaSelection
{
    SID_AVMEDIA_TOOLBOX
    [
        ExecMethod = ExecuteMedia;
        StateMethod = GetMediaState;
    ]
}


shell ScMediaShell : ScDrawShell
{
    import MediaSelection;
}
ef='/cgit/lo/core/commit/io?h=libreoffice-5-2-4&id=24e4b37987ccd410b6d6672151d84c790cdb7e56'>tdf#120703 (PVS): handle failed reallocMike Kaganski 2018-10-03no need to call empty() before clear()Noel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen 2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin 2018-07-30Add missing sal/log.hxx headersGabor Kelemen 2018-07-23Fix typosAndrea Gelmini 2018-07-18Fix typosAndrea Gelmini 2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle 2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet 2018-01-24Fix typosAndrea Gelmini 2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann 2018-01-15remove local copies of std::min,std::maxNoel Grandin 2018-01-12More loplugin:cstylecast: ioStephan Bergmann 2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin 2017-12-19inline use-once typedefsNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin 2017-10-30loplugin:constmethod in vcl and stocNoel Grandin 2017-10-23loplugin:includeform: ioStephan Bergmann 2017-10-04add << operator for css::uno::ExceptionNoel Grandin 2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin 2017-09-22loplugin:flatten in framework..packageNoel Grandin 2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin