Lines Matching refs:PropertyValue

66 					std::vector< com::sun::star::beans::PropertyValue >& rCustomShapeGeometry ) :  in XMLEnhancedCustomShapeContext()
82 void GetBool( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetBool()
88 beans::PropertyValue aProp; in GetBool()
95 void GetInt32( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetInt32()
101 beans::PropertyValue aProp; in GetInt32()
108 void GetDouble( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetDouble()
114 beans::PropertyValue aProp; in GetDouble()
121 void GetDistance( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetDistance()
128 beans::PropertyValue aProp; in GetDistance()
135 void GetString( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetString()
138 beans::PropertyValue aProp; in GetString()
144 void GetEnum( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetEnum()
152 beans::PropertyValue aProp; in GetEnum()
159 void GetDoublePercentage( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetDoublePercentage()
170 beans::PropertyValue aProp; in GetDoublePercentage()
178 void GetB3DVector( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetB3DVector()
185 beans::PropertyValue aProp; in GetB3DVector()
435 void GetPosition3D( std::vector< com::sun::star::beans::PropertyValue >& rDest, // e.g. draw:e… in GetPosition3D()
442 beans::PropertyValue aProp; in GetPosition3D()
449 void GetDoubleSequence( std::vector< com::sun::star::beans::PropertyValue >& rDest, // e.g. dra… in GetDoubleSequence()
475 beans::PropertyValue aProp; in GetDoubleSequence()
482 void GetEnhancedParameter( std::vector< com::sun::star::beans::PropertyValue >& rDest, // e.g. d… in GetEnhancedParameter()
489 beans::PropertyValue aProp; in GetEnhancedParameter()
496 void GetEnhancedParameterPair( std::vector< com::sun::star::beans::PropertyValue >& rDest, // e.g… in GetEnhancedParameterPair()
504 beans::PropertyValue aProp; in GetEnhancedParameterPair()
511 sal_Int32 GetEnhancedParameterPairSequence( std::vector< com::sun::star::beans::PropertyValue >& rD… in GetEnhancedParameterPairSequence()
533 beans::PropertyValue aProp; in GetEnhancedParameterPairSequence()
541 void GetEnhancedRectangleSequence( std::vector< com::sun::star::beans::PropertyValue >& rDest, // … in GetEnhancedRectangleSequence()
566 beans::PropertyValue aProp; in GetEnhancedRectangleSequence()
573 void GetEnhancedPath( std::vector< com::sun::star::beans::PropertyValue >& rDest, // e.g. draw:… in GetEnhancedPath()
772 beans::PropertyValue aProp; in GetEnhancedPath()
792 void GetAdjustmentValues( std::vector< com::sun::star::beans::PropertyValue >& rDest, // draw:ad… in GetAdjustmentValues()
823 beans::PropertyValue aProp; in GetAdjustmentValues()
857 beans::PropertyValue aProp; in StartElement()
912 beans::PropertyValue aProp; in StartElement()
960 beans::PropertyValue aProp; in StartElement()
987 beans::PropertyValue aProp; in StartElement()
1009 beans::PropertyValue aProp; in StartElement()
1020 beans::PropertyValue aProp; in StartElement()
1055 beans::PropertyValue aProp; in StartElement()
1064 beans::PropertyValue aProp; in StartElement()
1083 void SdXMLCustomShapePropertyMerge( std::vector< com::sun::star::beans::PropertyValue >& rPropVec, in SdXMLCustomShapePropertyMerge()
1097 beans::PropertyValue aProp; in SdXMLCustomShapePropertyMerge()
1104 void SdXMLCustomShapePropertyMerge( std::vector< com::sun::star::beans::PropertyValue >& rPropVec, in SdXMLCustomShapePropertyMerge()
1118 beans::PropertyValue aProp; in SdXMLCustomShapePropertyMerge()
1125 void SdXMLCustomShapePropertyMerge( std::vector< com::sun::star::beans::PropertyValue >& rPropVec, in SdXMLCustomShapePropertyMerge()
1126 const std::vector< com::sun::star::beans::PropertyValue >& rElement, in SdXMLCustomShapePropertyMerge()
1131 uno::Sequence< beans::PropertyValue > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge()
1132 std::vector< beans::PropertyValue >::const_iterator aIter = rElement.begin(); in SdXMLCustomShapePropertyMerge()
1133 std::vector< beans::PropertyValue >::const_iterator aEnd = rElement.end(); in SdXMLCustomShapePropertyMerge()
1134 beans::PropertyValue* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1139 beans::PropertyValue aProp; in SdXMLCustomShapePropertyMerge()
1214 std::vector< beans::PropertyValue >::iterator aPathIter = maPath.begin(); in EndElement()
1215 std::vector< beans::PropertyValue >::iterator aPathEnd = maPath.end(); in EndElement()
1256 beans::PropertyValue* pValues = aHandleIter->getArray(); in EndElement()
1338 std::vector< com::sun::star::beans::PropertyValue > aHandle; in CreateChildContext()
1385 std::vector< beans::PropertyValue >::const_iterator aIter = aHandle.begin(); in CreateChildContext()
1386 std::vector< beans::PropertyValue >::const_iterator aEnd = aHandle.end(); in CreateChildContext()
1387 beans::PropertyValue* pValues = aPropSeq.getArray(); in CreateChildContext()