Home
last modified time | relevance | path

Searched refs:GetDotLen (Results 1 – 15 of 15) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx713 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()
/trunk/main/svx/inc/svx/
H A Dxdash.hxx62 sal_uIntPtr GetDotLen() const { return nDotLen; } in GetDotLen() function in XDash
/trunk/main/vcl/inc/vcl/
H A Dlineinfo.hxx105 long GetDotLen() const { return mpImplLineInfo->mnDotLen; } in GetDotLen() function in LineInfo
/trunk/main/cui/source/tabpages/
H A Dtplnedef.cxx986 SetMetricValue( aMtrLength1, aDash.GetDotLen(), ePoolUnit ); in FillDialog_Impl()
987 aLbType1.SelectEntryPos( aDash.GetDotLen() == 0 ? 0 : 1 ); in FillDialog_Impl()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx389 …if(((maDash.GetDots() && maDash.GetDotLen()) || (maDash.GetDashes() && maDash.GetDashLen())) && ma… in SetAttributes()
726 rLineInfo.GetDotCount(), rLineInfo.GetDotLen(), in DoAction()
956 rLineInfo.GetDotCount(), rLineInfo.GetDotLen(), in DoAction()
/trunk/main/vcl/source/gdi/
H A Dlineinfo.cxx347 const double fDotLen(GetDotLen()); in applyToB2DPolyPolygon()
H A Dcvtsvm.cxx623 || (aLineInfo.GetDotCount() && aLineInfo.GetDotLen())) in ImplConvertFromSVM1()
1502 rOStm << (sal_Int32)rInfo.GetDotLen(); in ImplWriteActions()
1658 rOStm << (sal_Int32)rInfo.GetDotLen(); in ImplWriteActions()
H A Doutmap.cxx748 if( aInfo.GetDotCount() && aInfo.GetDotLen() ) in ImplLogicToDevicePixel()
749 aInfo.SetDotLen( Max( ImplLogicWidthToDevicePixel( aInfo.GetDotLen() ), 1L ) ); in ImplLogicToDevicePixel()
H A Doutdev.cxx1564 const double fDotLen(rInfo.GetDotLen()); in impPaintLineGeometryWithEvtlExpand()
H A Dpdfwriter_impl.cxx1627 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 Dmetaact.cxx78 rLineInfo.SetDotLen( FRound( fScale * rLineInfo.GetDotLen() ) ); in ImplScaleLineInfo()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.cxx223 if ( aLineInfo.GetDotCount() > 0 && aLineInfo.GetDotLen() == 0 ) in Transform()
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx443 aLineDash.DotLen = rXD.GetDotLen(); in getAny()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx328 const ::basegfx::B2DSize aDotLen( rLineInfo.GetDotLen(), 0 ); in setupStrokeAttributes()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx698 const double fDotLen(rLineInfo.GetDotLen()); in createLinePrimitive()

Completed in 180 milliseconds