Home
last modified time | relevance | path

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

/AOO41X/main/sc/inc/ !
H A Dautoform.hxx174 void SetVerJustify( const SvxVerJustifyItem& rVerJustify ) { aVerJustify = rVerJustify; } in SetVerJustify() function in ScAutoFormatDataField
/AOO41X/main/sc/source/core/tool/ !
H A Dautoform.cxx600 case ATTR_VER_JUSTIFY: rField.SetVerJustify( (const SvxVerJustifyItem&)rItem ); break; in PutItem()
781 rField.SetVerJustify ( (const SvxVerJustifyItem&) rItemSet.Get( ATTR_VER_JUSTIFY ) ); in GetFromItemSet()