Searched refs:nStartLineWidth (Results 1 – 2 of 2) sorted by relevance
337 long nStartLineWidth = 0; in ImpInsertPolygons() local368 nStartLineWidth = ITEMVALUE( aSet1, XATTR_LINEWIDTH, XLineWidthItem ); in ImpInsertPolygons()393 const double fDelta = nEndLineWidth - nStartLineWidth; in ImpInsertPolygons()424 aSet.Put( XLineWidthItem( nStartLineWidth + (long) ( fFactor * fDelta + 0.5 ) ) ); in ImpInsertPolygons()
1438 sal_Int32 nStartLineWidth = 0; in IMPL_LINK() local1440 nStartLineWidth = (( const XLineWidthItem *)pOld)->GetValue(); in IMPL_LINK()1441 nActLineWidth = nStartLineWidth; in IMPL_LINK()
Completed in 25 milliseconds