LibreOffice
LibreOffice 5.0 SDK API Reference
|
import "FastShapeContextHandler.idl";
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
com::sun::star::drawing::XShape | Shape |
com::sun::star::drawing::XDrawPage | DrawPage |
com::sun::star::frame::XModel | Model |
com::sun::star::io::XInputStream | InputStream |
string | RelationFragmentPath |
long | StartToken |
com::sun::star::awt::Point | Position |
com::sun::star::document::XDocumentProperties | DocumentProperties |