Home
last modified time | relevance | path

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

/trunk/main/editeng/inc/editeng/
H A Dlrspitem.hxx69 sal_uInt16 nPropFirstLineOfst, nPropLeftMargin, nPropRightMargin; member in SvxLRSpaceItem
128 { nPropFirstLineOfst = nProp; } in SetPropTxtFirstLineOfst()
130 { return nPropFirstLineOfst; } in GetPropTxtFirstLineOfst()
141 nPropFirstLineOfst = rCpy.nPropFirstLineOfst; in operator =()
163 nPropFirstLineOfst = nProp; in SetTxtFirstLineOfst()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx404 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 27 milliseconds