/* In this file the idl struct will be tested. bla */ /// idlc defines a test module module idlc { /// test defines a test module module test { typedef sequence< long > Id; //struct Bla //{ // long bla; //}; /** bla BaseStruct defines an * intial struct */ struct BaseStruct { Id Id; /// a short member short m1; /// a unsigned short member unsigned short m2; /// a long member long m3; /// a unsigned long member unsigned long m4; /// a hyper member hyper m5; /// a unsigned hyper member unsigned hyper m6; /// a string member string m7; /// a byte member byte m8; /// a type member type m9; /// a float member float m10; /// a double member double m11; /// a char member char m12; /// a boolean member boolean m13; /// a any member any m14; }; interface XTestBaseTypes; typedef sequence< long > LongSeq; typedef sequence< LongSeq > LongSeqSeq; /** TestStruct deinfes a struct which inherits from the base strcut type BaseStruct. */ struct TestStruct : BaseStruct { /// a sequence< long > member sequence< long > ms1; /// a sequence< sequence< long > > member sequence< sequence< long > > ms2; /// a long array member with dimesion 5,10 // long ms3[5][10]; /// a string array member with dimension 4,8 // long[5][10] ms4; /// an interface member XTestBaseTypes ms5; /// a typedef member LongSeq ms6; /// a further typedef member LongSeqSeq ms7; /// a sequence typedef member sequence ms8; }; }; }; -6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)Author
2014-04-18Remove now unused oox::drawingml::CustomShapeProperties::PresetsMapMiklos Vajna
2014-04-17oox: initial customshape preset data loaderMiklos Vajna
2014-04-16oox: add a method to dump a PropertyMap as dataMiklos Vajna
2014-04-14SvxMSConvertOCXControlsRemoved never definedThomas Arnhold
2014-04-08fdo76591:-Textbox property (order-> send behind text) is not preserved.Sourav
2014-04-06import data point symbol colorMarkus Mohrhard
2014-04-06remove whitespaceMarkus Mohrhard
2014-04-06improve chart series symbol exportMarkus Mohrhard
2014-04-03oox: sal_Bool->boolNoel Grandin
2014-04-03oox: sal_Bool->boolNoel Grandin
2014-04-03oox: sal_Bool->boolNoel Grandin
2014-04-03oox: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-28n#870234: Import gradfill for text colors.Muthu Subramanian
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27n#862510: anchorCtr controls the anchoring as well.Muthu Subramanian
2014-03-24fdo#76222 oox: add support for MSO 2007 SP2 encrypted documentsTomaž Vajngerl
2014-03-23oox: add Digest class which uses NSS or OpenSSL for digest calc.Tomaž Vajngerl
2014-03-22covertity#707954 Uninitialized scalar fieldCaolán McNamara
2014-03-18loplugin:passstringbyrefStephan Bergmann
2014-03-17remove whitespaceMarkus Mohrhard
2014-03-17oox: prefer passing OUString by referenceNoel Grandin
2014-03-11fdo#35324: Text and picture water are not imported and not preserved in RT.Ravindra Vidhate
2014-03-10unused oox::core::Relations::getRelationsFromTypeMiklos Vajna
2014-03-10oox: handle all w14 text effects at groupshape importTomaž Vajngerl
2014-03-10oox: GrabBagStack: add method isStackEmptyTomaž Vajngerl
2014-03-08fix OOXML validation error, related fdo#42698Markus Mohrhard
2014-03-08remove whitespacesMarkus Mohrhard
2014-03-07ooxml: make GrabBagStack ready for reuse and move it to ooxTomaž Vajngerl
2014-03-06n#821567: Fix TextFrame background import for sw.Muthu Subramanian
2014-03-06n#821567: Import PPTX background images with table-name.Muthu Subramanian
2014-03-06fix OOXML strict importMarkus Mohrhard
2014-03-05Revert "remove unused code oox::core::Relations::getRelationsFromType"Caolán McNamara
2014-03-05fdo#74792 [DOCX] Grab-bag rels and images for SmartArtVinaya Mandke
2014-03-05remove unused code oox::core::Relations::getRelationsFromTypeNoel Grandin
2014-03-05remove unused code oox::core::XmlFilterBase::getFragmentPathFromFirstTypeNoel Grandin
2014-03-04in the old design all lists needed to be the same size, fdo75200Markus Mohrhard
2014-03-04remove the inheritance to std::map in PropertyMapMarkus Mohrhard