/** Base class for collections containing a specific type of drawing object embeddedinasheet(worksheet,chartsheet,ordialogsheet).
*/ class ScVbaSheetObjectsBase : public ScVbaSheetObjects_BASE
{ public: /// @throws css::uno::RuntimeException explicit ScVbaSheetObjectsBase( const ScVbaObjectContainerRef& rxContainer ); virtual ~ScVbaSheetObjectsBase() override;
/** Updates the collection by fetching all shapes from the draw page.
/** Base class for collections containing a specific type of graphic object fromasheet.
*/ class ScVbaGraphicObjectsBase : public ScVbaGraphicObjects_BASE
{ public: /// @throws css::uno::RuntimeException explicit ScVbaGraphicObjectsBase( const ScVbaObjectContainerRef& rxContainer );
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.