namespace com::sun::star::beans { class XPropertySet; } namespace com::sun::star::drawing { class XDrawPage; } namespace com::sun::star::xml::sax { class XFastAttributeList; }
class SvXMLImport; class SvXMLImportContext; class SvXMLStylesContext;
namespace xmloff
{
//= OFormLayerXMLImport
class OFormLayerXMLImport_Impl; /** allows you to import a <form:form> element
*/ class XMLOFF_DLLPUBLIC OFormLayerXMLImport final
:public ::salhelper::SimpleReferenceObject
{
std::unique_ptr<OFormLayerXMLImport_Impl> m_pImpl;
/** announces the auto-style context to the form importer
*/
SAL_DLLPRIVATE void setAutoStyleContext(SvXMLStylesContext* _pNewContext);
/** sets the given number style on the given control @param_rxControlModel thecontrolmodelwhich'sstyleistobeset @param_rControlNumberStyleName thestylenameforthecontrol'snumberstyle
*/
SAL_DLLPRIVATE void applyControlNumberStyle( const css::uno::Reference< css::beans::XPropertySet >& _rxControlModel, const OUString& _rControlNumberStyleName
);
/** to be called when the document has been completely imported
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.