Searched refs:nPropFirstLineOfst (Results 1 – 2 of 2) sorted by relevance
69 sal_uInt16 nPropFirstLineOfst, nPropLeftMargin, nPropRightMargin; member in SvxLRSpaceItem128 { nPropFirstLineOfst = nProp; } in SetPropTxtFirstLineOfst()130 { return nPropFirstLineOfst; } in GetPropTxtFirstLineOfst()141 nPropFirstLineOfst = rCpy.nPropFirstLineOfst; in operator =()163 nPropFirstLineOfst = nProp; in SetTxtFirstLineOfst()
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()[all …]
Completed in 229 milliseconds