Home
last modified time | relevance | path

Searched refs:m_haveLeftBorder (Results 1 – 2 of 2) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/imp/xp/
H A DODi_Style_Style.cpp55 m_haveLeftBorder(HAVE_BORDER_UNSPECIFIED), in ODi_Style_Style()
368 m_haveLeftBorder = m_haveTopBorder; in _parse_style_paragraphProperties()
390 m_haveLeftBorder, pVal); in _parse_style_paragraphProperties()
765 _stripColorLength(m_borderLeft_color, m_borderLeft_thickness, m_haveLeftBorder, pVal); in _parse_style_graphicProperties()
890 m_haveLeftBorder = m_haveTopBorder; in _parse_style_tableCellProperties()
912 m_haveLeftBorder, pVal); in _parse_style_tableCellProperties()
1095 if(m_haveLeftBorder == HAVE_BORDER_YES) in buildAbiPropsAttrString()
H A DODi_Style_Style.h191 (m_haveLeftBorder == HAVE_BORDER_YES) || in hasProperties()
232 HAVE_BORDER hasLeftBorder() const {return m_haveLeftBorder;} in hasLeftBorder()
462 HAVE_BORDER m_haveLeftBorder; variable