Searched refs:xAgg (Results 1 – 7 of 7) sorted by relevance
199 uno::Reference<lang::XComponent> lcl_GetComponent( const uno::Reference<uno::XAggregation>& xAgg ) in lcl_GetComponent() argument202 if ( xAgg.is() ) in lcl_GetComponent()203 xAgg->queryAggregation( getCppuType((uno::Reference<lang::XComponent>*) 0) ) >>= xRet; in lcl_GetComponent()207 uno::Reference<text::XText> lcl_GetText( const uno::Reference<uno::XAggregation>& xAgg ) in lcl_GetText() argument210 if ( xAgg.is() ) in lcl_GetText()211 xAgg->queryAggregation( getCppuType((uno::Reference<text::XText>*) 0) ) >>= xRet; in lcl_GetText()218 if ( xAgg.is() ) in lcl_GetSimpleText()219 xAgg->queryAggregation( getCppuType((uno::Reference<text::XSimpleText>*) 0) ) >>= xRet; in lcl_GetSimpleText()223 uno::Reference<text::XTextRange> lcl_GetTextRange( const uno::Reference<uno::XAggregation>& xAgg ) in lcl_GetTextRange() argument226 if ( xAgg.is() ) in lcl_GetTextRange()[all …]
158 Reference< XAggregation > xAgg( xProxyFac->createProxy( xTarget ) ); in create() local160 that->m_xProxyTarget.set( xAgg, UNO_QUERY_THROW ); in create()
389 Reference< XAggregation > xAgg( xg, UNO_QUERY ); in dotest() local390 if (xAgg.is()) in dotest()
344 Reference<XAggregation> xAgg = xProxyFactory->createProxy(_rxMaster.get()); in DBG_NAME() local345 setDelegation(xAgg,m_refCount); in DBG_NAME()
399 Reference< XAggregation > xAgg( xCloneAccess, UNO_QUERY ); in createInstance() local400 if ( xAgg.is() ) in createInstance()405 xAgg.clear(); in createInstance()
455 uno::Reference< uno::XAggregation > xAgg = pSwXShape->GetAggregationInterface(); in select() local456 if(xAgg.is()) in select()
635 uno::Reference< uno::XAggregation > xAgg = pShape->GetAggregationInterface(); in add() local
Completed in 147 milliseconds