Home
last modified time | relevance | path

Searched refs:m_eFrameHeightType (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dfmtfsize.hxx45 SwFrameSize m_eFrameHeightType; member in SwFormatFrameSize
80 SwFrameSize GetHeightSizeType() const { return m_eFrameHeightType; } in GetHeightSizeType()
81 void SetHeightSizeType( SwFrameSize eSize ) { m_eFrameHeightType = eSize; } in SetHeightSizeType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dfmtfsize.hxx45 SwFrameSize m_eFrameHeightType; member in SwFormatFrameSize
80 SwFrameSize GetHeightSizeType() const { return m_eFrameHeightType; } in GetHeightSizeType()
81 void SetHeightSizeType( SwFrameSize eSize ) { m_eFrameHeightType = eSize; } in SetHeightSizeType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dattrdesc.cxx237 const char* pId = SwFrameSize::Fixed == m_eFrameHeightType ? in GetPresentation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dattrdesc.cxx240 const char* pId = ATT_FIX_SIZE == m_eFrameHeightType ? in GetPresentation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Datrfrm.cxx198 m_eFrameHeightType( eSize ),
207 … return( m_eFrameHeightType == static_cast<const SwFormatFrameSize&>(rAttr).m_eFrameHeightType && in operator ==()
425 …ute(pWriter, BAD_CAST("eFrameHeightType"), BAD_CAST(OString::number(m_eFrameHeightType).getStr())); in dumpAsXml()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Datrfrm.cxx234 m_eFrameHeightType( eSize ),
243 … return( m_eFrameHeightType == static_cast<const SwFormatFrameSize&>(rAttr).m_eFrameHeightType && in operator ==()
461 …AST("eFrameHeightType"), BAD_CAST(OString::number(static_cast<int>(m_eFrameHeightType)).getStr())); in dumpAsXml()