namespace com::sun::star { namespace text { class XTextCursor; class XFootnote;
}
} class XMLTextImportHelper;
/// import footnote elements (<text:footnote>) class XMLFootnoteImportContext : public SvXMLImportContext
{ /// old document cursor
css::uno::Reference<css::text::XTextCursor> xOldCursor;
/// old list item and block (#89891#) bool mbListContextPushed; bool mbIsValid = true;
/// text import helper; holds current XTextCursor (and XText)
XMLTextImportHelper& rHelper;
/// the footnote
css::uno::Reference<css::text::XFootnote> xFootnote;
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.