Home
last modified time | relevance | path

Searched refs:m_bHasBorder (Results 1 – 16 of 16) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/css/
H A Dcfx_csscomputedstyle.cpp81 return m_NonInheritedData.m_bHasBorder ? &(m_NonInheritedData.m_BorderWidth) in GetBorderWidth()
193 m_bHasBorder(false), in NonInheritedData()
H A Dcfx_cssstyleselector.cpp302 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
309 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
316 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
323 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
H A Dcfx_csscomputedstyle.h55 bool m_bHasBorder; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/css/
H A Dcfx_cssstyleselector.cpp300 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
307 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
314 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
321 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
H A Dcfx_csscomputedstyle.h56 bool m_bHasBorder = false; variable
H A Dcfx_csscomputedstyle.cpp81 return m_NonInheritedData.m_bHasBorder ? &(m_NonInheritedData.m_BorderWidth) in GetBorderWidth()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/css/
H A Dfde_cssstyleselector.cpp707 FDE_CSSNONINHERITS.m_bHasBorder |= in ApplyProperty()
712 FDE_CSSNONINHERITS.m_bHasBorder |= in ApplyProperty()
717 FDE_CSSNONINHERITS.m_bHasBorder |= in ApplyProperty()
722 FDE_CSSNONINHERITS.m_bHasBorder |= in ApplyProperty()
1910 return m_NonInheritedData.m_bHasBorder ? &(m_NonInheritedData.m_BorderWidth) in GetBorderWidth()
H A Dfde_cssstyleselector.h343 uint32_t m_bHasBorder : 1; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par6.cxx5006 if( m_bHasBorder ) in Read_Border()
5010 m_bHasBorder = false; in Read_Border()
5013 else if( !m_bHasBorder ) in Read_Border()
5018 m_bHasBorder = true; in Read_Border()
H A Dww8par.cxx2034 mbHasBorder(pRdr->m_bHasBorder), in WW8ReaderSave()
2040 = pRdr->m_bHasBorder = false; in WW8ReaderSave()
2088 pRdr->m_bHasBorder = mbHasBorder; in Restore()
4323 , m_bHasBorder(false) in SwWW8ImplReader()
H A Dww8par.hxx1327 bool m_bHasBorder; // for bundling of the borders member in SwWW8ImplReader
H A Dww8par2.cxx3874 mpIo->m_bHasBorder = mpIo->m_bSpec = mpIo->m_bObj = mpIo->m_bSymbol = false; in PostStyle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par.cxx2016 mbHasBorder(pRdr->m_bHasBorder), in WW8ReaderSave()
2022 = pRdr->m_bHasBorder = false; in WW8ReaderSave()
2070 pRdr->m_bHasBorder = mbHasBorder; in Restore()
4309 , m_bHasBorder(false) in SwWW8ImplReader()
H A Dww8par6.cxx4973 if( m_bHasBorder ) in Read_Border()
4977 m_bHasBorder = false; in Read_Border()
4980 else if( !m_bHasBorder ) in Read_Border()
4985 m_bHasBorder = true; in Read_Border()
H A Dww8par.hxx1311 bool m_bHasBorder; // for bundling of the borders member in SwWW8ImplReader
H A Dww8par2.cxx3870 mpIo->m_bHasBorder = mpIo->m_bSpec = mpIo->m_bObj = mpIo->m_bSymbol = false; in PostStyle()