Home
last modified time | relevance | path

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

123

/trunk/main/svx/source/items/
H A Dcustomshapeitem.cxx54 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 …]
/trunk/main/svx/source/xoutdev/
H A Dxattrbmp.cxx355 uno::Sequence< beans::PropertyValue > aPropSeq( 3 ); in QueryValue() local
358 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 Dxattr.cxx1144 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 …]
/trunk/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()
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 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()
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 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()
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 …]
/trunk/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()
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 …]
/trunk/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()
/trunk/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()
/trunk/main/desktop/source/migration/
H A Dmigration.cxx100 ::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 …]
/trunk/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()
/trunk/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
888 return aPropSeq; in GetPropsForCommand()
894 Sequence< PropertyValue > aPropSeq; in RetrieveLabelFromCommand() local
897 aPropSeq = GetPropsForCommand( aCmdURL ); 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()
920 aPropSeq[i].Value >>= nProperties; in RetrievePropertiesFromCommand()
1953 aPropSeq[ 0 ].Name = in IMPL_LINK()
[all …]
/trunk/main/cui/source/customize/
H A Dcfg.cxx633 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 …]
/trunk/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()
/trunk/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()
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx1135 beans::PropertyValues* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1142 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1153 uno::Sequence< rtl::OUString > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge() local
1156 rtl::OUString* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1163 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1174 uno::Sequence< beans::PropertyValue > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge() local
1177 beans::PropertyValue* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1184 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1427 beans::PropertyValues aPropSeq( aHandle.size() ); in CreateChildContext() local
1430 beans::PropertyValue* pValues = aPropSeq.getArray(); in CreateChildContext()
[all …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx516 Sequence<beans::PropertyValue> aPropSeq( nCount ); in GetProperties() local
519 beans::PropertyValue *pProps = aPropSeq.getArray(); in GetProperties()
677 return aPropSeq; in GetProperties()
1377 Sequence<beans::PropertyValue> aPropSeq( bOrdered ? 1 : 4 ); in SetDefaultStyle() local
1378 beans::PropertyValue *pProps = aPropSeq.getArray(); in SetDefaultStyle()
1417 aAny <<= aPropSeq; in SetDefaultStyle()
/trunk/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()

Completed in 191 milliseconds

123