Searched refs:nLDist (Results 1 – 3 of 3) sorted by relevance
3825 sal_uInt16 nLDist, nRDist; in FormatLRSpace() local3830 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() local4171 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 …]
3024 sal_uInt16 nLDist, nRDist; in FormatLRSpace() local3029 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()
804 long nLDist = 0; in ExecTabWin() local806 aParaMargin.SetLower(aParaMargin.GetLower() - nLDist); in ExecTabWin()
Completed in 59 milliseconds