Lines Matching refs:aPropValue

389         beans::PropertyValue aPropValue;  in CreateControllers()  local
392 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CommandURL" )); in CreateControllers()
393 aPropValue.Value <<= aCommandURL; in CreateControllers()
394 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
396 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in CreateControllers()
397 aPropValue.Value <<= m_aModuleIdentifier; in CreateControllers()
398 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
400 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateControllers()
401 aPropValue.Value <<= m_xFrame; in CreateControllers()
402 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
405 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ServiceManager" )); in CreateControllers()
406 aPropValue.Value <<= m_xServiceManager; in CreateControllers()
407 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
409 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ParentWindow" )); in CreateControllers()
410 aPropValue.Value <<= xStatusbarWindow; in CreateControllers()
411 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
414 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Identifier" )); in CreateControllers()
415 aPropValue.Value <<= nId; in CreateControllers()
416 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
418 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "StatusbarItem" )); in CreateControllers()
419 aPropValue.Value <<= xStatusbarItem; in CreateControllers()
420 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()