Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunosett.cxx2557 nSepLineWidth(0), in SwXTextColumns()
2595 nSepLineWidth = rFmtCol.GetLineWidth(); in SwXTextColumns()
2707 nSepLineWidth = MM100_TO_TWIP(nTmp); in setPropertyValue()
2773 aRet <<= static_cast < sal_Int32 >(TWIP_TO_MM100(nSepLineWidth)); in getPropertyValue()
/AOO41X/main/sw/inc/
H A Dunosett.hxx274 sal_Int32 nSepLineWidth; member in SwXTextColumns
313 sal_Int32 GetSepLineWidth() const {return nSepLineWidth;} in GetSepLineWidth()