| /aoo4110/main/svx/source/items/ | 
| H A D | customshapeitem.cxx | 54 	aPropSeq = rVal;  in SdrCustomShapeGeometryItem()136 		aPropSeq.realloc( nIndex + 1 );  in SetPropertyValue()
 137 		aPropSeq[ nIndex ] = rPropVal ;  in SetPropertyValue()
 160 			aPropSeq[ nIndex ] = aValue;  in SetPropertyValue()
 197 	if ( aPropSeq.getLength() )  in ClearPropertyValue()
 227 					aPropSeq[ (*aHashIter).second ] = aPropSeq[ aPropSeq.getLength() - 1 ];  in ClearPropertyValue()
 229 				aPropSeq.realloc( aPropSeq.getLength() - 1 );  in ClearPropertyValue()
 282 		bRet = ((SdrCustomShapeGeometryItem&)rCmp).aPropSeq == aPropSeq;  in operator ==()
 343 	rVal <<= aPropSeq;  in QueryValue()
 348 	if ( ! ( rVal >>= aPropSeq ) )  in PutValue()
 [all …]
 
 | 
| /aoo4110/main/svx/source/xoutdev/ | 
| H A D | xattrbmp.cxx | 355         uno::Sequence< beans::PropertyValue > aPropSeq( 3 );  in QueryValue()  local358         aPropSeq[0].Value = uno::makeAny( aInternalName );  in QueryValue()
 360         aPropSeq[1].Value = uno::makeAny( aURL );  in QueryValue()
 362         aPropSeq[2].Value = uno::makeAny( xBmp );  in QueryValue()
 364         rVal <<= aPropSeq;  in QueryValue()
 398         uno::Sequence< beans::PropertyValue >   aPropSeq;  in PutValue()  local
 399         if( rVal >>= aPropSeq )  in PutValue()
 401             for ( sal_Int32 n = 0; n < aPropSeq.getLength(); n++ )  in PutValue()
 404                     bSetName = (aPropSeq[n].Value >>= aName);  in PutValue()
 406                     bSetURL = (aPropSeq[n].Value >>= aURL);  in PutValue()
 [all …]
 
 | 
| H A D | xattr.cxx | 1144             aPropSeq[0].Value   = uno::makeAny( aApiName );  in QueryValue()1146             aPropSeq[1].Value   = uno::makeAny( aLineDash );  in QueryValue()
 1147             rVal = uno::makeAny( aPropSeq );  in QueryValue()
 1238             if ( rVal >>= aPropSeq )  in PutValue()
 1243                         aPropSeq[n].Value >>= aName;  in PutValue()
 3823             rVal = uno::makeAny( aPropSeq );  in QueryValue()
 3887             if ( rVal >>= aPropSeq )  in PutValue()
 3892                         aPropSeq[n].Value >>= aName;  in PutValue()
 4522             rVal = uno::makeAny( aPropSeq );  in QueryValue()
 4576             if ( rVal >>= aPropSeq )  in PutValue()
 [all …]
 
 | 
| /aoo4110/main/framework/source/fwi/uielement/ | 
| H A D | itemcontainer.cxx | 73                 Sequence< PropertyValue > aPropSeq;  in ItemContainer()  local74                 if ( rSourceContainer->getByIndex( i ) >>= aPropSeq )  in ItemContainer()
 78                     for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ )  in ItemContainer()
 80                         if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" ))  in ItemContainer()
 82                             aPropSeq[j].Value >>= xIndexAccess;  in ItemContainer()
 91                     m_aItemVector.push_back( aPropSeq );  in ItemContainer()
 112         Sequence< PropertyValue > aPropSeq( rSourceVector[i] );  in copyItemContainer()  local
 114         for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ )  in copyItemContainer()
 116             if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" ))  in copyItemContainer()
 118                 aPropSeq[j].Value >>= xIndexAccess;  in copyItemContainer()
 [all …]
 
 | 
| H A D | constitemcontainer.cxx | 202                     Sequence< PropertyValue > aPropSeq;  in ConstItemContainer()  local203                     if ( rSourceContainer->getByIndex( i ) >>= aPropSeq )  in ConstItemContainer()
 204                         m_aItemVector.push_back( aPropSeq );  in ConstItemContainer()
 211                     Sequence< PropertyValue > aPropSeq;  in ConstItemContainer()  local
 212                     if ( rSourceContainer->getByIndex( i ) >>= aPropSeq )  in ConstItemContainer()
 220                                 aPropSeq[j].Value >>= xIndexAccess;  in ConstItemContainer()
 229                         m_aItemVector.push_back( aPropSeq );  in ConstItemContainer()
 251         Sequence< PropertyValue > aPropSeq( rSourceVector[i] );  in copyItemContainer()  local
 253         for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ )  in copyItemContainer()
 257                 aPropSeq[j].Value >>= xIndexAccess;  in copyItemContainer()
 [all …]
 
 | 
| H A D | rootitemcontainer.cxx | 140                 Sequence< PropertyValue > aPropSeq;  in RootItemContainer()  local141                 if ( rSourceContainer->getByIndex( i ) >>= aPropSeq )  in RootItemContainer()
 145                     for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ )  in RootItemContainer()
 149                             aPropSeq[j].Value >>= xIndexAccess;  in RootItemContainer()
 158                     m_aItemVector.push_back( aPropSeq );  in RootItemContainer()
 180         Sequence< PropertyValue > aPropSeq( rSourceVector[i] );  in copyItemContainer()  local
 182         for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ )  in copyItemContainer()
 184             if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" ))  in copyItemContainer()
 186                 aPropSeq[j].Value >>= xIndexAccess;  in copyItemContainer()
 193             aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess );  in copyItemContainer()
 [all …]
 
 | 
| /aoo4110/main/framework/source/uiconfiguration/ | 
| H A D | windowstateconfiguration.cxx | 610     Sequence< PropertyValue > aPropSeq;  in impl_getSequenceFromStruct()  local617             sal_Int32 nIndex( aPropSeq.getLength());  in impl_getSequenceFromStruct()
 618             aPropSeq.realloc( nIndex+1 );  in impl_getSequenceFromStruct()
 661     return makeAny( aPropSeq );  in impl_getSequenceFromStruct()
 670     Sequence< PropertyValue > aPropSeq;  in impl_insertCacheAndReturnSequence()  local
 842                 nIndex = aPropSeq.getLength();  in impl_insertCacheAndReturnSequence()
 843                 aPropSeq.realloc( nIndex+1 );  in impl_insertCacheAndReturnSequence()
 845                 aPropSeq[nIndex].Value = a;  in impl_insertCacheAndReturnSequence()
 858     return makeAny( aPropSeq );  in impl_insertCacheAndReturnSequence()
 866     Sequence< PropertyValue > aPropSeq;  in impl_insertCacheAndReturnWinState()  local
 [all …]
 
 | 
| /aoo4110/main/sc/source/ui/unoobj/ | 
| H A D | eventuno.cxx | 96         uno::Sequence<beans::PropertyValue> aPropSeq;  in replaceByName()  local97         if ( aElement >>= aPropSeq )  in replaceByName()
 99             sal_Int32 nPropCount = aPropSeq.getLength();  in replaceByName()
 102         		const beans::PropertyValue& rProp = aPropSeq[nPos];  in replaceByName()
 148         uno::Sequence<beans::PropertyValue> aPropSeq( 2 );  in getByName()  local
 149         aPropSeq[0] = beans::PropertyValue(  in getByName()
 152         aPropSeq[1] = beans::PropertyValue(  in getByName()
 155         aRet <<= aPropSeq;  in getByName()
 
 | 
| /aoo4110/main/odk/examples/DevelopersGuide/Drawing/ | 
| H A D | DrawViewDemo.java | 94                 PropertyValue[] aPropSeq = (PropertyValue[])  in main()  local97                 for( int i = 0; i < aPropSeq.length; i++ )  in main()
 99                     System.out.println( aPropSeq[ i ].Name + " = " +  in main()
 100                                         aPropSeq[ i ].Value );  in main()
 113             Property[] aPropSeq = xPropSetInfo.getProperties();  in main()  local
 114             for( int i = 0; i < aPropSeq.length; i++ )  in main()
 116                 System.out.println( aPropSeq[ i ].Name );  in main()
 
 | 
| /aoo4110/main/desktop/source/migration/ | 
| H A D | migration.cxx | 100 			::uno::Sequence< beans::PropertyValue > aPropSeq;  in retrieveLabelFromCommand()104 				if ( a >>= aPropSeq )  in retrieveLabelFromCommand()
 108 						if ( aPropSeq[i].Name.equalsAscii( "Label" ))  in retrieveLabelFromCommand()
 110 							aPropSeq[i].Value >>= aStr;  in retrieveLabelFromCommand()
 1195 				xTemp->getByIndex(i) >>= aPropSeq;  in mergeOldToNewVersion()
 1200 						aPropSeq[j].Value >>= sCommandURL;  in mergeOldToNewVersion()
 1202 						aPropSeq[j].Value >>= sLabel;  in mergeOldToNewVersion()
 1204 						aPropSeq[j].Value >>= xChild;  in mergeOldToNewVersion()
 1221 			aPropSeq[0].Value <<= it->m_sCommandURL;  in mergeOldToNewVersion()
 1222 			aPropSeq[1].Name = ITEM_DESCRIPTOR_LABEL;  in mergeOldToNewVersion()
 [all …]
 
 | 
| /aoo4110/main/framework/source/uifactory/ | 
| H A D | menubarfactory.cxx | 183     Sequence< Any > aPropSeq( _pExtraMode ? 5 : 4);  in CreateUIElement()  local186     aPropSeq[0] <<= aPropValue;  in CreateUIElement()
 189     aPropSeq[1] <<= aPropValue;  in CreateUIElement()
 192     aPropSeq[2] <<= aPropValue;  in CreateUIElement()
 195     aPropSeq[3] <<= aPropValue;  in CreateUIElement()
 200         aPropSeq[4] <<= aPropValue;  in CreateUIElement()
 205     xInit->initialize( aPropSeq );  in CreateUIElement()
 
 | 
| H A D | addonstoolboxfactory.cxx | 195         Sequence< Any > aPropSeq( 3 );  in createUIElement()  local198         aPropSeq[0] <<= aPropValue;  in createUIElement()
 201         aPropSeq[1] <<= aPropValue;  in createUIElement()
 204         aPropSeq[2] <<= aPropValue;  in createUIElement()
 210         xInit->initialize( aPropSeq );  in createUIElement()
 
 | 
| /aoo4110/main/framework/source/uielement/ | 
| H A D | uicommanddescription.cxx | 346         Sequence< PropertyValue > aPropSeq( 4 );  in getSequenceFromCache()  local347         aPropSeq[0].Name  = m_aPropLabel;  in getSequenceFromCache()
 348         aPropSeq[0].Value = pIter->second.aContextLabel.getLength() ?  in getSequenceFromCache()
 350         aPropSeq[1].Name  = m_aPropName;  in getSequenceFromCache()
 351         aPropSeq[1].Value <<= pIter->second.aCommandName;  in getSequenceFromCache()
 352         aPropSeq[2].Name  = m_aPropPopup;  in getSequenceFromCache()
 353         aPropSeq[2].Value <<= pIter->second.bPopup;  in getSequenceFromCache()
 354         aPropSeq[3].Name  = m_aPropProperties;  in getSequenceFromCache()
 355         aPropSeq[3].Value <<= pIter->second.nProperties;  in getSequenceFromCache()
 356         return makeAny( aPropSeq );  in getSequenceFromCache()
 
 | 
| H A D | toolbarmanager.cxx | 857     Sequence< PropertyValue > aPropSeq;  in GetPropsForCommand()  local888     return aPropSeq;  in GetPropsForCommand()
 894     Sequence< PropertyValue > aPropSeq;  in RetrieveLabelFromCommand()  local
 897     aPropSeq = GetPropsForCommand( aCmdURL );  in RetrieveLabelFromCommand()
 902             aPropSeq[i].Value >>= aLabel;  in RetrieveLabelFromCommand()
 912     Sequence< PropertyValue > aPropSeq;  in RetrievePropertiesFromCommand()  local
 915     aPropSeq = GetPropsForCommand( aCmdURL );  in RetrievePropertiesFromCommand()
 920             aPropSeq[i].Value >>= nProperties;  in RetrievePropertiesFromCommand()
 1951 				    Sequence< PropertyValue > aPropSeq( 1 );  in IMPL_LINK()  local
 1953 				    aPropSeq[ 0 ].Name =  in IMPL_LINK()
 [all …]
 
 | 
| H A D | toolbarsmenucontroller.cxx | 265             Sequence< PropertyValue > aPropSeq;  in getUINameFromCommand()  local267             if ( m_xUICommandDescription->getByName( rCommandURL ) >>= aPropSeq )  in getUINameFromCommand()
 269                 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ )  in getUINameFromCommand()
 271                     if ( aPropSeq[i].Name.equalsAscii( "Label" ))  in getUINameFromCommand()
 273                         aPropSeq[i].Value >>= aStr;  in getUINameFromCommand()
 
 | 
| /aoo4110/main/cui/source/customize/ | 
| H A D | cfg.cxx | 633     aPropSeq[1].Name = aDescriptorType;  in ConvertSvxConfigEntry()686     return aPropSeq;  in ConvertSvxConfigEntry()
 714     aPropSeq[1].Name = aDescriptorType;  in ConvertToolbarEntry()
 767     aPropSeq[3].Name = aIsVisible;  in ConvertToolbarEntry()
 770     return aPropSeq;  in ConvertToolbarEntry()
 1189 					if ( a >>= aPropSeq )  in LoadSubMenus()
 1195 								aPropSeq[i].Value >>= aLabel;  in LoadSubMenus()
 3947 			if ( a >>= aPropSeq )  in GetSystemUIName()
 3953 						aPropSeq[i].Value >>= result;  in GetSystemUIName()
 4514 					if ( a >>= aPropSeq )  in LoadToolbar()
 [all …]
 
 | 
| /aoo4110/main/framework/source/fwi/helper/ | 
| H A D | mischelper.cxx | 125                 Sequence< PropertyValue > aPropSeq;  in RetrieveLabelFromCommand()  local128 					if ( _xUICommandLabels->getByName( aCmdURL ) >>= aPropSeq )  in RetrieveLabelFromCommand()
 130 						for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ )  in RetrieveLabelFromCommand()
 132 							if ( aPropSeq[i].Name.equalsAscii( _pName/*"Label"*/ ))  in RetrieveLabelFromCommand()
 134 								aPropSeq[i].Value >>= aStr;  in RetrieveLabelFromCommand()
 
 | 
| /aoo4110/main/sfx2/source/dialog/ | 
| H A D | recfloat.cxx | 121                 uno::Sequence< beans::PropertyValue > aPropSeq;  in GetLabelFromCommandURL()  local123                 if ( a >>= aPropSeq )  in GetLabelFromCommandURL()
 125                     for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ )  in GetLabelFromCommandURL()
 127                         if ( aPropSeq[i].Name.equalsAscii( "Label" ))  in GetLabelFromCommandURL()
 129                             aPropSeq[i].Value >>= aLabel;  in GetLabelFromCommandURL()
 
 | 
| /aoo4110/main/xmloff/source/draw/ | 
| H A D | ximpcustomshape.cxx | 1092 		beans::PropertyValues* pValues = aPropSeq.getArray();  in SdXMLCustomShapePropertyMerge()1099 		aProp.Value <<= aPropSeq;  in SdXMLCustomShapePropertyMerge()
 1110 		uno::Sequence< rtl::OUString > aPropSeq( rElement.size() );  in SdXMLCustomShapePropertyMerge()  local
 1113 		rtl::OUString* pValues = aPropSeq.getArray();  in SdXMLCustomShapePropertyMerge()
 1120 		aProp.Value <<= aPropSeq;  in SdXMLCustomShapePropertyMerge()
 1131 		uno::Sequence< beans::PropertyValue > aPropSeq( rElement.size() );  in SdXMLCustomShapePropertyMerge()  local
 1134 		beans::PropertyValue* pValues = aPropSeq.getArray();  in SdXMLCustomShapePropertyMerge()
 1141 		aProp.Value <<= aPropSeq;  in SdXMLCustomShapePropertyMerge()
 1384 		beans::PropertyValues aPropSeq( aHandle.size() );  in CreateChildContext()  local
 1387 		beans::PropertyValue* pValues = aPropSeq.getArray();  in CreateChildContext()
 [all …]
 
 | 
| /aoo4110/main/svtools/source/uno/ | 
| H A D | contextmenuhelper.cxx | 572                 uno::Sequence< beans::PropertyValue > aPropSeq;  in getLabelFromCommandURL()  local574                 if ( a >>= aPropSeq )  in getLabelFromCommandURL()
 576                     for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ )  in getLabelFromCommandURL()
 578                         if ( aPropSeq[i].Name.equalsAscii( "Label" ))  in getLabelFromCommandURL()
 580                             aPropSeq[i].Value >>= aStr;  in getLabelFromCommandURL()
 
 | 
| /aoo4110/main/sfx2/source/toolbox/ | 
| H A D | tbxitem.cxx | 846         Sequence< PropertyValue > aPropSeq( 3 );  in createAndPositionSubToolBar()  local847         aPropSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" ));  in createAndPositionSubToolBar()
 848         aPropSeq[0].Value <<= xFrame;  in createAndPositionSubToolBar()
 849         aPropSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Persistent" ));  in createAndPositionSubToolBar()
 850         aPropSeq[1].Value <<= sal_False;  in createAndPositionSubToolBar()
 851         aPropSeq[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PopupMode" ));  in createAndPositionSubToolBar()
 852         aPropSeq[2].Value <<= sal_True;  in createAndPositionSubToolBar()
 856             xUIElement = xUIEementFactory->createUIElement( rSubToolBarResName, aPropSeq );  in createAndPositionSubToolBar()
 
 | 
| /aoo4110/main/unotools/source/config/ | 
| H A D | extendedsecurityoptions.cxx | 382 	Sequence< OUString >	aPropSeq( 1 );  in FillExtensionHashMap()  local391 		aPropSeq[0] = aExtEntryProp.makeStringAndClear();  in FillExtensionHashMap()
 392 		aValues = GetProperties( aPropSeq );  in FillExtensionHashMap()
 
 | 
| /aoo4110/main/sc/source/ui/miscdlgs/ | 
| H A D | solverutil.cxx | 206     uno::Sequence<beans::Property> aPropSeq = xInfo->getProperties();  in GetDefaults()  local207     const sal_Int32 nSize = aPropSeq.getLength();  in GetDefaults()
 212         const beans::Property& rProp = aPropSeq[nPos];  in GetDefaults()
 
 | 
| /aoo4110/main/stoc/test/ | 
| H A D | testintrosp.cxx | 733 	Sequence<Property> aPropSeq = m_xMyInfo->getProperties();  in setPropertyValue()  local734 	sal_Int32 nLen = aPropSeq.getLength();  in setPropertyValue()
 737 		Property aProp = aPropSeq.getArray()[ i ];  in setPropertyValue()
 748 	Sequence<Property> aPropSeq = m_xMyInfo->getProperties();  in getPropertyValue()  local
 749 	sal_Int32 nLen = aPropSeq.getLength();  in getPropertyValue()
 752 		Property aProp = aPropSeq.getArray()[ i ];  in getPropertyValue()
 
 | 
| /aoo4110/main/sw/source/ui/lingu/ | 
| H A D | olmenu.cxx | 360 				uno::Sequence< beans::PropertyValue > aPropSeq;  in RetrieveLabelFromCommand()  local362 				if ( a >>= aPropSeq )  in RetrieveLabelFromCommand()
 364 					for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ )  in RetrieveLabelFromCommand()
 366 						if ( aPropSeq[i].Name.equalsAscii( "Name" ))  in RetrieveLabelFromCommand()
 368 							aPropSeq[i].Value >>= aStr;  in RetrieveLabelFromCommand()
 
 |