Lines Matching refs:aProp

88 		beans::PropertyValue aProp;  in GetBool()  local
89 aProp.Name = EASGet( eDestProp ); in GetBool()
90 aProp.Value <<= bAttrBool; in GetBool()
91 rDest.push_back( aProp ); in GetBool()
101 beans::PropertyValue aProp; in GetInt32() local
102 aProp.Name = EASGet( eDestProp ); in GetInt32()
103 aProp.Value <<= nAttrNumber; in GetInt32()
104 rDest.push_back( aProp ); in GetInt32()
114 beans::PropertyValue aProp; in GetDouble() local
115 aProp.Name = EASGet( eDestProp ); in GetDouble()
116 aProp.Value <<= fAttrDouble; in GetDouble()
117 rDest.push_back( aProp ); in GetDouble()
128 beans::PropertyValue aProp; in GetDistance() local
129 aProp.Name = EASGet( eDestProp ); in GetDistance()
130 aProp.Value <<= fAttrDouble; in GetDistance()
131 rDest.push_back( aProp ); in GetDistance()
138 beans::PropertyValue aProp; in GetString() local
139 aProp.Name = EASGet( eDestProp ); in GetString()
140 aProp.Value <<= rValue; in GetString()
141 rDest.push_back( aProp ); in GetString()
152 beans::PropertyValue aProp; in GetEnum() local
153 aProp.Name = EASGet( eDestProp ); in GetEnum()
154 aProp.Value <<= nEnum; in GetEnum()
155 rDest.push_back( aProp ); in GetEnum()
170 beans::PropertyValue aProp; in GetDoublePercentage() local
171 aProp.Name = EASGet( eDestProp ); in GetDoublePercentage()
172 aProp.Value <<= fAttrDouble; in GetDoublePercentage()
173 rDest.push_back( aProp ); in GetDoublePercentage()
185 beans::PropertyValue aProp; in GetB3DVector() local
186 aProp.Name = EASGet( eDestProp ); in GetB3DVector()
187 aProp.Value <<= aDirection3D; in GetB3DVector()
188 rDest.push_back( aProp ); in GetB3DVector()
442 beans::PropertyValue aProp; in GetPosition3D() local
443 aProp.Name = EASGet( eDestProp ); in GetPosition3D()
444 aProp.Value <<= aPosition3D; in GetPosition3D()
445 rDest.push_back( aProp ); in GetPosition3D()
475 beans::PropertyValue aProp; in GetDoubleSequence() local
476 aProp.Name = EASGet( eDestProp ); in GetDoubleSequence()
477 aProp.Value <<= aDirectionsSeq; in GetDoubleSequence()
478 rDest.push_back( aProp ); in GetDoubleSequence()
489 beans::PropertyValue aProp; in GetEnhancedParameter() local
490 aProp.Name = EASGet( eDestProp ); in GetEnhancedParameter()
491 aProp.Value <<= aParameter; in GetEnhancedParameter()
492 rDest.push_back( aProp ); in GetEnhancedParameter()
504 beans::PropertyValue aProp; in GetEnhancedParameterPair() local
505 aProp.Name = EASGet( eDestProp ); in GetEnhancedParameterPair()
506 aProp.Value <<= aParameterPair; in GetEnhancedParameterPair()
507 rDest.push_back( aProp ); in GetEnhancedParameterPair()
533 beans::PropertyValue aProp; in GetEnhancedParameterPairSequence() local
534 aProp.Name = EASGet( eDestProp ); in GetEnhancedParameterPairSequence()
535 aProp.Value <<= aParameterSeq; in GetEnhancedParameterPairSequence()
536 rDest.push_back( aProp ); in GetEnhancedParameterPairSequence()
566 beans::PropertyValue aProp; in GetEnhancedRectangleSequence() local
567 aProp.Name = EASGet( eDestProp ); in GetEnhancedRectangleSequence()
568 aProp.Value <<= aTextFrameSeq; in GetEnhancedRectangleSequence()
569 rDest.push_back( aProp ); in GetEnhancedRectangleSequence()
772 beans::PropertyValue aProp; in GetEnhancedPath() local
773 aProp.Name = EASGet( EAS_Coordinates ); in GetEnhancedPath()
774 aProp.Value <<= seqCoordinates; in GetEnhancedPath()
775 rDest.push_back( aProp ); in GetEnhancedPath()
787 aProp.Name = EASGet( EAS_Segments ); in GetEnhancedPath()
788 aProp.Value <<= seqSegments; in GetEnhancedPath()
789 rDest.push_back( aProp ); in GetEnhancedPath()
823 beans::PropertyValue aProp; in GetAdjustmentValues() local
824 aProp.Name = EASGet( EAS_AdjustmentValues ); in GetAdjustmentValues()
825 aProp.Value <<= aAdjustmentValues; in GetAdjustmentValues()
826 rDest.push_back( aProp ); in GetAdjustmentValues()
857 beans::PropertyValue aProp; in StartElement() local
858 aProp.Name = EASGet( EAS_ViewBox ); in StartElement()
859 aProp.Value <<= aRect; in StartElement()
860 mrCustomShapeGeometry.push_back( aProp ); in StartElement()
912 beans::PropertyValue aProp; in StartElement() local
913 aProp.Name = EASGet( EAS_Depth ); in StartElement()
914 aProp.Value <<= aParameterPair; in StartElement()
915 maExtrusion.push_back( aProp ); in StartElement()
960 beans::PropertyValue aProp; in StartElement() local
961 aProp.Name = EASGet( EAS_ShadeMode ); in StartElement()
962 aProp.Value <<= eShadeMode; in StartElement()
963 maExtrusion.push_back( aProp ); in StartElement()
987 beans::PropertyValue aProp; in StartElement() local
988 aProp.Name = EASGet( EAS_ProjectionMode ); in StartElement()
989 aProp.Value <<= eProjectionMode; in StartElement()
990 maExtrusion.push_back( aProp ); in StartElement()
1009 beans::PropertyValue aProp; in StartElement() local
1010 aProp.Name = EASGet( EAS_StretchX ); in StartElement()
1011 aProp.Value <<= nAttrNumber; in StartElement()
1012 maPath.push_back( aProp ); in StartElement()
1020 beans::PropertyValue aProp; in StartElement() local
1021 aProp.Name = EASGet( EAS_StretchY ); in StartElement()
1022 aProp.Value <<= nAttrNumber; in StartElement()
1023 maPath.push_back( aProp ); in StartElement()
1055 beans::PropertyValue aProp; in StartElement() local
1056 aProp.Name = EASGet( EAS_TextPathMode ); in StartElement()
1057 aProp.Value <<= eTextPathMode; in StartElement()
1058 maTextPath.push_back( aProp ); in StartElement()
1064 beans::PropertyValue aProp; in StartElement() local
1065 aProp.Name = EASGet( EAS_ScaleX ); in StartElement()
1066 aProp.Value <<= bScaleX; in StartElement()
1067 maTextPath.push_back( aProp ); in StartElement()
1097 beans::PropertyValue aProp; in SdXMLCustomShapePropertyMerge() local
1098 aProp.Name = rElementName; in SdXMLCustomShapePropertyMerge()
1099 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1100 rPropVec.push_back( aProp ); in SdXMLCustomShapePropertyMerge()
1118 beans::PropertyValue aProp; in SdXMLCustomShapePropertyMerge() local
1119 aProp.Name = rElementName; in SdXMLCustomShapePropertyMerge()
1120 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1121 rPropVec.push_back( aProp ); in SdXMLCustomShapePropertyMerge()
1139 beans::PropertyValue aProp; in SdXMLCustomShapePropertyMerge() local
1140 aProp.Name = rElementName; in SdXMLCustomShapePropertyMerge()
1141 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1142 rPropVec.push_back( aProp ); in SdXMLCustomShapePropertyMerge()