base class for UNO objects that implement XMetadatable.
More...
#include <Metadatable.hxx>
|
virtual Metadatable * | GetCoreObject ()=0 |
| get the core object corresponding to this UNO object. More...
|
|
virtual css::uno::Reference< css::frame::XModel > | GetModel ()=0 |
| get the XModel for the document More...
|
|
base class for UNO objects that implement XMetadatable.
An instance of this base class is associated with an instance of Metadatable.
Definition at line 137 of file Metadatable.hxx.
◆ MetadatableMixin()
sfx2::MetadatableMixin::MetadatableMixin |
( |
| ) |
|
|
inline |
◆ ensureMetadataReference()
void SAL_CALL sfx2::MetadatableMixin::ensureMetadataReference |
( |
| ) |
|
|
overridevirtual |
◆ GetCoreObject()
virtual Metadatable * sfx2::MetadatableMixin::GetCoreObject |
( |
| ) |
|
|
protectedpure virtual |
get the core object corresponding to this UNO object.
◆ getLocalName()
OUString SAL_CALL sfx2::MetadatableMixin::getLocalName |
( |
| ) |
|
|
overridevirtual |
◆ getMetadataReference()
beans::StringPair SAL_CALL sfx2::MetadatableMixin::getMetadataReference |
( |
| ) |
|
|
overridevirtual |
◆ GetModel()
virtual css::uno::Reference< css::frame::XModel > sfx2::MetadatableMixin::GetModel |
( |
| ) |
|
|
protectedpure virtual |
get the XModel for the document
◆ getNamespace()
OUString SAL_CALL sfx2::MetadatableMixin::getNamespace |
( |
| ) |
|
|
overridevirtual |
◆ getStringValue()
OUString SAL_CALL sfx2::MetadatableMixin::getStringValue |
( |
| ) |
|
|
overridevirtual |
◆ setMetadataReference()
void SAL_CALL sfx2::MetadatableMixin::setMetadataReference |
( |
const css::beans::StringPair & |
i_rReference | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: