Lines Matching refs:nPropFirstLineOfst
404 nPropFirstLineOfst( 100 ), in SvxLRSpaceItem()
423 nPropFirstLineOfst( 100 ), in SvxLRSpaceItem()
461 rVal <<= (sal_Int16)(nPropFirstLineOfst); in QueryValue()
557 nPropFirstLineOfst == ((SvxLRSpaceItem&)rAttr).GetPropTxtFirstLineOfst() && in operator ==()
592 if ( 100 != nPropFirstLineOfst ) in GetPresentation()
593 ( rText += String::CreateFromInt32( nPropFirstLineOfst )) += sal_Unicode('%'); in GetPresentation()
618 if ( 100 != nPropFirstLineOfst || nFirstLineOfst ) in GetPresentation()
621 if ( 100 != nPropFirstLineOfst ) in GetPresentation()
622 ( rText += String::CreateFromInt32( nPropFirstLineOfst )) in GetPresentation()
675 rStrm << nPropFirstLineOfst; in Store()
758 pAttr->nPropFirstLineOfst = prpfirstline; in Create()