Searched refs:aPropertyVector (Results 1 – 3 of 3) sorted by relevance
88 std::vector<Any> aPropertyVector; in CreateToolBoxController() local92 aPropertyVector.push_back(makeAny(aPropValue)); in CreateToolBoxController()96 aPropertyVector.push_back(makeAny(aPropValue)); in CreateToolBoxController()100 aPropertyVector.push_back(makeAny(aPropValue)); in CreateToolBoxController()102 Sequence<Any> aArgs (comphelper::containerToSequence(aPropertyVector)); in CreateToolBoxController()160 std::vector<Any> aPropertyVector; in CreateToolBarController() local164 aPropertyVector.push_back( makeAny( aPropValue )); in CreateToolBarController()168 aPropertyVector.push_back( makeAny( aPropValue )); in CreateToolBarController()172 aPropertyVector.push_back( makeAny( aPropValue )); in CreateToolBarController()176 aPropertyVector.push_back( makeAny( aPropValue )); in CreateToolBarController()[all …]
974 std::vector< Any > aPropertyVector; in CreateControllers() local978 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()981 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()984 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()987 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()996 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()1086 std::vector< Any > aPropertyVector; in CreateControllers() local1090 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()1093 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()1096 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()[all …]
5226 std::vector< beans::PropertyValue > aPropertyVector; in getProperties() local5284 aPropertyVector.push_back( aPropertyValue ); in getProperties()5305 const sal_Int32 nCount = aPropertyVector.size(); in getProperties()5311 *pProps = aPropertyVector[i]; in getProperties()
Completed in 74 milliseconds