Searched refs:nBorderOpt (Results 1 – 3 of 3) sorted by relevance
1019 long nBorderOpt = (long)pOptions->nBorder; in InitCtor() local1020 long nPWidth = nBorderOpt==USHRT_MAX ? NETSCAPE_DFLT_BORDER in InitCtor()1021 : nBorderOpt; in InitCtor()1022 long nPHeight = nBorderOpt==USHRT_MAX ? 0 : nBorderOpt; in InitCtor()1030 if( nBorderOpt==USHRT_MAX ) in InitCtor()1035 if( pOptions->nCellSpacing!=0 && nBorderOpt==1 ) in InitCtor()
271 sal_uInt16 nWidth, sal_Bool bPrcWidth, sal_uInt16 nBorderOpt,
199 sal_uInt16 nWdth, sal_Bool bPrcWdth, sal_uInt16 nBorderOpt, in SwHTMLTableLayout() argument214 nCellPadding( nCellPad ), nCellSpacing( nCellSp ), nBorder( nBorderOpt ), in SwHTMLTableLayout()
Completed in 53 milliseconds