LibreOffice Module writerfilter (master) 1
Public Member Functions | Private Attributes | List of all members
writerfilter::rtftok::RTFFrame Class Reference

Stores the properties of a frame. More...

#include <rtfdocumentimpl.hxx>

Collaboration diagram for writerfilter::rtftok::RTFFrame:
[legend]

Public Member Functions

 RTFFrame (RTFParserState *pParserState)
 
RTFSprms getSprms ()
 Convert the stored properties to Sprms. More...
 
void setSprm (Id nId, Id nValue)
 Store a property. More...
 
bool hasProperties () const
 
bool inFrame () const
 If we got tokens indicating we're in a frame. More...
 

Private Attributes

RTFDocumentImplm_pDocumentImpl
 
sal_Int32 m_nX
 
sal_Int32 m_nY
 
sal_Int32 m_nW
 
sal_Int32 m_nH
 
sal_Int32 m_nHoriPadding
 
sal_Int32 m_nVertPadding
 
sal_Int32 m_nHoriAlign
 
sal_Int32 m_nHoriAnchor
 
sal_Int32 m_nVertAlign
 
sal_Int32 m_nVertAnchor
 
Id m_nHRule
 
std::optional< Idm_oWrap
 

Detailed Description

Stores the properties of a frame.

Definition at line 370 of file rtfdocumentimpl.hxx.

Constructor & Destructor Documentation

◆ RTFFrame()

writerfilter::rtftok::RTFFrame::RTFFrame ( RTFParserState pParserState)
explicit

Definition at line 3838 of file rtfdocumentimpl.cxx.

Member Function Documentation

◆ getSprms()

RTFSprms writerfilter::rtftok::RTFFrame::getSprms ( )

◆ hasProperties()

bool writerfilter::rtftok::RTFFrame::hasProperties ( ) const

◆ inFrame()

bool writerfilter::rtftok::RTFFrame::inFrame ( ) const

◆ setSprm()

void writerfilter::rtftok::RTFFrame::setSprm ( Id  nId,
Id  nValue 
)

Member Data Documentation

◆ m_nH

sal_Int32 writerfilter::rtftok::RTFFrame::m_nH
private

Definition at line 374 of file rtfdocumentimpl.hxx.

Referenced by getSprms(), hasProperties(), inFrame(), and setSprm().

◆ m_nHoriAlign

sal_Int32 writerfilter::rtftok::RTFFrame::m_nHoriAlign
private

Definition at line 376 of file rtfdocumentimpl.hxx.

Referenced by getSprms(), hasProperties(), and setSprm().

◆ m_nHoriAnchor

sal_Int32 writerfilter::rtftok::RTFFrame::m_nHoriAnchor
private

Definition at line 376 of file rtfdocumentimpl.hxx.

Referenced by getSprms(), hasProperties(), and setSprm().

◆ m_nHoriPadding

sal_Int32 writerfilter::rtftok::RTFFrame::m_nHoriPadding
private

Definition at line 375 of file rtfdocumentimpl.hxx.

Referenced by getSprms(), hasProperties(), and setSprm().

◆ m_nHRule

Id writerfilter::rtftok::RTFFrame::m_nHRule
private

Definition at line 377 of file rtfdocumentimpl.hxx.

Referenced by getSprms().

◆ m_nVertAlign

sal_Int32 writerfilter::rtftok::RTFFrame::m_nVertAlign
private

Definition at line 376 of file rtfdocumentimpl.hxx.

Referenced by getSprms(), hasProperties(), and setSprm().

◆ m_nVertAnchor

sal_Int32 writerfilter::rtftok::RTFFrame::m_nVertAnchor
private

Definition at line 376 of file rtfdocumentimpl.hxx.

Referenced by getSprms(), hasProperties(), and setSprm().

◆ m_nVertPadding

sal_Int32 writerfilter::rtftok::RTFFrame::m_nVertPadding
private

Definition at line 375 of file rtfdocumentimpl.hxx.

Referenced by getSprms(), hasProperties(), and setSprm().

◆ m_nW

sal_Int32 writerfilter::rtftok::RTFFrame::m_nW
private

Definition at line 374 of file rtfdocumentimpl.hxx.

Referenced by getSprms(), hasProperties(), inFrame(), and setSprm().

◆ m_nX

sal_Int32 writerfilter::rtftok::RTFFrame::m_nX
private

Definition at line 374 of file rtfdocumentimpl.hxx.

Referenced by getSprms(), hasProperties(), inFrame(), and setSprm().

◆ m_nY

sal_Int32 writerfilter::rtftok::RTFFrame::m_nY
private

Definition at line 374 of file rtfdocumentimpl.hxx.

Referenced by getSprms(), hasProperties(), inFrame(), and setSprm().

◆ m_oWrap

std::optional<Id> writerfilter::rtftok::RTFFrame::m_oWrap
private

Definition at line 378 of file rtfdocumentimpl.hxx.

Referenced by getSprms(), and setSprm().

◆ m_pDocumentImpl

RTFDocumentImpl* writerfilter::rtftok::RTFFrame::m_pDocumentImpl
private

Definition at line 373 of file rtfdocumentimpl.hxx.

Referenced by setSprm().


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