Searched refs:aSourceProps (Results 1 – 5 of 5) sorted by relevance
83 Sequence< Property > aSourceProps = xSourceProps->getProperties(); in copyProperties() local84 const Property* pSourceProps = aSourceProps.getConstArray(); in copyProperties()86 for (sal_Int32 i=0; i<aSourceProps.getLength(); ++i, ++pSourceProps) in copyProperties()
461 Sequence< Property > aSourceProps( xSourceInfo->getProperties() ); in lcl_transferProperties() local462 const Property* pSourceProps = aSourceProps.getConstArray(); in lcl_transferProperties()463 … const Property* pSourcePropsEnd = aSourceProps.getConstArray() + aSourceProps.getLength(); in lcl_transferProperties()
127 uno::Sequence< beans::PropertyValue > aSourceProps; in InsertMenu_Impl() local128 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()
1815 uno::Sequence< beans::Property > aSourceProps in transfer() local1817 sal_Int32 nCount = aSourceProps.getLength(); in transfer()1825 = xSource->getPropertyValues( aSourceProps ); in transfer()1830 const beans::Property* pProps = aSourceProps.getConstArray(); in transfer()
2017 uno::Sequence< beans::Property > aSourceProps in transfer() local2019 sal_Int32 nCount = aSourceProps.getLength(); in transfer()2027 = xSource->getPropertyValues( aSourceProps ); in transfer()2032 const beans::Property* pProps = aSourceProps.getConstArray(); in transfer()
Completed in 60 milliseconds