Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/imp/xp/
H A DODi_Style_Style.cpp366 m_borderLeft_color = m_borderTop_color; in _parse_style_paragraphProperties()
389 _stripColorLength(m_borderLeft_color, m_borderLeft_thickness, in _parse_style_paragraphProperties()
765 _stripColorLength(m_borderLeft_color, m_borderLeft_thickness, m_haveLeftBorder, pVal); in _parse_style_graphicProperties()
888 m_borderLeft_color = m_borderTop_color; in _parse_style_tableCellProperties()
911 _stripColorLength(m_borderLeft_color, m_borderLeft_thickness, in _parse_style_tableCellProperties()
1101 APPEND_STYLE("left-color: ", m_borderLeft_color); in buildAbiPropsAttrString()
H A DODi_Style_Style.h231 const std::string* getBorderLeft_color() const {return &m_borderLeft_color;} in getBorderLeft_color()
461 std::string m_borderLeft_color; variable