/** Context handler for ActiveX form control model properties. */ class AxControlPropertyContext final : public ::oox::core::ContextHandler2
{ public: explicit AxControlPropertyContext(
::oox::core::FragmentHandler2 const & rFragment,
ControlModelBase& rModel );
private:
ControlModelBase& mrModel;
sal_Int32 mnPropId; ///< Identifier of currently processed property.
};
/** Fragment handler for an embedded ActiveX form control fragment. */ class AxControlFragment final : public ::oox::core::FragmentHandler2
{ public: explicit AxControlFragment(
::oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath,
EmbeddedControl& rControl );
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.