Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dhtmltbl.hxx247 sal_uInt16 nWidth, bool bPercentWidth, sal_uInt16 nBorderOpt,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dhtmltbl.hxx247 sal_uInt16 nWidth, bool bPrcWidth, sal_uInt16 nBorderOpt,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmltab.cxx939 tools::Long nBorderOpt = static_cast<tools::Long>(rOptions.nBorder); in InitCtor() local
940 tools::Long nPWidth = nBorderOpt==USHRT_MAX ? NETSCAPE_DFLT_BORDER in InitCtor()
941 : nBorderOpt; in InitCtor()
942 tools::Long nPHeight = nBorderOpt==USHRT_MAX ? 0 : nBorderOpt; in InitCtor()
949 if( nBorderOpt==USHRT_MAX ) in InitCtor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmltab.cxx934 long nBorderOpt = static_cast<long>(rOptions.nBorder); in InitCtor() local
935 long nPWidth = nBorderOpt==USHRT_MAX ? NETSCAPE_DFLT_BORDER in InitCtor()
936 : nBorderOpt; in InitCtor()
937 long nPHeight = nBorderOpt==USHRT_MAX ? 0 : nBorderOpt; in InitCtor()
944 if( nBorderOpt==USHRT_MAX ) in InitCtor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dhtmltbl.cxx155 sal_uInt16 nBorderOpt, sal_uInt16 nCellPad, in SwHTMLTableLayout() argument
177 , m_nBorder( nBorderOpt ) in SwHTMLTableLayout()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dhtmltbl.cxx147 sal_uInt16 nBorderOpt, sal_uInt16 nCellPad, in SwHTMLTableLayout() argument
169 , m_nBorder( nBorderOpt ) in SwHTMLTableLayout()