Lines Matching refs:aPropSeq

628     uno::Sequence< beans::PropertyValue > aPropSeq( 3 );  in ConvertSvxConfigEntry()  local
630 aPropSeq[0].Name = aDescriptorCommandURL; in ConvertSvxConfigEntry()
631 aPropSeq[0].Value <<= rtl::OUString( pEntry->GetCommand() ); in ConvertSvxConfigEntry()
633 aPropSeq[1].Name = aDescriptorType; in ConvertSvxConfigEntry()
634 aPropSeq[1].Value <<= css::ui::ItemType::DEFAULT; in ConvertSvxConfigEntry()
640 aPropSeq[2].Name = aDescriptorLabel; in ConvertSvxConfigEntry()
674 aPropSeq[2].Value <<= rtl::OUString(); in ConvertSvxConfigEntry()
678 aPropSeq[2].Value <<= rtl::OUString( pEntry->GetName() ); in ConvertSvxConfigEntry()
683 aPropSeq[2].Value <<= rtl::OUString( pEntry->GetName() ); in ConvertSvxConfigEntry()
686 return aPropSeq; in ConvertSvxConfigEntry()
709 uno::Sequence< beans::PropertyValue > aPropSeq( 4 ); in ConvertToolbarEntry() local
711 aPropSeq[0].Name = aDescriptorCommandURL; in ConvertToolbarEntry()
712 aPropSeq[0].Value <<= rtl::OUString( pEntry->GetCommand() ); in ConvertToolbarEntry()
714 aPropSeq[1].Name = aDescriptorType; in ConvertToolbarEntry()
715 aPropSeq[1].Value <<= css::ui::ItemType::DEFAULT; in ConvertToolbarEntry()
721 aPropSeq[2].Name = aDescriptorLabel; in ConvertToolbarEntry()
755 aPropSeq[2].Value <<= rtl::OUString(); in ConvertToolbarEntry()
759 aPropSeq[2].Value <<= rtl::OUString( pEntry->GetName() ); in ConvertToolbarEntry()
764 aPropSeq[2].Value <<= rtl::OUString( pEntry->GetName() ); in ConvertToolbarEntry()
767 aPropSeq[3].Name = aIsVisible; in ConvertToolbarEntry()
768 aPropSeq[3].Value <<= pEntry->IsVisible(); in ConvertToolbarEntry()
770 return aPropSeq; in ConvertToolbarEntry()
1188 uno::Sequence< beans::PropertyValue > aPropSeq; in LoadSubMenus() local
1189 if ( a >>= aPropSeq ) in LoadSubMenus()
1191 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in LoadSubMenus()
1193 if ( aPropSeq[i].Name.equalsAscii( ITEM_DESCRIPTOR_LABEL ) ) in LoadSubMenus()
1195 aPropSeq[i].Value >>= aLabel; in LoadSubMenus()
3946 uno::Sequence< beans::PropertyValue > aPropSeq; in GetSystemUIName() local
3947 if ( a >>= aPropSeq ) in GetSystemUIName()
3949 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in GetSystemUIName()
3951 if ( aPropSeq[i].Name.equalsAscii( ITEM_DESCRIPTOR_LABEL ) ) in GetSystemUIName()
3953 aPropSeq[i].Value >>= result; in GetSystemUIName()
4513 uno::Sequence< beans::PropertyValue > aPropSeq; in LoadToolbar() local
4514 if ( a >>= aPropSeq ) in LoadToolbar()
4516 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in LoadToolbar()
4518 if ( aPropSeq[i].Name.equalsAscii( ITEM_DESCRIPTOR_LABEL ) ) in LoadToolbar()
4520 aPropSeq[i].Value >>= aLabel; in LoadToolbar()