Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/imp/xp/
H A DODi_Style_Style.h46 HAVE_BORDER_YES, enumerator
189 (m_haveTopBorder == HAVE_BORDER_YES) || in hasProperties()
190 (m_haveBottomBorder == HAVE_BORDER_YES) || in hasProperties()
191 (m_haveLeftBorder == HAVE_BORDER_YES) || in hasProperties()
192 (m_haveRightBorder == HAVE_BORDER_YES) || in hasProperties()
H A DODi_Table_ListenerState.cpp450 if (pStyle->hasTopBorder() == ODi_Style_Style::HAVE_BORDER_YES) { in _parseCellStart()
472 if (pStyle->hasBottomBorder() == ODi_Style_Style::HAVE_BORDER_YES) { in _parseCellStart()
493 if (pStyle->hasLeftBorder() == ODi_Style_Style::HAVE_BORDER_YES) { in _parseCellStart()
514 if (pStyle->hasRightBorder() == ODi_Style_Style::HAVE_BORDER_YES) { in _parseCellStart()
H A DODi_Style_Style.cpp1086 if(m_haveBottomBorder == HAVE_BORDER_YES) in buildAbiPropsAttrString()
1095 if(m_haveLeftBorder == HAVE_BORDER_YES) in buildAbiPropsAttrString()
1104 if(m_haveRightBorder == HAVE_BORDER_YES) in buildAbiPropsAttrString()
1113 if(m_haveTopBorder == HAVE_BORDER_YES) in buildAbiPropsAttrString()
1275 rHaveBorder = HAVE_BORDER_YES; in _stripColorLength()