LibreOffice Module xmloff (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
XMLAnnotationImportContext Class Referencefinal

Import an annotation field (<text:annotation>) More...

#include <txtfldi.hxx>

Inheritance diagram for XMLAnnotationImportContext:
[legend]
Collaboration diagram for XMLAnnotationImportContext:
[legend]

Public Member Functions

 XMLAnnotationImportContext (SvXMLImport &rImport, XMLTextImportHelper &rHlp, sal_Int32 nElement)
 
- Public Member Functions inherited from XMLTextFieldImportContext
 XMLTextFieldImportContext (SvXMLImport &rImport, XMLTextImportHelper &rHlp, OUString aService)
 whether this field is valid ? More...
 
virtual void SAL_CALL characters (const OUString &sContent) override
 name of SO API service More...
 
virtual void SAL_CALL startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
 parses attributes and calls ProcessAttribute More...
 
virtual void SAL_CALL endFastElement (sal_Int32 nElement) override
 create XTextField and insert into document; calls PrepareTextField More...
 
- Public Member Functions inherited from SvXMLImportContext
 SvXMLImportContext (SvXMLImport &rImport)
 A contexts constructor does anything that is required if an element starts. More...
 
virtual ~SvXMLImportContext ()
 A contexts destructor does anything that is required if an element ends. More...
 
virtual void SAL_CALL startFastElement (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
 
virtual void SAL_CALL startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
 
virtual void SAL_CALL endFastElement (sal_Int32 Element) override
 endFastElement is called before a context will be destructed, but after an elements context has been parsed. More...
 
virtual void SAL_CALL endUnknownElement (const OUString &Namespace, const OUString &Name) override
 
virtual css::uno::Reference< XFastContextHandler > SAL_CALL createFastChildContext (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
 
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createUnknownChildContext (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
 
virtual void SAL_CALL characters (const OUString &aChars) override
 This method is called for all characters that are contained in the current element. More...
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &aType) final override
 
virtual void SAL_CALL acquire () noexcept final override
 
virtual void SAL_CALL release () noexcept final override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () final override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () final override
 

Private Member Functions

virtual void ProcessAttribute (sal_Int32 nAttrToken, std::string_view sAttrValue) override
 process attributes More...
 
virtual void PrepareField (const css::uno::Reference< css::beans::XPropertySet > &xPropertySet) override
 set properties More...
 
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &AttrList) override
 
virtual void SAL_CALL endFastElement (sal_Int32 nElement) override
 create XTextField and insert into document; calls PrepareTextField More...
 

Private Attributes

OUStringBuffer aAuthorBuffer
 
OUStringBuffer aInitialsBuffer
 
OUString aName
 
OUStringBuffer aTextBuffer
 
OUStringBuffer aDateBuffer
 
OUString aResolved
 
css::uno::Reference< css::beans::XPropertySetmxField
 
css::uno::Reference< css::text::XTextCursor > mxCursor
 
css::uno::Reference< css::text::XTextCursor > mxOldCursor
 
sal_Int32 mnElement
 

Additional Inherited Members

- Static Public Member Functions inherited from XMLTextFieldImportContext
static XMLTextFieldImportContextCreateTextFieldImportContext (SvXMLImport &rImport, XMLTextImportHelper &rHlp, sal_Int32 nElement)
 create the appropriate field context from (for use in paragraph import) More...
 
- Protected Member Functions inherited from XMLTextFieldImportContext
XMLTextImportHelperGetImportHelper ()
 get helper More...
 
const OUString & GetServiceName () const
 
void SetServiceName (const OUString &sStr)
 
OUString const & GetContent ()
 
virtual void ProcessAttribute (sal_Int32 nAttrToken, std::string_view sAttrValue)=0
 process attribute values More...
 
virtual void PrepareField (const css::uno::Reference< css::beans::XPropertySet > &xPropertySet)=0
 prepare XTextField for insertion into document More...
 
bool CreateField (css::uno::Reference< css::beans::XPropertySet > &xField, const OUString &sServiceName)
 create field from ServiceName More...
 
- Protected Member Functions inherited from SvXMLImportContext
SvXMLImportGetImport ()
 
const SvXMLImportGetImport () const
 
- Static Protected Member Functions inherited from XMLTextFieldImportContext
static void ForceUpdate (const css::uno::Reference< css::beans::XPropertySet > &rPropertySet)
 force an update of the field's value call update on optional XUpdatable interface; (disable Fixed property) More...
 
- Protected Attributes inherited from XMLTextFieldImportContext
OUString sServicePrefix
 the import helper More...
 
bool bValid
 

Detailed Description

Import an annotation field (<text:annotation>)

Definition at line 959 of file txtfldi.hxx.

Constructor & Destructor Documentation

◆ XMLAnnotationImportContext()

XMLAnnotationImportContext::XMLAnnotationImportContext ( SvXMLImport rImport,
XMLTextImportHelper rHlp,
sal_Int32  nElement 
)

Member Function Documentation

◆ createFastChildContext()

css::uno::Reference< css::xml::sax::XFastContextHandler > XMLAnnotationImportContext::createFastChildContext ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  AttrList 
)
overrideprivatevirtual

◆ endFastElement()

void XMLAnnotationImportContext::endFastElement ( sal_Int32  nElement)
overrideprivatevirtual

◆ PrepareField()

void XMLAnnotationImportContext::PrepareField ( const css::uno::Reference< css::beans::XPropertySet > &  xPropertySet)
overrideprivatevirtual

◆ ProcessAttribute()

void XMLAnnotationImportContext::ProcessAttribute ( sal_Int32  nAttrToken,
std::string_view  sAttrValue 
)
overrideprivatevirtual

Member Data Documentation

◆ aAuthorBuffer

OUStringBuffer XMLAnnotationImportContext::aAuthorBuffer
private

Definition at line 961 of file txtfldi.hxx.

Referenced by createFastChildContext(), and PrepareField().

◆ aDateBuffer

OUStringBuffer XMLAnnotationImportContext::aDateBuffer
private

Definition at line 965 of file txtfldi.hxx.

Referenced by createFastChildContext(), and PrepareField().

◆ aInitialsBuffer

OUStringBuffer XMLAnnotationImportContext::aInitialsBuffer
private

Definition at line 962 of file txtfldi.hxx.

Referenced by createFastChildContext(), and PrepareField().

◆ aName

OUString XMLAnnotationImportContext::aName
private

Definition at line 963 of file txtfldi.hxx.

Referenced by endFastElement(), PrepareField(), and ProcessAttribute().

◆ aResolved

OUString XMLAnnotationImportContext::aResolved
private

Definition at line 966 of file txtfldi.hxx.

Referenced by PrepareField(), and ProcessAttribute().

◆ aTextBuffer

OUStringBuffer XMLAnnotationImportContext::aTextBuffer
private

Definition at line 964 of file txtfldi.hxx.

Referenced by createFastChildContext(), and PrepareField().

◆ mnElement

sal_Int32 XMLAnnotationImportContext::mnElement
private

Definition at line 972 of file txtfldi.hxx.

Referenced by endFastElement().

◆ mxCursor

css::uno::Reference< css::text::XTextCursor > XMLAnnotationImportContext::mxCursor
private

Definition at line 969 of file txtfldi.hxx.

Referenced by createFastChildContext(), and endFastElement().

◆ mxField

css::uno::Reference< css::beans::XPropertySet > XMLAnnotationImportContext::mxField
private

Definition at line 968 of file txtfldi.hxx.

Referenced by createFastChildContext(), and endFastElement().

◆ mxOldCursor

css::uno::Reference< css::text::XTextCursor > XMLAnnotationImportContext::mxOldCursor
private

Definition at line 970 of file txtfldi.hxx.

Referenced by createFastChildContext(), and endFastElement().


The documentation for this class was generated from the following files: