Lines Matching refs:xAgg
199 uno::Reference<lang::XComponent> lcl_GetComponent( const uno::Reference<uno::XAggregation>& xAgg ) in lcl_GetComponent() argument
202 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() argument
210 if ( xAgg.is() ) in lcl_GetText()
211 xAgg->queryAggregation( getCppuType((uno::Reference<text::XText>*) 0) ) >>= xRet; in lcl_GetText()
215 uno::Reference<text::XSimpleText> lcl_GetSimpleText( const uno::Reference<uno::XAggregation>& xAgg ) in lcl_GetSimpleText() argument
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() argument
226 if ( xAgg.is() ) in lcl_GetTextRange()
227 xAgg->queryAggregation( getCppuType((uno::Reference<text::XTextRange>*) 0) ) >>= xRet; in lcl_GetTextRange()