Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunosett.cxx2558 nSepLineColor(0), //black in SwXTextColumns()
2596 nSepLineColor = rFmtCol.GetLineColor().GetColor(); in SwXTextColumns()
2711 aValue >>= nSepLineColor; in setPropertyValue()
2776 aRet <<= nSepLineColor; in getPropertyValue()
/AOO41X/main/sw/inc/
H A Dunosett.hxx275 sal_Int32 nSepLineColor; member in SwXTextColumns
314 sal_Int32 GetSepLineColor() const {return nSepLineColor;} in GetSepLineColor()