Home
last modified time | relevance | path

Searched refs:aSourceProps (Results 1 – 5 of 5) sorted by relevance

/trunk/main/comphelper/source/property/
H A Dproperty.cxx83 Sequence< Property > aSourceProps = xSourceProps->getProperties(); in copyProperties() local
84 const Property* pSourceProps = aSourceProps.getConstArray(); in copyProperties()
86 for (sal_Int32 i=0; i<aSourceProps.getLength(); ++i, ++pSourceProps) in copyProperties()
/trunk/main/forms/source/component/
H A DEdit.cxx461 Sequence< Property > aSourceProps( xSourceInfo->getProperties() ); in lcl_transferProperties() local
462 const Property* pSourceProps = aSourceProps.getConstArray(); in lcl_transferProperties()
463 … const Property* pSourcePropsEnd = aSourceProps.getConstArray() + aSourceProps.getLength(); in lcl_transferProperties()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx127 uno::Sequence< beans::PropertyValue > aSourceProps; in InsertMenu_Impl() local
128 xSourceMenu->getByIndex( nSourceIndex ) >>= aSourceProps; in InsertMenu_Impl()
129 uno::Sequence< beans::PropertyValue > aTargetProps( aSourceProps.getLength() ); in InsertMenu_Impl()
130 for ( nInd = 0; nInd < aSourceProps.getLength(); nInd++ ) in InsertMenu_Impl()
132 aTargetProps[nInd].Name = aSourceProps[nInd].Name; in InsertMenu_Impl()
144 aTargetProps[nInd].Value = aSourceProps[nInd].Value; in InsertMenu_Impl()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx1815 uno::Sequence< beans::Property > aSourceProps in transfer() local
1817 sal_Int32 nCount = aSourceProps.getLength(); in transfer()
1825 = xSource->getPropertyValues( aSourceProps ); in transfer()
1830 const beans::Property* pProps = aSourceProps.getConstArray(); in transfer()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx2017 uno::Sequence< beans::Property > aSourceProps in transfer() local
2019 sal_Int32 nCount = aSourceProps.getLength(); in transfer()
2027 = xSource->getPropertyValues( aSourceProps ); in transfer()
2032 const beans::Property* pProps = aSourceProps.getConstArray(); in transfer()

Completed in 43 milliseconds