LibreOffice Module sfx2 (master) 1
Public Member Functions | Private Attributes | List of all members
sfx2::MetadatableUndo Class Reference

the horrible Undo Metadatable: is inserted into lists to track position More...

Inheritance diagram for sfx2::MetadatableUndo:
[legend]
Collaboration diagram for sfx2::MetadatableUndo:
[legend]

Public Member Functions

 MetadatableUndo (const bool i_isInContent)
 
virtual ::sfx2::XmlIdRegistryGetRegistry () override
 
virtual bool IsInClipboard () const override
 
virtual bool IsInUndo () const override
 
virtual bool IsInContent () const override
 
virtual css::uno::Reference< css::rdf::XMetadatable > MakeUnoObject () override
 

Private Attributes

const bool m_isInContent
 as determined by the stream of the source in original document More...
 

Detailed Description

the horrible Undo Metadatable: is inserted into lists to track position

Definition at line 261 of file Metadatable.cxx.

Constructor & Destructor Documentation

◆ MetadatableUndo()

sfx2::MetadatableUndo::MetadatableUndo ( const bool  i_isInContent)
inlineexplicit

Definition at line 266 of file Metadatable.cxx.

Member Function Documentation

◆ GetRegistry()

virtual ::sfx2::XmlIdRegistry & sfx2::MetadatableUndo::GetRegistry ( )
inlineoverride

Definition at line 268 of file Metadatable.cxx.

◆ IsInClipboard()

virtual bool sfx2::MetadatableUndo::IsInClipboard ( ) const
inlineoverridevirtual

Definition at line 275 of file Metadatable.cxx.

◆ IsInContent()

virtual bool sfx2::MetadatableUndo::IsInContent ( ) const
inlineoverridevirtual

Definition at line 277 of file Metadatable.cxx.

References m_isInContent.

◆ IsInUndo()

virtual bool sfx2::MetadatableUndo::IsInUndo ( ) const
inlineoverridevirtual

Definition at line 276 of file Metadatable.cxx.

◆ MakeUnoObject()

virtual css::uno::Reference< css::rdf::XMetadatable > sfx2::MetadatableUndo::MakeUnoObject ( )
inlineoverridevirtual

Definition at line 278 of file Metadatable.cxx.

Member Data Documentation

◆ m_isInContent

const bool sfx2::MetadatableUndo::m_isInContent
private

as determined by the stream of the source in original document

Definition at line 264 of file Metadatable.cxx.

Referenced by IsInContent().


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