Home
last modified time | relevance | path

Searched refs:nAdjustmentValues (Results 1 – 5 of 5) sorted by path

/trunk/main/filter/source/msfilter/
H A Descherex.cxx3816 sal_Int32 k, nValue = 0, nAdjustmentValues = aAdjustmentSeq.getLength(); in CreateCustomShapeProperties() local
3817 for ( k = 0; k < nAdjustmentValues; k++ ) in CreateCustomShapeProperties()
H A Dmsdffimp.cxx2599 sal_Int32 nAdjustmentValues = ( i - DFF_Prop_adjustValue ) + 1; in ApplyCustomShapeGeometryAttributes() local
2600 if ( nAdjustmentValues ) in ApplyCustomShapeGeometryAttributes()
2602 … com::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq( nAdjustmentValues ); in ApplyCustomShapeGeometryAttributes()
2603 while( --nAdjustmentValues >= 0 ) in ApplyCustomShapeGeometryAttributes()
2616 aAdjustmentSeq[ nAdjustmentValues ].Value <<= fValue; in ApplyCustomShapeGeometryAttributes()
2619 aAdjustmentSeq[ nAdjustmentValues ].Value <<= nValue; in ApplyCustomShapeGeometryAttributes()
2620 aAdjustmentSeq[ nAdjustmentValues ].State = ePropertyState; in ApplyCustomShapeGeometryAttributes()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx701 sal_Int32 i, nAdjustmentValues = seqAdjustmentValues.getLength(); in MergeDefaultAttributes() local
703 if ( nAdjustmentDefaults > nAdjustmentValues ) in MergeDefaultAttributes()
706 for ( i = nAdjustmentValues; i < nAdjustmentDefaults; i++ ) in MergeDefaultAttributes()
713 …sal_Int32 nCount = nAdjustmentValues > nAdjustmentDefaults ? nAdjustmentDefaults : nAdjustmentValu… in MergeDefaultAttributes()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx1013 sal_Int32 nAdjustmentValues = aAdjustmentValues.getLength(); in ImpExportEnhancedGeometry() local
1014 if ( nAdjustmentValues ) in ImpExportEnhancedGeometry()
1017 for ( i = 0; i < nAdjustmentValues; i++ ) in ImpExportEnhancedGeometry()
H A Dximpcustomshape.cxx814 sal_Int32 nAdjustmentValues = vAdjustmentValue.size(); in GetAdjustmentValues() local
815 if ( nAdjustmentValues ) in GetAdjustmentValues()
817 …m::sun::star::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentValues( nAdjustmentValues ); in GetAdjustmentValues()

Completed in 96 milliseconds