Lines Matching refs:lSource
58 SequenceAsHashMap::SequenceAsHashMap(const css::uno::Sequence< css::uno::Any >& lSource) in SequenceAsHashMap() argument
60 (*this) << lSource; in SequenceAsHashMap()
66 SequenceAsHashMap::SequenceAsHashMap(const css::uno::Sequence< css::beans::PropertyValue >& lSource) in SequenceAsHashMap() argument
68 (*this) << lSource; in SequenceAsHashMap()
74 SequenceAsHashMap::SequenceAsHashMap(const css::uno::Sequence< css::beans::NamedValue >& lSource) in SequenceAsHashMap() argument
76 (*this) << lSource; in SequenceAsHashMap()
118 void SequenceAsHashMap::operator<<(const css::uno::Sequence< css::uno::Any >& lSource) in operator <<() argument
120 sal_Int32 c = lSource.getLength(); in operator <<()
126 if (lSource[i] >>= lP) in operator <<()
140 if (lSource[i] >>= lN) in operator <<()
154 if (lSource[i].hasValue()) in operator <<()
164 void SequenceAsHashMap::operator<<(const css::uno::Sequence< css::beans::PropertyValue >& lSource) in operator <<() argument
168 sal_Int32 c = lSource.getLength(); in operator <<()
169 const css::beans::PropertyValue* pSource = lSource.getConstArray(); in operator <<()
178 void SequenceAsHashMap::operator<<(const css::uno::Sequence< css::beans::NamedValue >& lSource) in operator <<() argument
182 sal_Int32 c = lSource.getLength(); in operator <<()
183 const css::beans::NamedValue* pSource = lSource.getConstArray(); in operator <<()