LibreOffice Module writerfilter (master) 1
|
Stores the properties of a frame. More...
#include <rtfdocumentimpl.hxx>
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 | |
RTFDocumentImpl * | m_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< Id > | m_oWrap |
Stores the properties of a frame.
Definition at line 370 of file rtfdocumentimpl.hxx.
|
explicit |
Definition at line 3838 of file rtfdocumentimpl.cxx.
RTFSprms writerfilter::rtftok::RTFFrame::getSprms | ( | ) |
Convert the stored properties to Sprms.
Definition at line 3901 of file rtfdocumentimpl.cxx.
References m_nH, m_nHoriAlign, m_nHoriAnchor, m_nHoriPadding, m_nHRule, m_nVertAlign, m_nVertAnchor, m_nVertPadding, m_nW, m_nX, m_nY, m_oWrap, nId, and writerfilter::rtftok::RTFSprms::set().
Referenced by writerfilter::rtftok::RTFDocumentImpl::checkNeedPap(), and writerfilter::rtftok::RTFDocumentImpl::prepareProperties().
bool writerfilter::rtftok::RTFFrame::hasProperties | ( | ) | const |
Definition at line 3996 of file rtfdocumentimpl.cxx.
References m_nH, m_nHoriAlign, m_nHoriAnchor, m_nHoriPadding, m_nVertAlign, m_nVertAnchor, m_nVertPadding, m_nW, m_nX, and m_nY.
Referenced by writerfilter::rtftok::RTFDocumentImpl::checkNeedPap(), and writerfilter::rtftok::RTFDocumentImpl::prepareProperties().
bool writerfilter::rtftok::RTFFrame::inFrame | ( | ) | const |
If we got tokens indicating we're in a frame.
Definition at line 1337 of file rtfdocumentimpl.cxx.
References m_nH, m_nW, m_nX, and m_nY.
Referenced by writerfilter::rtftok::RTFDocumentImpl::beforePopState(), writerfilter::rtftok::RTFDocumentImpl::dispatchSymbol(), and writerfilter::rtftok::RTFDocumentImpl::popState().
Store a property.
Definition at line 3854 of file rtfdocumentimpl.cxx.
References writerfilter::rtftok::RTFDocumentImpl::checkFirstRun(), writerfilter::rtftok::RTFDocumentImpl::getFirstRun(), writerfilter::rtftok::RTFDocumentImpl::isStyleSheetImport(), m_nH, m_nHoriAlign, m_nHoriAnchor, m_nHoriPadding, m_nVertAlign, m_nVertAnchor, m_nVertPadding, m_nW, m_nX, m_nY, m_oWrap, m_pDocumentImpl, nId, nValue, and writerfilter::rtftok::RTFDocumentImpl::setNeedPar().
Referenced by writerfilter::rtftok::RTFDocumentImpl::dispatchFlag(), writerfilter::rtftok::RTFDocumentImpl::dispatchFrameValue(), and writerfilter::rtftok::RTFDocumentImpl::dispatchValue().
|
private |
Definition at line 374 of file rtfdocumentimpl.hxx.
Referenced by getSprms(), hasProperties(), inFrame(), and setSprm().
|
private |
Definition at line 376 of file rtfdocumentimpl.hxx.
Referenced by getSprms(), hasProperties(), and setSprm().
|
private |
Definition at line 376 of file rtfdocumentimpl.hxx.
Referenced by getSprms(), hasProperties(), and setSprm().
|
private |
Definition at line 375 of file rtfdocumentimpl.hxx.
Referenced by getSprms(), hasProperties(), and setSprm().
|
private |
Definition at line 377 of file rtfdocumentimpl.hxx.
Referenced by getSprms().
|
private |
Definition at line 376 of file rtfdocumentimpl.hxx.
Referenced by getSprms(), hasProperties(), and setSprm().
|
private |
Definition at line 376 of file rtfdocumentimpl.hxx.
Referenced by getSprms(), hasProperties(), and setSprm().
|
private |
Definition at line 375 of file rtfdocumentimpl.hxx.
Referenced by getSprms(), hasProperties(), and setSprm().
|
private |
Definition at line 374 of file rtfdocumentimpl.hxx.
Referenced by getSprms(), hasProperties(), inFrame(), and setSprm().
|
private |
Definition at line 374 of file rtfdocumentimpl.hxx.
Referenced by getSprms(), hasProperties(), inFrame(), and setSprm().
|
private |
Definition at line 374 of file rtfdocumentimpl.hxx.
Referenced by getSprms(), hasProperties(), inFrame(), and setSprm().
|
private |
Definition at line 378 of file rtfdocumentimpl.hxx.
Referenced by getSprms(), and setSprm().
|
private |
Definition at line 373 of file rtfdocumentimpl.hxx.
Referenced by setSprm().