Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/imp/xp/
H A DODi_Style_Style.cpp367 m_borderLeft_thickness = m_borderTop_thickness; 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()
889 m_borderLeft_thickness = m_borderTop_thickness; in _parse_style_tableCellProperties()
911 _stripColorLength(m_borderLeft_color, m_borderLeft_thickness, in _parse_style_tableCellProperties()
1100 APPEND_STYLE("left-thickness: ", m_borderLeft_thickness); in buildAbiPropsAttrString()
H A DODi_Style_Style.h230 const std::string* getBorderLeft_thickness() const {return &m_borderLeft_thickness;} in getBorderLeft_thickness()
460 std::string m_borderLeft_thickness; variable