Searched refs:SetDotLen (Results 1 – 18 of 18) sorted by relevance
217 aLineInfo.SetDotLen( (sal_Int32) (aDXFLineInfo.fDotLen * scale + 0.5) ); in Transform()224 aLineInfo.SetDotLen(1); in Transform()
139 aDXFLineInfo.SetDotLen( 1 ); in LTypeToDXFLineInfo()267 aLineInfo.SetDotLen( 0 ); in DrawLineEntity()
55 void SetDotLen(sal_uIntPtr nNewDotLen) { nDotLen = nNewDotLen; } in SetDotLen() function in XDash
104 void SetDotLen( long nDotLen );
966 rIn >> nLTemp; aDash.SetDotLen(nLTemp); in XLineDashItem()1114 aDash.SetDotLen( ScaleMetricValue( aDash.GetDotLen(), nMul, nDiv ) ); in ScaleMetrics()1258 aXDash.SetDotLen(aLineDash.DotLen); in PutValue()1294 aXDash.SetDotLen(aLineDash.DotLen); in PutValue()1353 aXDash.SetDotLen( nVal ); in PutValue()
224 aDottedStyle.SetDotLen( 1 ); in impl_paintFocusIndicator()
204 void LineInfo::SetDotLen( long nDotLen ) in SetDotLen() function in LineInfo
619 rIStm >> b; aLineInfo.SetDotLen(b); in ImplConvertFromSVM1()
749 aInfo.SetDotLen( Max( ImplLogicWidthToDevicePixel( aInfo.GetDotLen() ), 1L ) ); in ImplLogicToDevicePixel()
78 rLineInfo.SetDotLen( FRound( fScale * rLineInfo.GetDotLen() ) ); in ImplScaleLineInfo()
305 aLI.SetDotLen( 25 ); in doTestCode()
803 aInfo.SetDotLen( 2 ); in Paint()
802 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDotLen( nDotLen ); in CreateObject()839 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDotLen( nDotLen ); in CreateObject()
463 aXDash.SetDotLen(aLineDash.DotLen); in getEntry()
961 aDash.SetDotLen( aLbType1.GetSelectEntryPos() == 0 ? 0 : in FillDash_Impl()
815 aLineInfo.SetDotLen( 1 ); in lclDrawThinLine()
686 aLineInfo.SetDotLen( nLineWidth ); in SetPen()
3637 aLineInfo.SetDotLen ( 1L ); in DrawFocusRect()
Completed in 274 milliseconds