LibreOffice
LibreOffice 5.3 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
XFastShapeContextHandler Interface Reference

receives notification of sax document events from a XFastParser. More...

import "XFastShapeContextHandler.idl";

Inheritance diagram for XFastShapeContextHandler:
XFastContextHandler XInterface FastShapeContextHandler

Public Attributes

com::sun::star::drawing::XShape Shape
 
com::sun::star::drawing::XDrawPage DrawPage
 
com::sun::star::frame::XModel Model
 
string RelationFragmentPath
 
long StartToken
 
com::sun::star::awt::Point Position
 
com::sun::star::document::XDocumentProperties DocumentProperties
 
sequence
< com::sun::star::beans::PropertyValue
MediaDescriptor
 

Additional Inherited Members

- Public Member Functions inherited from XFastContextHandler
void startFastElement ([in] long Element, [in] XFastAttributeList Attribs) raises ( com::sun::star::xml::sax::SAXException )
 receives notification of the beginning of an element . More...
 
void startUnknownElement ([in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs) raises ( com::sun::star::xml::sax::SAXException )
 receives notification of the beginning of an unknown element . More...
 
void endFastElement ([in] long Element) raises ( com::sun::star::xml::sax::SAXException )
 receives notification of the end of an known element. More...
 
void endUnknownElement ([in] string Namespace, [in] string Name) raises ( com::sun::star::xml::sax::SAXException )
 receives notification of the end of an known element. More...
 
XFastContextHandler createFastChildContext ([in] long Element, [in] XFastAttributeList Attribs) raises ( com::sun::star::xml::sax::SAXException )
 receives notification of the beginning of a known child element. More...
 
XFastContextHandler createUnknownChildContext ([in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs) raises ( com::sun::star::xml::sax::SAXException )
 receives notification of the beginning of a unknown child element . More...
 
void characters ([in] string aChars) raises ( com::sun::star::xml::sax::SAXException )
 receives notification of character data. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

receives notification of sax document events from a XFastParser.

See Also
XFastDocumentHandler

Member Data Documentation

com::sun::star::document::XDocumentProperties DocumentProperties
attribute
sequence< com::sun::star::beans::PropertyValue > MediaDescriptor
attribute
com::sun::star::awt::Point Position
attribute
string RelationFragmentPath
attribute
com::sun::star::drawing::XShape Shape
attributereadonly
long StartToken
attribute

The documentation for this interface was generated from the following file: