Home
last modified time | relevance | path

Searched refs:nRDist (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx3024 sal_uInt16 nLDist, nRDist; in FormatLRSpace() local
3028 nRDist = ((SvxBoxItem*)pItem)->CalcLineSpace( BOX_LINE_LEFT ); in FormatLRSpace()
3032 nLDist = nRDist = 0; in FormatLRSpace()
3034 nRDist = nRDist + (sal_uInt16)rLRSpace.GetRight(); in FormatLRSpace()
3037 … m_pSpacingAttrList->add( FSNS( XML_w, XML_right ), OString::valueOf( sal_Int32( nRDist ) ) ); in FormatLRSpace()
H A Dww8atr.cxx3825 sal_uInt16 nLDist, nRDist; in FormatLRSpace() local
3829 nRDist = ((SvxBoxItem*)pItem)->CalcLineSpace( BOX_LINE_LEFT ); in FormatLRSpace()
3833 nLDist = nRDist = 0; in FormatLRSpace()
3835 nRDist = nRDist + (sal_uInt16)rLR.GetRight(); in FormatLRSpace()
3849 m_rWW8Export.InsUInt16( nRDist ); in FormatLRSpace()

Completed in 47 milliseconds