Searched refs:bUseDots (Results 1 – 1 of 1) sorted by relevance
1227 void Style::Set( const SvxBorderLine& rBorder, double fScale, sal_uInt16 nMaxWidth, bool bUseDots ) in Set() argument1238 mbDotted = bUseDots && (0 < nPrim) && (nPrim < 10); in Set()1276 void Style::Set( const SvxBorderLine* pBorder, double fScale, sal_uInt16 nMaxWidth, bool bUseDots ) in Set() argument1279 Set( *pBorder, fScale, nMaxWidth, bUseDots ); in Set()
Completed in 16 milliseconds