summaryrefslogtreecommitdiff
path: root/sd/sdi/mediaob.sdi
blob: 9f7392b96936af570fe71c9e6659c4ffce30f42c (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
/*
 * 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 .
 */

shell MediaObjectBar
{
    SID_AVMEDIA_TOOLBOX
    [
        ExecMethod = Execute;
        StateMethod = GetState;
    ]
}
ecoration'>Andrea Gelmini 2018-01-18Fix typosAndrea Gelmini 2018-01-15More loplugin:cstylecast: vbahelperStephan Bergmann 2018-01-14Fix typosAndrea Gelmini 2018-01-12More loplugin:cstylecast: vbahelperStephan Bergmann 2017-12-19inline use-once typedefsNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-12-06loplugin:salcall handle virtual methodsNoel Grandin 2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin 2017-11-29loplugin:unusedmethodsNoel Grandin 2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin 2017-11-13Fix typosAndrea Gelmini 2017-10-26More loplugin:unnecessaryparenStephan Bergmann 2017-10-23loplugin:includeform: vbahelperStephan Bergmann 2017-10-23overload std::hash for OUString and OStringNoel Grandin 2017-10-05loplugin:finalclasses in unotools..vbahelperNoel Grandin 2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin