Searched refs:lN (Results 1 – 1 of 1) sorted by relevance
98 css::uno::Sequence< css::beans::NamedValue > lN; in operator <<() local99 if (aSource >>= lN) in operator <<()101 (*this) << lN; in operator <<()139 css::beans::NamedValue lN; in operator <<() local140 if (lSource[i] >>= lN) in operator <<()143 (lN.Name.isEmpty()) || in operator <<()144 (!lN.Value.hasValue()) in operator <<()149 (*this)[lN.Name] = lN.Value; in operator <<()
Completed in 14 milliseconds