Lines Matching refs:aPropValue

973             PropertyValue aPropValue;  in CreateControllers()  local
976 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in CreateControllers()
977 aPropValue.Value <<= m_aModuleIdentifier; in CreateControllers()
978 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
979 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateControllers()
980 aPropValue.Value <<= m_xFrame; in CreateControllers()
981 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
982 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ServiceManager" )); in CreateControllers()
983 aPropValue.Value <<= m_xServiceManager; in CreateControllers()
984 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
985 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ParentWindow" )); in CreateControllers()
986 aPropValue.Value <<= xToolbarWindow; in CreateControllers()
987 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
988 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Identifier" )); in CreateControllers()
989 aPropValue.Value = uno::makeAny( nId ); in CreateControllers()
990 aPropertyVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
994 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" )); in CreateControllers()
995 aPropValue.Value <<= nWidth; in CreateControllers()
996 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
1085 PropertyValue aPropValue; in CreateControllers() local
1088 aPropValue.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateControllers()
1089 aPropValue.Value <<= m_xFrame; in CreateControllers()
1090 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
1091 aPropValue.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CommandURL" )); in CreateControllers()
1092 aPropValue.Value <<= aCommandURL; in CreateControllers()
1093 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
1094 aPropValue.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ServiceManager" )); in CreateControllers()
1095 aPropValue.Value <<= m_xServiceManager; in CreateControllers()
1096 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
1097 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ParentWindow" )); in CreateControllers()
1098 aPropValue.Value <<= xToolbarWindow; in CreateControllers()
1099 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
1100 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in CreateControllers()
1101 aPropValue.Value <<= m_aModuleIdentifier; in CreateControllers()
1102 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
1103 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Identifier" )); in CreateControllers()
1104 aPropValue.Value = uno::makeAny( nId ); in CreateControllers()
1105 aPropertyVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
1109 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" )); in CreateControllers()
1110 aPropValue.Value <<= nWidth; in CreateControllers()
1111 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()