Lines Matching refs:aHandle
1381 std::vector< com::sun::star::beans::PropertyValue > aHandle; in CreateChildContext() local
1391 GetBool( aHandle, rValue, EAS_MirroredY ); in CreateChildContext()
1394 GetBool( aHandle, rValue, EAS_MirroredX ); in CreateChildContext()
1397 GetBool( aHandle, rValue, EAS_Switched ); in CreateChildContext()
1400 GetEnhancedParameterPair( aHandle, rValue, EAS_Position ); in CreateChildContext()
1403 GetEnhancedParameter( aHandle, rValue, EAS_RangeXMinimum ); in CreateChildContext()
1406 GetEnhancedParameter( aHandle, rValue, EAS_RangeXMaximum ); in CreateChildContext()
1409 GetEnhancedParameter( aHandle, rValue, EAS_RangeYMinimum ); in CreateChildContext()
1412 GetEnhancedParameter( aHandle, rValue, EAS_RangeYMaximum ); in CreateChildContext()
1415 GetEnhancedParameterPair( aHandle, rValue, EAS_Polar ); in CreateChildContext()
1418 GetEnhancedParameter( aHandle, rValue, EAS_RadiusRangeMinimum ); in CreateChildContext()
1421 GetEnhancedParameter( aHandle, rValue, EAS_RadiusRangeMaximum ); in CreateChildContext()
1427 beans::PropertyValues aPropSeq( aHandle.size() ); in CreateChildContext()
1428 std::vector< beans::PropertyValue >::const_iterator aIter = aHandle.begin(); in CreateChildContext()
1429 std::vector< beans::PropertyValue >::const_iterator aEnd = aHandle.end(); in CreateChildContext()