Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx3825 sal_uInt16 nLDist, nRDist; in FormatLRSpace() local
3830 nLDist = ((SvxBoxItem*)pItem)->CalcLineSpace( BOX_LINE_RIGHT ); in FormatLRSpace()
3833 nLDist = nRDist = 0; in FormatLRSpace()
3834 nLDist = nLDist + (sal_uInt16)rLR.GetLeft(); in FormatLRSpace()
3842 m_rWW8Export.InsUInt16( nLDist ); in FormatLRSpace()
4170 sal_uInt16 nLDist = nDist; in TranslateBorderLine() local
4171 nLDist /= 20; // Masseinheit : pt in TranslateBorderLine()
4172 if( nLDist > 0x1f ) in TranslateBorderLine()
4173 nLDist = 0x1f; in TranslateBorderLine()
4180 aBrc.aBits2[1] = sal_uInt8(nLDist); in TranslateBorderLine()
[all …]
H A Ddocxattributeoutput.cxx3024 sal_uInt16 nLDist, nRDist; in FormatLRSpace() local
3029 nLDist = ((SvxBoxItem*)pItem)->CalcLineSpace( BOX_LINE_RIGHT ); in FormatLRSpace()
3032 nLDist = nRDist = 0; in FormatLRSpace()
3033 nLDist = nLDist + (sal_uInt16)rLRSpace.GetLeft(); in FormatLRSpace()
3036 m_pSpacingAttrList->add( FSNS( XML_w, XML_left ), OString::valueOf( sal_Int32( nLDist ) ) ); in FormatLRSpace()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx804 long nLDist = 0; in ExecTabWin() local
806 aParaMargin.SetLower(aParaMargin.GetLower() - nLDist); in ExecTabWin()

Completed in 56 milliseconds