LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScXMLDDELinkContext Class Reference

#include <XMLDDELinksContext.hxx>

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

Public Member Functions

 ScXMLDDELinkContext (ScXMLImport &rImport)
 
virtual ~ScXMLDDELinkContext () override
 
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
 
void SetApplication (const OUString &sValue)
 
void SetTopic (const OUString &sValue)
 
void SetItem (const OUString &sValue)
 
void SetMode (const sal_uInt8 nValue)
 
void CreateDDELink ()
 
void AddColumns (const sal_Int32 nValue)
 
void AddRows (const sal_Int32 nValue)
 
void AddCellToRow (const ScDDELinkCell &aCell)
 
void AddRowsToTable (const sal_Int32 nRows)
 
virtual void SAL_CALL endFastElement (sal_Int32 nElement) override
 
- Public Member Functions inherited from ScXMLImportContext
 ScXMLImportContext (SvXMLImport &rImport)
 
- Public Member Functions inherited from SvXMLImportContext
 SvXMLImportContext (SvXMLImport &rImport)
 
virtual ~SvXMLImportContext ()
 
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
 
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
 
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 Attributes

ScDDELinkCells aDDELinkTable
 
ScDDELinkCells aDDELinkRow
 
OUString sApplication
 
OUString sTopic
 
OUString sItem
 
sal_Int32 nPosition
 
sal_Int32 nColumns
 
sal_Int32 nRows
 
sal_uInt8 nMode
 

Additional Inherited Members

- Protected Member Functions inherited from ScXMLImportContext
ScXMLImportGetScImport ()
 
const ScXMLImportGetScImport () const
 
- Protected Member Functions inherited from SvXMLImportContext
SvXMLImportGetImport ()
 
const SvXMLImportGetImport () const
 

Detailed Description

Definition at line 48 of file XMLDDELinksContext.hxx.

Constructor & Destructor Documentation

◆ ScXMLDDELinkContext()

ScXMLDDELinkContext::ScXMLDDELinkContext ( ScXMLImport rImport)

Definition at line 56 of file XMLDDELinksContext.cxx.

◆ ~ScXMLDDELinkContext()

ScXMLDDELinkContext::~ScXMLDDELinkContext ( )
overridevirtual

Definition at line 66 of file XMLDDELinksContext.cxx.

Member Function Documentation

◆ AddCellToRow()

void ScXMLDDELinkContext::AddCellToRow ( const ScDDELinkCell aCell)

Definition at line 109 of file XMLDDELinksContext.cxx.

References aDDELinkRow.

Referenced by ScXMLDDECellContext::endFastElement().

◆ AddColumns()

void ScXMLDDELinkContext::AddColumns ( const sal_Int32  nValue)
inline

Definition at line 73 of file XMLDDELinksContext.hxx.

References nColumns, and nValue.

Referenced by ScXMLDDEColumnContext::ScXMLDDEColumnContext().

◆ AddRows()

void ScXMLDDELinkContext::AddRows ( const sal_Int32  nValue)
inline

Definition at line 74 of file XMLDDELinksContext.hxx.

References nRows, and nValue.

Referenced by ScXMLDDERowContext::ScXMLDDERowContext().

◆ AddRowsToTable()

void ScXMLDDELinkContext::AddRowsToTable ( const sal_Int32  nRows)

Definition at line 114 of file XMLDDELinksContext.cxx.

References aDDELinkRow, aDDELinkTable, and i.

Referenced by ScXMLDDERowContext::endFastElement().

◆ CreateDDELink()

void ScXMLDDELinkContext::CreateDDELink ( )

◆ createFastChildContext()

uno::Reference< xml::sax::XFastContextHandler > SAL_CALL ScXMLDDELinkContext::createFastChildContext ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList 
)
overridevirtual

◆ endFastElement()

void SAL_CALL ScXMLDDELinkContext::endFastElement ( sal_Int32  nElement)
overridevirtual

◆ SetApplication()

void ScXMLDDELinkContext::SetApplication ( const OUString &  sValue)
inline

Definition at line 68 of file XMLDDELinksContext.hxx.

References sApplication.

Referenced by ScXMLDDESourceContext::ScXMLDDESourceContext().

◆ SetItem()

void ScXMLDDELinkContext::SetItem ( const OUString &  sValue)
inline

Definition at line 70 of file XMLDDELinksContext.hxx.

References sItem.

Referenced by ScXMLDDESourceContext::ScXMLDDESourceContext().

◆ SetMode()

void ScXMLDDELinkContext::SetMode ( const sal_uInt8  nValue)
inline

Definition at line 71 of file XMLDDELinksContext.hxx.

References nMode, and nValue.

Referenced by ScXMLDDESourceContext::ScXMLDDESourceContext().

◆ SetTopic()

void ScXMLDDELinkContext::SetTopic ( const OUString &  sValue)
inline

Definition at line 69 of file XMLDDELinksContext.hxx.

References sTopic.

Referenced by ScXMLDDESourceContext::ScXMLDDESourceContext().

Member Data Documentation

◆ aDDELinkRow

ScDDELinkCells ScXMLDDELinkContext::aDDELinkRow
private

Definition at line 51 of file XMLDDELinksContext.hxx.

Referenced by AddCellToRow(), and AddRowsToTable().

◆ aDDELinkTable

ScDDELinkCells ScXMLDDELinkContext::aDDELinkTable
private

Definition at line 50 of file XMLDDELinksContext.hxx.

Referenced by AddRowsToTable(), and endFastElement().

◆ nColumns

sal_Int32 ScXMLDDELinkContext::nColumns
private

Definition at line 56 of file XMLDDELinksContext.hxx.

Referenced by AddColumns(), and endFastElement().

◆ nMode

sal_uInt8 ScXMLDDELinkContext::nMode
private

Definition at line 58 of file XMLDDELinksContext.hxx.

Referenced by CreateDDELink(), and SetMode().

◆ nPosition

sal_Int32 ScXMLDDELinkContext::nPosition
private

Definition at line 55 of file XMLDDELinksContext.hxx.

Referenced by CreateDDELink(), and endFastElement().

◆ nRows

sal_Int32 ScXMLDDELinkContext::nRows
private

Definition at line 57 of file XMLDDELinksContext.hxx.

Referenced by AddRows(), and endFastElement().

◆ sApplication

OUString ScXMLDDELinkContext::sApplication
private

Definition at line 52 of file XMLDDELinksContext.hxx.

Referenced by CreateDDELink(), and SetApplication().

◆ sItem

OUString ScXMLDDELinkContext::sItem
private

Definition at line 54 of file XMLDDELinksContext.hxx.

Referenced by CreateDDELink(), and SetItem().

◆ sTopic

OUString ScXMLDDELinkContext::sTopic
private

Definition at line 53 of file XMLDDELinksContext.hxx.

Referenced by CreateDDELink(), and SetTopic().


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