Searched refs:rLineProperties (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 71 Reference< XPropertySet >& rxPropSet, oox::drawingml::LineProperties& rLineProperties, in applyLineAttributes() argument 75 if( rLineProperties.maLineFill.moFillType.differsFrom( XML_noFill ) ) in applyLineAttributes() 77 Color aColor = rLineProperties.maLineFill.getBestSolidColor(); in applyLineAttributes() 79 …aBorderLine.OuterLineWidth = static_cast< sal_Int16 >( GetCoordinate( rLineProperties.moLineWidth.… in applyLineAttributes() 80 …aBorderLine.InnerLineWidth = static_cast< sal_Int16 >( GetCoordinate( rLineProperties.moLineWidth.… in applyLineAttributes() 88 …eStylePart& rTableStylePart, sal_Int32 nLineType, oox::drawingml::LineProperties& rLineProperties ) in applyBorder() argument 93 rLineProperties.assignUsed( *aIter->second ); in applyBorder()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | linepropertiescontext.cxx | 41 LineProperties& rLineProperties ) throw() in LinePropertiesContext() argument 43 , mrLineProperties( rLineProperties ) in LinePropertiesContext()
|
/aoo4110/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 2055 , const VLineProperties& rLineProperties ) in createLine3D() argument 2085 if(rLineProperties.Transparence.hasValue()) in createLine3D() 2087 , rLineProperties.Transparence ); in createLine3D() 2090 if(rLineProperties.LineStyle.hasValue()) in createLine3D() 2092 , rLineProperties.LineStyle ); in createLine3D() 2095 if(rLineProperties.Width.hasValue()) in createLine3D() 2097 , rLineProperties.Width ); in createLine3D() 2100 if(rLineProperties.Color.hasValue()) in createLine3D() 2102 , rLineProperties.Color ); in createLine3D()
|
/aoo4110/main/oox/inc/oox/drawingml/ |
H A D | linepropertiescontext.hxx | 40 LineProperties& rLineProperties ) throw();
|
/aoo4110/main/chart2/source/view/inc/ |
H A D | ShapeFactory.hxx | 159 , const VLineProperties& rLineProperties );
|
Completed in 40 milliseconds