Home
last modified time | relevance | path

Searched refs:HSides (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dparhtml.hxx48 enum class HTMLTableFrame { Void, Above, Below, HSides, LHS, RHS, VSides, Box }; enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dparhtml.hxx48 enum class HTMLTableFrame { Void, Above, Below, HSides, LHS, RHS, VSides, Box }; enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/svhtml/
H A Dparhtml.cxx77 { OOO_STRING_SVTOOLS_HTML_TF_hsides, HTMLTableFrame::HSides },
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/svhtml/
H A Dparhtml.cxx77 { OOO_STRING_SVTOOLS_HTML_TF_hsides, HTMLTableFrame::HSides },
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmltab.cxx1843 if( m_bTopAllowed && (HTMLTableFrame::Above==m_eFrame || HTMLTableFrame::HSides==m_eFrame || in SetBorders()
1846 if( HTMLTableFrame::Below==m_eFrame || HTMLTableFrame::HSides==m_eFrame || in SetBorders()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmltab.cxx1853 if( m_bTopAllowed && (HTMLTableFrame::Above==m_eFrame || HTMLTableFrame::HSides==m_eFrame || in SetBorders()
1856 if( HTMLTableFrame::Below==m_eFrame || HTMLTableFrame::HSides==m_eFrame || in SetBorders()