Searched refs:lP (Results 1 – 1 of 1) sorted by relevance
105 css::uno::Sequence< css::beans::PropertyValue > lP; in operator <<() local106 if (aSource >>= lP) in operator <<()108 (*this) << lP; in operator <<()125 css::beans::PropertyValue lP; in operator <<() local126 if (lSource[i] >>= lP) in operator <<()129 (lP.Name.isEmpty()) || in operator <<()130 (!lP.Value.hasValue()) in operator <<()135 (*this)[lP.Name] = lP.Value; in operator <<()
Completed in 7 milliseconds