Searched refs:GetDashLen (Results  1 – 15 of 15) sorted by relevance
| /aoo4110/main/svx/source/xoutdev/ | 
| H A D | xattr.cxx | 712 	double fSingleDashLen = (double)GetDashLen();  in CreateDotDashArray()723 				if(GetDashLen())  in CreateDotDashArray()
 765 				if(GetDashLen())  in CreateDotDashArray()
 814 			if(GetDashLen())  in CreateDotDashArray()
 1054 		rOut << (sal_uInt32) aDash.GetDashLen();  in Store()
 1115 	aDash.SetDashLen( ScaleMetricValue( aDash.GetDashLen(), nMul, nDiv ) );  in ScaleMetrics()
 1138 			aLineDash.DashLen = rXD.GetDashLen();  in QueryValue()
 1169 			aLineDash.DashLen = rXD.GetDashLen();  in QueryValue()
 1207 			rVal <<= rXD.GetDashLen();  in QueryValue()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | xdash.hxx | 64 	sal_uIntPtr       GetDashLen() const          { return nDashLen; }  in GetDashLen()  function in XDash
 | 
| /aoo4110/main/vcl/inc/vcl/ | 
| H A D | lineinfo.hxx | 99 	long			GetDashLen() const { return mpImplLineInfo->mnDashLen; }  in GetDashLen()  function in LineInfo
 | 
| /aoo4110/main/cui/source/tabpages/ | 
| H A D | tplnedef.cxx | 990 	SetMetricValue( aMtrLength2, aDash.GetDashLen(), ePoolUnit );  in FillDialog_Impl()991 	aLbType2.SelectEntryPos( aDash.GetDashLen() == 0 ? 0 : 1 );  in FillDialog_Impl()
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdfmtf.cxx | 386 …if(((maDash.GetDots() && maDash.GetDotLen()) || (maDash.GetDashes() && maDash.GetDashLen())) && ma…  in SetAttributes()724 				rLineInfo.GetDashCount(), rLineInfo.GetDashLen(),  in DoAction()
 954 			rLineInfo.GetDashCount(), rLineInfo.GetDashLen(),  in DoAction()
 
 | 
| /aoo4110/main/vcl/source/gdi/ | 
| H A D | lineinfo.cxx | 346 			const double fDashLen(GetDashLen());  in applyToB2DPolyPolygon()
 | 
| H A D | cvtsvm.cxx | 622 					if(((aLineInfo.GetDashCount() && aLineInfo.GetDashLen())  in ImplConvertFromSVM1()1500 					rOStm << (sal_Int32)rInfo.GetDashLen();  in ImplWriteActions()
 1656 					rOStm << (sal_Int32)rInfo.GetDashLen();  in ImplWriteActions()
 
 | 
| H A D | outmap.cxx | 753 		if( aInfo.GetDashCount() && aInfo.GetDashLen() )  in ImplLogicToDevicePixel()754 			aInfo.SetDashLen( Max( ImplLogicWidthToDevicePixel( aInfo.GetDashLen() ), 1L ) );  in ImplLogicToDevicePixel()
 
 | 
| H A D | outdev.cxx | 1563         const double fDashLen(rInfo.GetDashLen());  in impPaintLineGeometryWithEvtlExpand()
 | 
| H A D | pdfwriter_impl.cxx | 1627     if(LINE_DASH == rInfo.GetStyle() && rInfo.GetDashLen() != rInfo.GetDotLen())  in appendLineInfo()1652         if( rInfo.GetDashLen() == rInfo.GetDotLen() ) // degraded case  in appendLineInfo()
 1654             appendMappedLength( (sal_Int32)rInfo.GetDashLen(), rBuffer );  in appendLineInfo()
 1663                 appendMappedLength( (sal_Int32)rInfo.GetDashLen(), rBuffer );  in appendLineInfo()
 9073     const int nDashLen    = rIn.GetDashLen();  in convertLineInfoToExtLineInfo()
 
 | 
| H A D | metaact.cxx | 77 		rLineInfo.SetDashLen( FRound( fScale * rLineInfo.GetDashLen() ) );  in ImplScaleLineInfo()
 | 
| /aoo4110/main/filter/source/graphicfilter/idxf/ | 
| H A D | dxfvec.cxx | 220 	if ( aLineInfo.GetDashCount() > 0 && aLineInfo.GetDashLen() == 0 )  in Transform()
 | 
| /aoo4110/main/svx/source/unodraw/ | 
| H A D | XPropertyTable.cxx | 445 	aLineDash.DashLen = rXD.GetDashLen();  in getAny()
 | 
| /aoo4110/main/drawinglayer/source/primitive2d/ | 
| H A D | metafileprimitive2d.cxx | 697 					const double fDashLen(rLineInfo.GetDashLen());  in createLinePrimitive()
 | 
| /aoo4110/main/cppcanvas/source/mtfrenderer/ | 
| H A D | implrenderer.cxx | 325             const ::basegfx::B2DSize aDashLen( rLineInfo.GetDashLen(), 0 );  in setupStrokeAttributes()
 | 
        Completed in 1324 milliseconds