Searched refs:GetDotLen (Results  1 – 15 of 15) sorted by relevance
| /aoo4110/main/svx/source/xoutdev/ | 
| H A D | xattr.cxx | 713 	double fSingleDotLen = (double)GetDotLen();  in CreateDotDashArray()737 				if(GetDotLen())  in CreateDotDashArray()
 779 				if(GetDotLen())  in CreateDotDashArray()
 834 			if(GetDotLen())  in CreateDotDashArray()
 1052 		rOut << (sal_uInt32) aDash.GetDotLen();  in Store()
 1114 	aDash.SetDotLen( ScaleMetricValue( aDash.GetDotLen(), nMul, nDiv ) );  in ScaleMetrics()
 1136 			aLineDash.DotLen = rXD.GetDotLen();  in QueryValue()
 1167 			aLineDash.DotLen = rXD.GetDotLen();  in QueryValue()
 1193 			rVal <<= rXD.GetDotLen();  in QueryValue()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | xdash.hxx | 62 	sal_uIntPtr       GetDotLen() const           { return nDotLen; }  in GetDotLen()  function in XDash
 | 
| /aoo4110/main/vcl/inc/vcl/ | 
| H A D | lineinfo.hxx | 105 	long			GetDotLen() const { return mpImplLineInfo->mnDotLen; }  in GetDotLen()  function in LineInfo
 | 
| /aoo4110/main/cui/source/tabpages/ | 
| H A D | tplnedef.cxx | 986 	SetMetricValue( aMtrLength1, aDash.GetDotLen(), ePoolUnit );  in FillDialog_Impl()987 	aLbType1.SelectEntryPos( aDash.GetDotLen() == 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()723 				rLineInfo.GetDotCount(), rLineInfo.GetDotLen(),  in DoAction()
 953 			rLineInfo.GetDotCount(), rLineInfo.GetDotLen(),  in DoAction()
 
 | 
| /aoo4110/main/vcl/source/gdi/ | 
| H A D | lineinfo.cxx | 347 			const double fDotLen(GetDotLen());  in applyToB2DPolyPolygon()
 | 
| H A D | cvtsvm.cxx | 623 						|| (aLineInfo.GetDotCount() && aLineInfo.GetDotLen()))  in ImplConvertFromSVM1()1502 					rOStm << (sal_Int32)rInfo.GetDotLen();  in ImplWriteActions()
 1658 					rOStm << (sal_Int32)rInfo.GetDotLen();  in ImplWriteActions()
 
 | 
| H A D | outmap.cxx | 748 		if( aInfo.GetDotCount() && aInfo.GetDotLen() )  in ImplLogicToDevicePixel()749 			aInfo.SetDotLen( Max( ImplLogicWidthToDevicePixel( aInfo.GetDotLen() ), 1L ) );  in ImplLogicToDevicePixel()
 
 | 
| H A D | outdev.cxx | 1564         const double fDotLen(rInfo.GetDotLen());  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()
 1670                 appendMappedLength( (sal_Int32)rInfo.GetDotLen(), rBuffer );  in appendLineInfo()
 9083     const int nDotLen     = rIn.GetDotLen();  in convertLineInfoToExtLineInfo()
 
 | 
| H A D | metaact.cxx | 78 		rLineInfo.SetDotLen( FRound( fScale * rLineInfo.GetDotLen() ) );  in ImplScaleLineInfo()
 | 
| /aoo4110/main/filter/source/graphicfilter/idxf/ | 
| H A D | dxfvec.cxx | 223 	if ( aLineInfo.GetDotCount() > 0 && aLineInfo.GetDotLen() == 0 )  in Transform()
 | 
| /aoo4110/main/svx/source/unodraw/ | 
| H A D | XPropertyTable.cxx | 443 	aLineDash.DotLen = rXD.GetDotLen();  in getAny()
 | 
| /aoo4110/main/drawinglayer/source/primitive2d/ | 
| H A D | metafileprimitive2d.cxx | 698 					const double fDotLen(rLineInfo.GetDotLen());  in createLinePrimitive()
 | 
| /aoo4110/main/cppcanvas/source/mtfrenderer/ | 
| H A D | implrenderer.cxx | 328             const ::basegfx::B2DSize aDotLen( rLineInfo.GetDotLen(), 0 );  in setupStrokeAttributes()
 | 
        Completed in 1284 milliseconds