Home
last modified time | relevance | path

Searched refs:m_iNewHdrHeight (Results 1 – 4 of 4) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpd_Document.h771 { return m_iNewHdrHeight;} in getNewHdrHeight()
776 { m_iNewHdrHeight = newHeight;} in setNewHdrHeight()
881 UT_sint32 m_iNewHdrHeight; variable
H A Dpd_Document.cpp192 m_iNewHdrHeight(0), in PD_Document()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_SectionLayout.h381 UT_sint32 m_iNewHdrHeight; variable
H A Dfl_SectionLayout.cpp955 m_iNewHdrHeight(0), in fl_DocSectionLayout()
1400 UT_DEBUGMSG(("newHeight %d m_iNewHdrHeight %d \n",newHeight,m_iNewHdrHeight)); in setHdrFtrHeightChange()
1401 if(newHeight <= m_iNewHdrHeight) in setHdrFtrHeightChange()
1405 m_iNewHdrHeight = newHeight; in setHdrFtrHeightChange()
2143 m_iNewHdrHeight = getDocument()->getNewHdrHeight(); in _lookupProperties()