Lines Matching refs:nPropLeftMargin
405 nPropLeftMargin( 100 ), in SvxLRSpaceItem()
424 nPropLeftMargin( 100 ), in SvxLRSpaceItem()
450 rVal <<= (sal_Int16)nPropLeftMargin; in QueryValue()
506 nPropLeftMargin = (sal_uInt16)nRel; in PutValue()
555 nPropLeftMargin == ((SvxLRSpaceItem&)rAttr).GetPropLeft() && in operator ==()
586 if ( 100 != nPropLeftMargin ) in GetPresentation()
587 ( rText = String::CreateFromInt32( nPropLeftMargin )) += sal_Unicode('%'); in GetPresentation()
608 if ( 100 != nPropLeftMargin ) in GetPresentation()
609 ( rText += String::CreateFromInt32( nPropLeftMargin )) += sal_Unicode('%'); in GetPresentation()
667 rStrm << nPropLeftMargin; in Store()
754 pAttr->nPropLeftMargin = prpleft; in Create()