Lines Matching refs:rLineInfo
265 … const LineInfo& rLineInfo ) in setupStrokeAttributes() argument
267 const ::basegfx::B2DSize aWidth( rLineInfo.GetWidth(), 0 ); in setupStrokeAttributes()
276 switch(rLineInfo.GetLineJoin()) in setupStrokeAttributes()
292 switch(rLineInfo.GetLineCap()) in setupStrokeAttributes()
314 if( LINE_DASH == rLineInfo.GetStyle() ) in setupStrokeAttributes()
322 const ::basegfx::B2DSize aDistance( rLineInfo.GetDistance(), 0 ); in setupStrokeAttributes()
325 const ::basegfx::B2DSize aDashLen( rLineInfo.GetDashLen(), 0 ); in setupStrokeAttributes()
328 const ::basegfx::B2DSize aDotLen( rLineInfo.GetDotLen(), 0 ); in setupStrokeAttributes()
331 const sal_Int32 nNumArryEntries( 2*rLineInfo.GetDashCount() + in setupStrokeAttributes()
332 2*rLineInfo.GetDotCount() ); in setupStrokeAttributes()
344 for( sal_Int32 i=0; i<rLineInfo.GetDashCount(); ++i ) in setupStrokeAttributes()
349 for( sal_Int32 i=0; i<rLineInfo.GetDotCount(); ++i ) in setupStrokeAttributes()
1953 const LineInfo& rLineInfo( pLineAct->GetLineInfo() ); in createActions() local
1962 if( rLineInfo.IsDefault() ) in createActions()
1982 else if( LINE_NONE != rLineInfo.GetStyle() ) in createActions()
1989 rLineInfo ); in createActions()
2142 const LineInfo& rLineInfo( pPolyLineAct->GetLineInfo() ); in createActions() local
2148 if( rLineInfo.IsDefault() ) in createActions()
2167 else if( LINE_NONE != rLineInfo.GetStyle() ) in createActions()
2174 rLineInfo ); in createActions()