Lines Matching refs:rxShapeProp

634                             const ModelRef< Shape >& rxShapeProp,
653 const ModelRef< Shape >& rxShapeProp,
673 const ModelRef< Shape >& rxShapeProp,
714 const ModelRef< Shape >& rxShapeProp,
726 const ModelRef< Shape >& rxShapeProp,
886 …onvertFormatting( ShapePropertyMap& rPropMap, const ModelRef< Shape >& rxShapeProp, sal_Int32 nSer… in convertFormatting() argument
891 if( rxShapeProp.is() ) in convertFormatting()
892 aLineProps.assignUsed( rxShapeProp->getLineProperties() ); in convertFormatting()
911 …onvertFormatting( ShapePropertyMap& rPropMap, const ModelRef< Shape >& rxShapeProp, const PictureO… in convertFormatting() argument
916 if( rxShapeProp.is() ) in convertFormatting()
917 aFillProps.assignUsed( rxShapeProp->getFillProperties() ); in convertFormatting()
997 …onvertFrameFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxShapeProp, const PictureO… in convertFrameFormatting() argument
1000 maLineFormatter.convertFormatting( aPropMap, rxShapeProp, nSeriesIdx ); in convertFrameFormatting()
1002 maFillFormatter.convertFormatting( aPropMap, rxShapeProp, pPicOptions, nSeriesIdx ); in convertFrameFormatting()
1003 maEffectFormatter.convertFormatting( aPropMap, rxShapeProp, nSeriesIdx ); in convertFrameFormatting()
1012 …er::convertFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxShapeProp, const ModelRef… in convertFormatting() argument
1014 convertFrameFormatting( rPropSet, rxShapeProp, 0, -1 ); in convertFormatting()
1092 …onvertFrameFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxShapeProp, ObjectType eOb… in convertFrameFormatting() argument
1095 pFormat->convertFrameFormatting( rPropSet, rxShapeProp, 0, nSeriesIdx ); in convertFrameFormatting()
1098 …onvertFrameFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxShapeProp, const PictureO… in convertFrameFormatting() argument
1101 pFormat->convertFrameFormatting( rPropSet, rxShapeProp, &rPicOptions, nSeriesIdx ); in convertFrameFormatting()
1110 …er::convertFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxShapeProp, const ModelRef… in convertFormatting() argument
1113 pFormat->convertFormatting( rPropSet, rxShapeProp, rxTextProp ); in convertFormatting()
1180 /*static*/ bool ObjectFormatter::isAutomaticLine( const ModelRef< Shape >& rxShapeProp ) in isAutomaticLine() argument
1182 return !rxShapeProp || !rxShapeProp->getLineProperties().maLineFill.moFillType.has(); in isAutomaticLine()
1185 /*static*/ bool ObjectFormatter::isAutomaticFill( const ModelRef< Shape >& rxShapeProp ) in isAutomaticFill() argument
1187 return !rxShapeProp || !rxShapeProp->getFillProperties().moFillType.has(); in isAutomaticFill()