Lines Matching refs:aArgs

224         Sequence< PropertyValue > aArgs( 1 );  in IMPL_LINK()  local
225 aArgs[0].Name = msExtrusionDirection.copy(5); in IMPL_LINK()
226 aArgs[0].Value <<= (sal_Int32)gSkewList[mpDirectionSet->GetSelectItemId()-1]; in IMPL_LINK()
228 mrController.dispatchCommand( msExtrusionDirection, aArgs ); in IMPL_LINK()
235 Sequence< PropertyValue > aArgs( 1 ); in IMPL_LINK() local
236 aArgs[0].Name = msExtrusionProjection.copy(5); in IMPL_LINK()
237 aArgs[0].Value <<= (sal_Int32)nProjection; in IMPL_LINK()
239 mrController.dispatchCommand( msExtrusionProjection, aArgs ); in IMPL_LINK()
476 Sequence< PropertyValue > aArgs( 2 ); in IMPL_LINK() local
477 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Depth" )); in IMPL_LINK()
478 aArgs[0].Value <<= mfDepth; in IMPL_LINK()
479 aArgs[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Metric" )); in IMPL_LINK()
480 aArgs[1].Value <<= static_cast<sal_Int32>( meUnit ); in IMPL_LINK()
482 mrController.dispatchCommand( aCommand, aArgs ); in IMPL_LINK()
497 Sequence< PropertyValue > aArgs( 1 ); in IMPL_LINK() local
498 aArgs[0].Name = msExtrusionDepth.copy(5); in IMPL_LINK()
499 aArgs[0].Value <<= fDepth; in IMPL_LINK()
501 mrController.dispatchCommand( msExtrusionDepth, aArgs ); in IMPL_LINK()
753 Sequence< PropertyValue > aArgs( 1 ); in IMPL_LINK() local
754 aArgs[0].Name = msExtrusionLightingIntensity.copy(5); in IMPL_LINK()
755 aArgs[0].Value <<= (sal_Int32)nLevel; in IMPL_LINK()
757 mrController.dispatchCommand( msExtrusionLightingIntensity, aArgs ); in IMPL_LINK()
771 Sequence< PropertyValue > aArgs( 1 ); in IMPL_LINK() local
772 aArgs[0].Name = msExtrusionLightingDirection.copy(5); in IMPL_LINK()
773 aArgs[0].Value <<= (sal_Int32)nDirection; in IMPL_LINK()
775 mrController.dispatchCommand( msExtrusionLightingDirection, aArgs ); in IMPL_LINK()
914 Sequence< PropertyValue > aArgs( 1 ); in IMPL_LINK() local
915 aArgs[0].Name = msExtrusionSurface.copy(5); in IMPL_LINK()
916 aArgs[0].Value <<= (sal_Int32)nSurface; in IMPL_LINK()
918 mrController.dispatchCommand( msExtrusionSurface, aArgs ); in IMPL_LINK()