Home
last modified time | relevance | path

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

/AOO42X/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.cxx3824 sal_uInt16 nLDist, nRDist; in FormatLRSpace() local
3828 nRDist = ((SvxBoxItem*)pItem)->CalcLineSpace( BOX_LINE_LEFT ); in FormatLRSpace()
3832 nLDist = nRDist = 0; in FormatLRSpace()
3834 nRDist = nRDist + (sal_uInt16)rLR.GetRight(); in FormatLRSpace()
3848 m_rWW8Export.InsUInt16( nRDist ); in FormatLRSpace()