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 …]
971 std::vector< Any > aPropertyVector; in CreateControllers() local975 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()978 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( uno::makeAny( aPropValue ) ); in CreateControllers()993 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()996 Sequence< Any > aArgs( comphelper::containerToSequence( aPropertyVector )); in CreateControllers()1083 std::vector< Any > aPropertyVector; in CreateControllers() local1087 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()[all …]
5153 std::vector< beans::PropertyValue > aPropertyVector; in getProperties() local5211 aPropertyVector.push_back( aPropertyValue ); in getProperties()5232 const sal_Int32 nCount = aPropertyVector.size(); in getProperties()5238 *pProps = aPropertyVector[i]; in getProperties()