Searched refs:nRDist (Results 1 – 2 of 2) sorted by relevance
3024 sal_uInt16 nLDist, nRDist; in FormatLRSpace() local3028 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()
3825 sal_uInt16 nLDist, nRDist; in FormatLRSpace() local3829 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 61 milliseconds