Lines Matching refs:nPropId
93 sal_Int32 nPropId = maShapePropInfo[ ePropId ]; in setAnyProperty() local
94 if( nPropId < 0 ) return false; in setAnyProperty()
101 return setLineMarker( nPropId, rValue ); in setAnyProperty()
104 return setLineDash( nPropId, rValue ); in setAnyProperty()
107 return setFillGradient( nPropId, rValue ); in setAnyProperty()
110 return setFillBitmapUrl( nPropId, rValue ); in setAnyProperty()
116 operator[]( nPropId ) = rValue; in setAnyProperty()
122 bool ShapePropertyMap::setLineMarker( sal_Int32 nPropId, const Any& rValue ) in setLineMarker() argument
129 return setAnyProperty( nPropId, aNamedMarker.Value ); in setLineMarker()
134 return bInserted && setProperty( nPropId, aNamedMarker.Name ); in setLineMarker()
139 bool ShapePropertyMap::setLineDash( sal_Int32 nPropId, const Any& rValue ) in setLineDash() argument
143 return setAnyProperty( nPropId, rValue ); in setLineDash()
149 return (aDashName.getLength() > 0) && setProperty( nPropId, aDashName ); in setLineDash()
155 bool ShapePropertyMap::setFillGradient( sal_Int32 nPropId, const Any& rValue ) in setFillGradient() argument
159 return setAnyProperty( nPropId, rValue ); in setFillGradient()
165 return (aGradientName.getLength() > 0) && setProperty( nPropId, aGradientName ); in setFillGradient()
171 bool ShapePropertyMap::setFillBitmapUrl( sal_Int32 nPropId, const Any& rValue ) in setFillBitmapUrl() argument
175 return setAnyProperty( nPropId, rValue ); in setFillBitmapUrl()
181 return (aBitmapUrlName.getLength() > 0) && setProperty( nPropId, aBitmapUrlName ); in setFillBitmapUrl()