Home
last modified time | relevance | path

Searched refs:aPropSeq (Results 1 – 25 of 57) sorted by relevance

123

/AOO41X/main/svx/source/items/
H A Dcustomshapeitem.cxx54 aPropSeq = rVal; in SdrCustomShapeGeometryItem()
59 for ( i = 0; i < aPropSeq.getLength(); i++ ) in SdrCustomShapeGeometryItem()
61 beans::PropertyValue& rPropVal = aPropSeq[ i ]; in SdrCustomShapeGeometryItem()
80 pRet = &aPropSeq[ (*aHashIter).second ].Value; in GetPropertyValueByName()
135 sal_uInt32 nIndex = aPropSeq.getLength(); in SetPropertyValue()
136 aPropSeq.realloc( nIndex + 1 ); in SetPropertyValue()
137 aPropSeq[ nIndex ] = rPropVal ; in SetPropertyValue()
158 sal_uInt32 nIndex = aPropSeq.getLength(); in SetPropertyValue()
159 aPropSeq.realloc( nIndex + 1 ); in SetPropertyValue()
160 aPropSeq[ nIndex ] = aValue; in SetPropertyValue()
[all …]
/AOO41X/main/svx/source/xoutdev/
H A Dxattrbmp.cxx355 uno::Sequence< beans::PropertyValue > aPropSeq( 3 ); in QueryValue() local
357 aPropSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" )); in QueryValue()
358 aPropSeq[0].Value = uno::makeAny( aInternalName ); in QueryValue()
359 aPropSeq[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FillBitmapURL" )); in QueryValue()
360 aPropSeq[1].Value = uno::makeAny( aURL ); in QueryValue()
361 aPropSeq[2].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Bitmap" )); 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()
[all …]
H A Dxattr.cxx1129 uno::Sequence< beans::PropertyValue > aPropSeq( 2 ); in QueryValue() local
1143 aPropSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" )); in QueryValue()
1144 aPropSeq[0].Value = uno::makeAny( aApiName ); in QueryValue()
1145 aPropSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LineDash" )); in QueryValue()
1146 aPropSeq[1].Value = uno::makeAny( aLineDash ); in QueryValue()
1147 rVal = uno::makeAny( aPropSeq ); in QueryValue()
1233 uno::Sequence< beans::PropertyValue > aPropSeq; in PutValue() local
1238 if ( rVal >>= aPropSeq ) in PutValue()
1240 for ( sal_Int32 n = 0; n < aPropSeq.getLength(); n++ ) in PutValue()
1242 if ( aPropSeq[n].Name.equalsAsciiL( "Name", 4 )) in PutValue()
[all …]
/AOO41X/main/framework/source/fwi/uielement/
H A Ditemcontainer.cxx73 Sequence< PropertyValue > aPropSeq; in ItemContainer() local
74 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()
89aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess, rMutex ); 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()
[all …]
H A Dconstitemcontainer.cxx202 Sequence< PropertyValue > aPropSeq; in ConstItemContainer() local
203 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()
216 for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ ) in ConstItemContainer()
218 if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" )) in ConstItemContainer()
220 aPropSeq[j].Value >>= xIndexAccess; in ConstItemContainer()
227 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess ); in ConstItemContainer()
229 m_aItemVector.push_back( aPropSeq ); in ConstItemContainer()
[all …]
H A Drootitemcontainer.cxx140 Sequence< PropertyValue > aPropSeq; in RootItemContainer() local
141 if ( rSourceContainer->getByIndex( i ) >>= aPropSeq ) in RootItemContainer()
145 for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ ) in RootItemContainer()
147 if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" )) in RootItemContainer()
149 aPropSeq[j].Value >>= xIndexAccess; in RootItemContainer()
156 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( 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()
[all …]
/AOO41X/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx610 Sequence< PropertyValue > aPropSeq; in impl_getSequenceFromStruct() local
617 sal_Int32 nIndex( aPropSeq.getLength()); in impl_getSequenceFromStruct()
618 aPropSeq.realloc( nIndex+1 ); in impl_getSequenceFromStruct()
619 aPropSeq[nIndex].Name = m_aPropArray[i]; in impl_getSequenceFromStruct()
624 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bLocked ); break; in impl_getSequenceFromStruct()
626 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bDocked ); break; in impl_getSequenceFromStruct()
628 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bVisible ); break; in impl_getSequenceFromStruct()
630 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bContext ); break; in impl_getSequenceFromStruct()
632 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bHideFromMenu ); break; in impl_getSequenceFromStruct()
634 aPropSeq[nIndex].Value = makeAny( rWinStateInfo.bNoClose ); break; in impl_getSequenceFromStruct()
[all …]
/AOO41X/main/sc/source/ui/unoobj/
H A Deventuno.cxx96 uno::Sequence<beans::PropertyValue> aPropSeq; in replaceByName() local
97 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()
/AOO41X/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawViewDemo.java94 PropertyValue[] aPropSeq = (PropertyValue[]) in main() local
97 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()
/AOO41X/main/desktop/source/migration/
H A Dmigration.cxx100 ::uno::Sequence< beans::PropertyValue > aPropSeq; in retrieveLabelFromCommand()
104 if ( a >>= aPropSeq ) in retrieveLabelFromCommand()
106 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in retrieveLabelFromCommand()
108 if ( aPropSeq[i].Name.equalsAscii( "Label" )) in retrieveLabelFromCommand()
110 aPropSeq[i].Value >>= aStr; in retrieveLabelFromCommand()
1194 uno::Sequence< beans::PropertyValue > aPropSeq; in mergeOldToNewVersion() local
1195 xTemp->getByIndex(i) >>= aPropSeq; in mergeOldToNewVersion()
1196 for (sal_Int32 j=0; j<aPropSeq.getLength(); ++j) in mergeOldToNewVersion()
1198 ::rtl::OUString sPropName = aPropSeq[j].Name; in mergeOldToNewVersion()
1200 aPropSeq[j].Value >>= sCommandURL; in mergeOldToNewVersion()
[all …]
/AOO41X/main/framework/source/uifactory/
H A Dmenubarfactory.cxx183 Sequence< Any > aPropSeq( _pExtraMode ? 5 : 4); in CreateUIElement() local
186 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 Daddonstoolboxfactory.cxx195 Sequence< Any > aPropSeq( 3 ); in createUIElement() local
198 aPropSeq[0] <<= aPropValue; in createUIElement()
201 aPropSeq[1] <<= aPropValue; in createUIElement()
204 aPropSeq[2] <<= aPropValue; in createUIElement()
210 xInit->initialize( aPropSeq ); in createUIElement()
/AOO41X/main/framework/source/uielement/
H A Duicommanddescription.cxx346 Sequence< PropertyValue > aPropSeq( 4 ); in getSequenceFromCache() local
347 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 Dtoolbarmanager.cxx857 Sequence< PropertyValue > aPropSeq; in GetPropsForCommand() local
881 m_xUICommandLabels->getByName( rCmdURL ) >>= aPropSeq; in GetPropsForCommand()
888 return aPropSeq; in GetPropsForCommand()
894 Sequence< PropertyValue > aPropSeq; in RetrieveLabelFromCommand() local
897 aPropSeq = GetPropsForCommand( aCmdURL ); in RetrieveLabelFromCommand()
898 for ( sal_Int32 i = 0; i < aPropSeq.getLength(); i++ ) in RetrieveLabelFromCommand()
900 if ( aPropSeq[i].Name.equalsAscii( "Name" )) in RetrieveLabelFromCommand()
902 aPropSeq[i].Value >>= aLabel; in RetrieveLabelFromCommand()
912 Sequence< PropertyValue > aPropSeq; in RetrievePropertiesFromCommand() local
915 aPropSeq = GetPropsForCommand( aCmdURL ); in RetrievePropertiesFromCommand()
[all …]
H A Dtoolbarsmenucontroller.cxx265 Sequence< PropertyValue > aPropSeq; in getUINameFromCommand() local
267 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()
/AOO41X/main/cui/source/customize/
H A Dcfg.cxx628 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()
[all …]
/AOO41X/main/framework/source/fwi/helper/
H A Dmischelper.cxx125 Sequence< PropertyValue > aPropSeq; in RetrieveLabelFromCommand() local
128 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()
/AOO41X/main/sfx2/source/dialog/
H A Drecfloat.cxx121 uno::Sequence< beans::PropertyValue > aPropSeq; in GetLabelFromCommandURL() local
123 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()
/AOO41X/main/xmloff/source/draw/
H A Dximpcustomshape.cxx1089 uno::Sequence< beans::PropertyValues > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge() local
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
[all …]
/AOO41X/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx572 uno::Sequence< beans::PropertyValue > aPropSeq; in getLabelFromCommandURL() local
574 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()
/AOO41X/main/sfx2/source/toolbox/
H A Dtbxitem.cxx846 Sequence< PropertyValue > aPropSeq( 3 ); in createAndPositionSubToolBar() local
847 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()
/AOO41X/main/unotools/source/config/
H A Dextendedsecurityoptions.cxx382 Sequence< OUString > aPropSeq( 1 ); in FillExtensionHashMap() local
391 aPropSeq[0] = aExtEntryProp.makeStringAndClear(); in FillExtensionHashMap()
392 aValues = GetProperties( aPropSeq ); in FillExtensionHashMap()
/AOO41X/main/sc/source/ui/miscdlgs/
H A Dsolverutil.cxx206 uno::Sequence<beans::Property> aPropSeq = xInfo->getProperties(); in GetDefaults() local
207 const sal_Int32 nSize = aPropSeq.getLength(); in GetDefaults()
212 const beans::Property& rProp = aPropSeq[nPos]; in GetDefaults()
/AOO41X/main/stoc/test/
H A Dtestintrosp.cxx733 Sequence<Property> aPropSeq = m_xMyInfo->getProperties(); in setPropertyValue() local
734 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()
/AOO41X/main/sw/source/ui/lingu/
H A Dolmenu.cxx360 uno::Sequence< beans::PropertyValue > aPropSeq; in RetrieveLabelFromCommand() local
362 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()

123