Home
last modified time | relevance | path

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

/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx712 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()
/trunk/main/svx/inc/svx/
H A Dxdash.hxx64 sal_uIntPtr GetDashLen() const { return nDashLen; } in GetDashLen() function in XDash
/trunk/main/vcl/inc/vcl/
H A Dlineinfo.hxx99 long GetDashLen() const { return mpImplLineInfo->mnDashLen; } in GetDashLen() function in LineInfo
/trunk/main/cui/source/tabpages/
H A Dtplnedef.cxx990 SetMetricValue( aMtrLength2, aDash.GetDashLen(), ePoolUnit ); in FillDialog_Impl()
991 aLbType2.SelectEntryPos( aDash.GetDashLen() == 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()
727 rLineInfo.GetDashCount(), rLineInfo.GetDashLen(), in DoAction()
957 rLineInfo.GetDashCount(), rLineInfo.GetDashLen(), in DoAction()
/trunk/main/vcl/source/gdi/
H A Dlineinfo.cxx346 const double fDashLen(GetDashLen()); in applyToB2DPolyPolygon()
H A Dcvtsvm.cxx622 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 Doutmap.cxx753 if( aInfo.GetDashCount() && aInfo.GetDashLen() ) in ImplLogicToDevicePixel()
754 aInfo.SetDashLen( Max( ImplLogicWidthToDevicePixel( aInfo.GetDashLen() ), 1L ) ); in ImplLogicToDevicePixel()
H A Doutdev.cxx1563 const double fDashLen(rInfo.GetDashLen()); 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()
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 Dmetaact.cxx77 rLineInfo.SetDashLen( FRound( fScale * rLineInfo.GetDashLen() ) ); in ImplScaleLineInfo()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.cxx220 if ( aLineInfo.GetDashCount() > 0 && aLineInfo.GetDashLen() == 0 ) in Transform()
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx445 aLineDash.DashLen = rXD.GetDashLen(); in getAny()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx325 const ::basegfx::B2DSize aDashLen( rLineInfo.GetDashLen(), 0 ); in setupStrokeAttributes()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx697 const double fDashLen(rLineInfo.GetDashLen()); in createLinePrimitive()

Completed in 186 milliseconds