Home
last modified time | relevance | path

Searched refs:nPropLeftMargin (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/editeng/inc/editeng/
H A Dlrspitem.hxx69 sal_uInt16 nPropFirstLineOfst, nPropLeftMargin, nPropRightMargin; member in SvxLRSpaceItem
115 { nPropLeftMargin = nProp; } in SetPropLeft()
118 inline sal_uInt16 GetPropLeft() const { return nPropLeftMargin; } in GetPropLeft()
142 nPropLeftMargin = rCpy.nPropLeftMargin; in operator =()
152 nPropLeftMargin = nProp; in SetLeft()
170 nPropLeftMargin = nProp; in SetTxtLeft()
/aoo42x/main/editeng/source/items/
H A Dfrmitems.cxx405 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()
[all …]
/aoo42x/main/sc/source/core/data/
H A Ddocpool.cxx718 sal_uInt16 nPropLeftMargin = rLRItem.GetPropLeft(); in lcl_HFPresentation() local
728 if ( 100 != nPropLeftMargin ) in lcl_HFPresentation()
730 aText += String::CreateFromInt32( nPropLeftMargin ); in lcl_HFPresentation()

Completed in 79 milliseconds