summaryrefslogtreecommitdiff
path: root/sd/sdi/app.sdi
blob: 69df9f3642347e2a0c7440afe063e307af68a858 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
interface StarImpress
[
    uuid ( "A1814AE0-07D4-11CF-89CA-008029E4B0B1" )
]
{
    SID_NEWDOC // ole : ?, status : ?
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
        GroupId = GID_APPLICATION ;
        Cachable , Container ;
    ]

    SID_ATTR_METRIC
    [
        ExecMethod = Execute;
        StateMethod = GetState;
    ]

    SID_SD_AUTOPILOT // ole : ?, status : ?
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]

    SID_NEWSD // ole : ?, status : ?
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]
    SID_OPENDOC // ole() api()
    [

        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]

    SID_OPENHYPERLINK // ole() api()
    [

        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]

    SID_AUTOSPELL_CHECK // ole() api()
    [

        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]

    SID_ATTR_LANGUAGE // ole() api()
    [

        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]

    SID_ATTR_CHAR_CJK_LANGUAGE // ole() api()
    [

        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]

    SID_ATTR_CHAR_CTL_LANGUAGE // ole() api()
    [

        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]

    SID_OUTLINE_TO_IMPRESS // ole() api()
    [
        ExecMethod = Execute ;
        StateMethod = GetState ;
    ]
}

shell SdModule
{
    import StarImpress[Automation];
}

cgit/lo/core/commit/idl/inc?h=feature/wasm&id=2161d04688be77112c281a1ada5263b963677c43'>drop duplicate methodCaolán McNamara 2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin 2017-10-23loplugin:includeform: idlStephan Bergmann 2017-10-23overload std::hash for OUString and OStringNoel Grandin 2017-08-08SvPersistStream deadNoel Grandin 2017-07-28loplugin:constparams handle constructorsNoel Grandin 2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin 2017-07-04loplugin:unusedfields in cui..idlNoel Grandin 2017-05-01svidl: Adapt to SlotType removalMaxim Monastirsky 2017-05-01svidl: Remove nested method supportMaxim Monastirsky 2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin 2017-03-29loplugin:unusedmethodsNoel Grandin 2017-03-28remove PseudoSlot support from idl compilerNoel Grandin 2017-03-23This code trades in 'char' entities disguised as 'int'Stephan Bergmann 2017-02-27Remove unused forward declarationStephan Bergmann 2017-02-25SvTokenStream::nBufPos should be sal_Int32Stephan Bergmann 2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin 2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin 2016-12-23loplugin:unusedmethodsNoel Grandin 2016-12-19drop custom hashtable implementation in idlNoel Grandin 2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin 2016-10-26expand SvMetaType::ReadNamesSvIdlNoel Grandin 2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin 2016-10-13loplugin:unnecessaryoverrideNoel Grandin 2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek 2016-09-30loplugin:constantparamNoel Grandin 2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-08remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...Caolán McNamara 2016-08-30no point in these dtors being virtualCaolán McNamara 2016-08-30default assignment operator is fineCaolán McNamara