Lines Matching refs:nValue

178 …AddArrowHead( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, sal_uInt32 nValue )  in impl_AddArrowHead()  argument
184 switch ( nValue ) in impl_AddArrowHead()
198 …dArrowLength( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, sal_uInt32 nValue ) in impl_AddArrowLength() argument
204 switch ( nValue ) in impl_AddArrowLength()
215 …ddArrowWidth( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, sal_uInt32 nValue ) in impl_AddArrowWidth() argument
221 switch ( nValue ) in impl_AddArrowWidth()
283 … impl_AddInt( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, sal_uInt32 nValue ) in impl_AddInt() argument
288 pAttrList->add( nElement, OString::valueOf( static_cast< sal_Int32 >( nValue ) ).getStr() ); in impl_AddInt()
513 sal_uInt32 nValue; in Commit() local
516 if ( rProps.GetOpt( ESCHER_Prop_fillType, nValue ) ) in Commit()
519 switch ( nValue ) in Commit()
541 if ( rProps.GetOpt( ESCHER_Prop_fillColor, nValue ) ) in Commit()
542 impl_AddColor( pAttrList, XML_color, nValue ); in Commit()
544 if ( rProps.GetOpt( ESCHER_Prop_fillBackColor, nValue ) ) in Commit()
545 impl_AddColor( pAttrList, XML_color2, nValue ); in Commit()
547 if ( rProps.GetOpt( ESCHER_Prop_fNoFillHitTest, nValue ) ) in Commit()
548 impl_AddBool( pAttrList, XML_detectmouseclick, nValue ); in Commit()
570 sal_uInt32 nValue; in Commit() local
573 if ( rProps.GetOpt( ESCHER_Prop_lineColor, nValue ) ) in Commit()
574 impl_AddColor( pAttrList, XML_color, nValue ); in Commit()
576 if ( rProps.GetOpt( ESCHER_Prop_lineWidth, nValue ) ) in Commit()
577 impl_AddInt( pAttrList, XML_weight, nValue ); in Commit()
579 if ( rProps.GetOpt( ESCHER_Prop_lineDashing, nValue ) ) in Commit()
582 switch ( nValue ) in Commit()
600 if ( rProps.GetOpt( ESCHER_Prop_lineStartArrowhead, nValue ) ) in Commit()
601 impl_AddArrowHead( pAttrList, XML_startarrow, nValue ); in Commit()
603 if ( rProps.GetOpt( ESCHER_Prop_lineEndArrowhead, nValue ) ) in Commit()
604 impl_AddArrowHead( pAttrList, XML_endarrow, nValue ); in Commit()
606 if ( rProps.GetOpt( ESCHER_Prop_lineStartArrowWidth, nValue ) ) in Commit()
607 impl_AddArrowWidth( pAttrList, XML_startarrowwidth, nValue ); in Commit()
609 if ( rProps.GetOpt( ESCHER_Prop_lineStartArrowLength, nValue ) ) in Commit()
610 impl_AddArrowLength( pAttrList, XML_startarrowlength, nValue ); in Commit()
612 if ( rProps.GetOpt( ESCHER_Prop_lineEndArrowWidth, nValue ) ) in Commit()
613 impl_AddArrowWidth( pAttrList, XML_endarrowwidth, nValue ); in Commit()
615 if ( rProps.GetOpt( ESCHER_Prop_lineEndArrowLength, nValue ) ) in Commit()
616 impl_AddArrowLength( pAttrList, XML_endarrowlength, nValue ); in Commit()
618 if ( rProps.GetOpt( ESCHER_Prop_lineJoinStyle, nValue ) ) in Commit()
621 switch ( nValue ) in Commit()
631 if ( rProps.GetOpt( ESCHER_Prop_lineEndCapStyle, nValue ) ) in Commit()
634 switch ( nValue ) in Commit()