Home
last modified time | relevance | path

Searched refs:nCornerRadius (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DDrawHelper.cxx218 const sal_Int32 nCornerRadius, in DrawRoundedRectangle() argument
228 rDevice.DrawRect(rBox, nCornerRadius, nCornerRadius); in DrawRoundedRectangle()
233 rDevice.DrawRect(rBox, nCornerRadius, nCornerRadius); in DrawRoundedRectangle()
241 rDevice.DrawRect(rBox, nCornerRadius, nCornerRadius); in DrawRoundedRectangle()
H A DDrawHelper.hxx70 const sal_Int32 nCornerRadius,
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx746 sal_Int32 nCornerRadius(0L); local
747 …PropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("CornerRadius"))) >>= nCornerRadius;
748 if(nCornerRadius)
751 mrExport.GetMM100UnitConverter().convertMeasure(sStringBuffer, nCornerRadius);
781 sal_Int32 nCornerRadius(0L); local
782 …PropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("CornerRadius"))) >>= nCornerRadius;
783 if(nCornerRadius)
786 mrExport.GetMM100UnitConverter().convertMeasure(sStringBuffer, nCornerRadius);
1770 sal_Int32 nCornerRadius(0L); local
1772 if(nCornerRadius)
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrrectobj.cxx75 sal_uInt32 nCornerRadius(((SdrEckenradiusItem&)(rItemSet.Get(SDRATTR_ECKENRADIUS))).GetValue()); in createViewIndependentPrimitive2DSequence() local
78 …drawinglayer::primitive2d::calculateRelativeCornerRadius(nCornerRadius, aObjectRange, fCornerRadiu… in createViewIndependentPrimitive2DSequence()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx1788 sal_Int32 nCornerRadius = 0; in _setPropertyValue() local
1789 if( !(rVal >>= nCornerRadius) || (nCornerRadius < 0) || (nCornerRadius > 5000000)) in _setPropertyValue()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx1007 …ool bChecked, sal_Bool bDrawBorder, sal_Bool bDrawExtBorderOnly, long nCornerRadius, Color* pSelec…
/trunk/main/vcl/source/window/
H A Dwindow.cxx9448 long nCornerRadius, in DrawSelectionBackground() argument
9456 bool bRoundEdges = nCornerRadius > 0; in DrawSelectionBackground()
9588 Polygon aPoly( aRect, nCornerRadius, nCornerRadius ); in DrawSelectionBackground()

Completed in 99 milliseconds