Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dhtmltbl.hxx57 bool const bNoBreakTag; ///< <NOBR>-Tag over complete content. member in SwHTMLTableLayoutCnts
62 bool bNoBreakTag, std::shared_ptr<SwHTMLTableLayoutCnts> const& rNxt);
80 bool HasNoBreakTag() const { return bNoBreakTag; } in HasNoBreakTag()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dhtmltbl.hxx62 bool bNoBreakTag, std::shared_ptr<SwHTMLTableLayoutCnts> const& rNxt);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dhtmltbl.cxx80 nPass1Done( 0 ), nWidthSet( 0 ), bNoBreakTag( bNoBrTag ) in SwHTMLTableLayoutCnts()