Lines Matching refs:rProps

321 void VMLExport::Commit( EscherPropertyContainer& rProps, const Rectangle& rRect )  in Commit()  argument
339 const EscherProperties &rOpts = rProps.GetOpts(); in Commit()
377 rProps.GetOpt( ESCHER_Prop_geoTop, nTop ); in Commit()
382 rProps.GetOpt( ESCHER_Prop_geoLeft, nLeft ); in Commit()
399 rProps.GetOpt( ESCHER_Prop_geoLeft, nLeft ); in Commit()
400 rProps.GetOpt( ESCHER_Prop_geoTop, nTop ); in Commit()
405 rProps.GetOpt( ESCHER_Prop_geoBottom, nBottom ); in Commit()
410 rProps.GetOpt( ESCHER_Prop_geoRight, nRight ); in Commit()
428 if ( rProps.GetOpt( ESCHER_Prop_pVertices, aVertices ) && in Commit()
429 rProps.GetOpt( ESCHER_Prop_pSegmentInfo, aSegments ) ) in Commit()
516 if ( rProps.GetOpt( ESCHER_Prop_fillType, nValue ) ) in Commit()
541 if ( rProps.GetOpt( ESCHER_Prop_fillColor, nValue ) ) in Commit()
544 if ( rProps.GetOpt( ESCHER_Prop_fillBackColor, nValue ) ) in Commit()
547 if ( rProps.GetOpt( ESCHER_Prop_fNoFillHitTest, nValue ) ) in Commit()
573 if ( rProps.GetOpt( ESCHER_Prop_lineColor, nValue ) ) in Commit()
576 if ( rProps.GetOpt( ESCHER_Prop_lineWidth, nValue ) ) in Commit()
579 if ( rProps.GetOpt( ESCHER_Prop_lineDashing, nValue ) ) in Commit()
600 if ( rProps.GetOpt( ESCHER_Prop_lineStartArrowhead, nValue ) ) in Commit()
603 if ( rProps.GetOpt( ESCHER_Prop_lineEndArrowhead, nValue ) ) in Commit()
606 if ( rProps.GetOpt( ESCHER_Prop_lineStartArrowWidth, nValue ) ) in Commit()
609 if ( rProps.GetOpt( ESCHER_Prop_lineStartArrowLength, nValue ) ) in Commit()
612 if ( rProps.GetOpt( ESCHER_Prop_lineEndArrowWidth, nValue ) ) in Commit()
615 if ( rProps.GetOpt( ESCHER_Prop_lineEndArrowLength, nValue ) ) in Commit()
618 if ( rProps.GetOpt( ESCHER_Prop_lineJoinStyle, nValue ) ) in Commit()
631 if ( rProps.GetOpt( ESCHER_Prop_lineEndCapStyle, nValue ) ) in Commit()