summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpShapeFormat.idl
blob: e5c4cc75501294454b95b7893c3792fc732a68cd (plain)
1
2
3
4
5
6
7
8
9
10
module ooo { module vba { module powerpoint {
    constants PpShapeFormat {
        const long ppShapeFormatBMP = 3;
        const long ppShapeFormatEMF = 5;
        const long ppShapeFormatGIF = 0;
        const long ppShapeFormatJPG = 1;
        const long ppShapeFormatPNG = 2;
        const long ppShapeFormatWMF = 4;
    };
}; }; };
d>2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin 2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek 2016-09-30loplugin:constantparamNoel Grandin 2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin 2016-03-12Remove some unused include stdioJulien Nabet 2016-02-16parse shell/interface entries in SvIdlParserNoel Grandin 2016-02-15move interface/shell parsing to SvIdlParserNoel Grandin 2016-02-12rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter()Noel Grandin 2016-02-11use exceptions for error handling in .SDI parsingNoel Grandin 2016-02-11GetToken never returns null, so use a referenceNoel Grandin 2016-02-11simplify error handling codeNoel Grandin 2016-02-11rename Back2Delemitter->Back2DelimiterNoel Grandin 2016-02-11use WriteOString to reduce the code a littleNoel Grandin 2016-02-09simplify SvSlotElementNoel Grandin 2016-02-09simplify SvClassElementNoel Grandin 2016-02-09split MetaTypeType::Class into Interface and ShellNoel Grandin 2016-02-08disambiguate the two GetType methodsNoel Grandin 2016-02-08SvString is a just thin wrapper around OStringNoel Grandin 2016-02-07remove some dead code, found using LCOVNoel Grandin 2016-02-07convert TYPE_ enum to scopedNoel Grandin 2016-02-07.SDI compiler: expand out some typedefsNoel Grandin 2016-02-05remove unused Automation from .SDI filesNoel Grandin 2016-01-06Missing includeStephan Bergmann 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht 2015-09-08loplugin:mergeclasses merge SvMetaObject with SvMetaNameNoel Grandin 2015-09-08loplugin:mergeclasses SvIdentifierNoel Grandin 2015-08-04idl,framework,forms: inline some use-once typedefsNoel Grandin 2015-07-06improve the returnbyref lopluginNoel Grandin 2015-07-03Fix typosAndrea Gelmini 2015-05-29loplugin:loopvartoosmallNoel Grandin 2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-10-16Remove more unused idl partsStephan Bergmann 2014-10-16Strip svidl down to what is still usedStephan Bergmann