Lines Matching refs:aRet

214 	uno::Any aRet;  in queryInterface()  local
217 aRet <<= uno::Reference< text::XText >(this); in queryInterface()
221 aRet <<= uno::Reference< text::XSimpleText >(this); in queryInterface()
225 aRet <<= uno::Reference< text::XTextRange>(this); in queryInterface()
229 aRet <<= uno::Reference< text::XTextRangeCompare >(this); in queryInterface()
233 aRet <<= uno::Reference< lang::XTypeProvider >(this); in queryInterface()
237 aRet <<= uno::Reference< text::XRelativeTextContentInsert >(this); in queryInterface()
241 aRet <<= uno::Reference< text::XRelativeTextContentRemove >(this); in queryInterface()
245 aRet <<= uno::Reference< beans::XPropertySet >(this); in queryInterface()
249 aRet <<= uno::Reference< lang::XUnoTunnel >(this); in queryInterface()
253 aRet <<= uno::Reference< text::XTextAppendAndConvert >(this); in queryInterface()
257 aRet <<= uno::Reference< text::XTextAppend >(this); in queryInterface()
261 aRet <<= uno::Reference< text::XTextPortionAppend >(this); in queryInterface()
265 aRet <<= uno::Reference< text::XParagraphAppend >(this); in queryInterface()
269 aRet <<= uno::Reference< text::XTextConvert >(this); in queryInterface()
273 aRet <<= uno::Reference< text::XTextContentAppend >(this); in queryInterface()
277 aRet <<= uno::Reference< text::XTextCopy >( this ); in queryInterface()
279 return aRet; in queryInterface()
287 uno::Sequence< uno::Type > aRet(12); in getTypes() local
288 uno::Type* pTypes = aRet.getArray(); in getTypes()
302 return aRet; in getTypes()
1224 uno::Any aRet; in getPropertyValue() local
1245 aRet <<= SwXRedlinePortion::CreateRedlineProperties( in getPropertyValue()
1254 return aRet; in getPropertyValue()
2456 uno::Any aRet; in queryAggregation() local
2459 aRet <<= uno::Reference< container::XEnumerationAccess >(this); in queryAggregation()
2463 aRet <<= uno::Reference< container::XElementAccess >(this); in queryAggregation()
2467 aRet <<= uno::Reference< lang::XServiceInfo >(this); in queryAggregation()
2471 aRet = SwXText::queryInterface( rType ); in queryAggregation()
2473 if(aRet.getValueType() == ::getCppuVoidType()) in queryAggregation()
2475 aRet = OWeakAggObject::queryAggregation( rType ); in queryAggregation()
2477 return aRet; in queryAggregation()