Lines Matching refs:aArguments
704 const Sequence< PropertyValue > aArguments; in start() local
705 startWithArguments( aArguments ); in start()
834 Sequence< PropertyValue > aArguments(1); in rehearseTimings() local
835 aArguments[0].Name = C2U("RehearseTimings"); in rehearseTimings()
836 aArguments[0].Value <<= sal_True; in rehearseTimings()
837 startWithArguments( aArguments ); in rehearseTimings()
951 Sequence< PropertyValue > aArguments(4); in startPreview() local
953 aArguments[0].Name = C2U("Preview"); in startPreview()
954 aArguments[0].Value <<= sal_True; in startPreview()
956 aArguments[1].Name = C2U("FirstPage"); in startPreview()
957 aArguments[1].Value <<= xDrawPage; in startPreview()
959 aArguments[2].Name = C2U("AnimationNode"); in startPreview()
960 aArguments[2].Value <<= xAnimationNode; in startPreview()
966 aArguments[3].Name = C2U("ParentWindow"); in startPreview()
967 aArguments[3].Value <<= xParentWindow; in startPreview()
969 startWithArguments( aArguments ); in startPreview()