Home
last modified time | relevance | path

Searched refs:nCellSpacing (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx240 if( nDist && (!nCellSpacing || nDist < nCellSpacing) ) in MergeBorders()
241 nCellSpacing = nDist; in MergeBorders()
316 sal_uInt16 nSpace = nCellPadding + nCellSpacing; in GetLeftSpace()
339 nSpace += (nCellSpacing + nRightSub); in GetRightSpace()
385 nRawHeight -= (2*nCellPadding + nCellSpacing); in GetAbsHeight()
392 nRawHeight -= nCellSpacing; in GetAbsHeight()
768 : nBorderColor((sal_uInt32)-1), nCellSpacing(0), nCellPadding(0), nBorder(0), in SwWriteTable()
795 : nBorderColor((sal_uInt32)-1), nCellSpacing(0), nCellPadding(0), nBorder(0), in SwWriteTable()
810 nCellSpacing = pLayoutInfo->GetCellSpacing(); in SwWriteTable()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx100 sal_uInt16 nCellSpacing; member
1035 if( pOptions->nCellSpacing!=0 && nBorderOpt==1 ) in InitCtor()
1042 pOptions->nCellSpacing!=0, sal_True ); in InitCtor()
1058 if( pOptions->nCellSpacing != 0 ) in InitCtor()
1081 if( nCellSpacing ) in InitCtor()
1083 if( nCellSpacing==USHRT_MAX ) in InitCtor()
1084 nCellSpacing = NETSCAPE_DFLT_CELLSPACING; in InitCtor()
1085 nCellSpacing = pParser->ToTwips( nCellSpacing ); in InitCtor()
1116 nCellSpacing( pOptions->nCellSpacing ), in HTMLTable()
1177 nCellSpacing, eTableAdjust, in CreateLayoutInfo()
[all …]
H A Dhtmltabw.cxx142 Pixelize( nCellSpacing ); in PixelizeBorders()
727 += ByteString::CreateFromInt32( rWrt.ToPixel( nCellSpacing ) ); in Write()
924 if( !nCellSpacing && nRow < aRows.Count()-1 && pRow2->bBottomBorder && in Write()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx118 aSpace.Width() += (nCol2-nCol1) * (nCellSpacing+1); in FillGraphList()
119 aSpace.Height() += (nRow2-nRow1) * (nCellSpacing+1); in FillGraphList()
H A Dhtmlexp.cxx120 const sal_uInt16 ScHTMLExport::nCellSpacing = 0; member in ScHTMLExport
711 ByteString::CreateFromInt32( nCellSpacing ); in WriteTables()
/trunk/main/sw/inc/
H A Dhtmltbl.hxx215 sal_uInt16 nCellSpacing; // Absatnd zwischen Zellen (in Twip) member in SwHTMLTableLayout
361 sal_uInt16 GetCellSpacing() const { return nCellSpacing; } in GetCellSpacing()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx214 nCellPadding( nCellPad ), nCellSpacing( nCellSp ), nBorder( nBorderOpt ), in SwHTMLTableLayout()
255 sal_uInt16 nSpace = nCellSpacing + nCellPadding; in GetLeftCellSpace()
293 nSpace += nBorder + nCellSpacing; in GetRightCellSpace()
/trunk/main/sc/source/filter/inc/
H A Dhtmlexp.hxx97 static const sal_uInt16 nCellSpacing; member in ScHTMLExport
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx242 sal_uInt16 nCellSpacing; // Dicke der inneren Umrandung member in SwWriteTable
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx720 const sal_Int16 OHTMLImportExport::nCellSpacing = 0; member in OHTMLImportExport
890 aStrOut = aStrOut + ::rtl::OString::valueOf((sal_Int32)nCellSpacing); in WriteTables()
/trunk/main/dbaccess/source/ui/inc/
H A DTokenWriter.hxx175 static const sal_Int16 nCellSpacing; member in dbaui::OHTMLImportExport

Completed in 67 milliseconds