Home
last modified time | relevance | path

Searched refs:getBorderLeft_color (Results 1 – 3 of 3) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/imp/xp/
H A DODi_Frame_ListenerState.cpp551 … if(pGraphicStyle->getBorderLeft_color() && !pGraphicStyle->getBorderLeft_color()->empty()) { in _drawTextBox()
553 props += *(pGraphicStyle->getBorderLeft_color()); in _drawTextBox()
H A DODi_Table_ListenerState.cpp502 if (!pStyle->getBorderLeft_color()->empty()) { in _parseCellStart()
504 props += *(pStyle->getBorderLeft_color()); in _parseCellStart()
H A DODi_Style_Style.h231 const std::string* getBorderLeft_color() const {return &m_borderLeft_color;} in getBorderLeft_color() function