Home
last modified time | relevance | path

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

/trunk/main/editeng/source/items/
H A Dbulitem.cxx207 rStrm >> nJustify; in SvxBulletItem()
237 nJustify = rItem.nJustify; in SvxBulletItem()
280 nJustify = BJ_HLEFT | BJ_VCENTER; in SetDefaults_Impl()
336 nJustify != rBullet.nJustify || in operator ==()
413 rStrm << nJustify; in Store()
/trunk/main/editeng/inc/editeng/
H A Dbulitem.hxx79 sal_uInt8 nJustify; member in SvxBulletItem
111 sal_uInt8 GetJustification() const { return nJustify; } in GetJustification()
128 void SetJustification( sal_uInt8 nNew ) { nJustify = nNew; } in SetJustification()

Completed in 21 milliseconds