Searched refs:nCellSpacing (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 240 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()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 100 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 D | htmltabw.cxx | 142 Pixelize( nCellSpacing ); in PixelizeBorders() 727 += ByteString::CreateFromInt32( rWrt.ToPixel( nCellSpacing ) ); in Write() 924 if( !nCellSpacing && nRow < aRows.Count()-1 && pRow2->bBottomBorder && in Write()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlexp2.cxx | 118 aSpace.Width() += (nCol2-nCol1) * (nCellSpacing+1); in FillGraphList() 119 aSpace.Height() += (nRow2-nRow1) * (nCellSpacing+1); in FillGraphList()
|
H A D | htmlexp.cxx | 120 const sal_uInt16 ScHTMLExport::nCellSpacing = 0; member in ScHTMLExport 711 ByteString::CreateFromInt32( nCellSpacing ); in WriteTables()
|
/aoo41x/main/sw/inc/ |
H A D | htmltbl.hxx | 215 sal_uInt16 nCellSpacing; // Absatnd zwischen Zellen (in Twip) member in SwHTMLTableLayout 361 sal_uInt16 GetCellSpacing() const { return nCellSpacing; } in GetCellSpacing()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 210 nCellPadding( nCellPad ), nCellSpacing( nCellSp ), nBorder( nBorderOpt ), in SwHTMLTableLayout() 251 sal_uInt16 nSpace = nCellSpacing + nCellPadding; in GetLeftCellSpace() 289 nSpace += nBorder + nCellSpacing; in GetRightCellSpace()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | htmlexp.hxx | 97 static const sal_uInt16 nCellSpacing; member in ScHTMLExport
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 242 sal_uInt16 nCellSpacing; // Dicke der inneren Umrandung member in SwWriteTable
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | TokenWriter.hxx | 175 static const sal_Int16 nCellSpacing; member in dbaui::OHTMLImportExport
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | TokenWriter.cxx | 720 const sal_Int16 OHTMLImportExport::nCellSpacing = 0; member in OHTMLImportExport 890 aStrOut = aStrOut + ::rtl::OString::valueOf((sal_Int32)nCellSpacing); in WriteTables()
|
Completed in 129 milliseconds