Lines Matching refs:aHandle
1338 std::vector< com::sun::star::beans::PropertyValue > aHandle; in CreateChildContext() local
1348 GetBool( aHandle, rValue, EAS_MirroredY ); in CreateChildContext()
1351 GetBool( aHandle, rValue, EAS_MirroredX ); in CreateChildContext()
1354 GetBool( aHandle, rValue, EAS_Switched ); in CreateChildContext()
1357 GetEnhancedParameterPair( aHandle, rValue, EAS_Position ); in CreateChildContext()
1360 GetEnhancedParameter( aHandle, rValue, EAS_RangeXMinimum ); in CreateChildContext()
1363 GetEnhancedParameter( aHandle, rValue, EAS_RangeXMaximum ); in CreateChildContext()
1366 GetEnhancedParameter( aHandle, rValue, EAS_RangeYMinimum ); in CreateChildContext()
1369 GetEnhancedParameter( aHandle, rValue, EAS_RangeYMaximum ); in CreateChildContext()
1372 GetEnhancedParameterPair( aHandle, rValue, EAS_Polar ); in CreateChildContext()
1375 GetEnhancedParameter( aHandle, rValue, EAS_RadiusRangeMinimum ); in CreateChildContext()
1378 GetEnhancedParameter( aHandle, rValue, EAS_RadiusRangeMaximum ); in CreateChildContext()
1384 beans::PropertyValues aPropSeq( aHandle.size() ); 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()