Lines Matching refs:aPropValueSeq
1315 uno::Sequence< beans::PropertyValue > aPropValueSeq = in Apply() local
1322 sal_Int32 nIndex = aPropValueSeq.getLength(); in Apply()
1323 aPropValueSeq.realloc( nIndex + 1 ); in Apply()
1324 aPropValueSeq[nIndex].Name = m_aDescriptorContainer; in Apply()
1325 aPropValueSeq[nIndex].Value <<= xSubMenuBar; in Apply()
1327 rMenuBar->getCount(), uno::makeAny( aPropValueSeq )); in Apply()
1346 uno::Sequence< beans::PropertyValue > aPropValueSeq = in ApplyMenu() local
1353 sal_Int32 nIndex = aPropValueSeq.getLength(); in ApplyMenu()
1354 aPropValueSeq.realloc( nIndex + 1 ); in ApplyMenu()
1355 aPropValueSeq[nIndex].Name = m_aDescriptorContainer; in ApplyMenu()
1356 aPropValueSeq[nIndex].Value <<= xSubMenuBar; in ApplyMenu()
1359 rMenuBar->getCount(), uno::makeAny( aPropValueSeq )); in ApplyMenu()
1370 uno::Sequence< beans::PropertyValue > aPropValueSeq = in ApplyMenu() local
1373 rMenuBar->getCount(), uno::makeAny( aPropValueSeq )); in ApplyMenu()
4257 uno::Sequence< beans::PropertyValue > aPropValueSeq = in ApplyToolbar() local
4264 sal_Int32 nIndex = aPropValueSeq.getLength(); in ApplyToolbar()
4265 aPropValueSeq.realloc( nIndex + 1 ); in ApplyToolbar()
4266 aPropValueSeq[nIndex].Name = m_aDescriptorContainer; in ApplyToolbar()
4267 aPropValueSeq[nIndex].Value <<= xSubMenuBar; in ApplyToolbar()
4269 rToolbarBar->getCount(), uno::makeAny( aPropValueSeq )); in ApplyToolbar()
4280 uno::Sequence< beans::PropertyValue > aPropValueSeq = in ApplyToolbar() local
4284 rToolbarBar->getCount(), uno::makeAny( aPropValueSeq )); in ApplyToolbar()