Home
last modified time | relevance | path

Searched refs:xAgg (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx199 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()
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()
[all …]
/trunk/main/stoc/test/
H A Dtestproxyfac.cxx158 Reference< XAggregation > xAgg( xProxyFac->createProxy( xTarget ) ); in create() local
160 that->m_xProxyTarget.set( xAgg, UNO_QUERY_THROW ); in create()
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx389 Reference< XAggregation > xAgg( xg, UNO_QUERY ); in dotest() local
390 if (xAgg.is()) in dotest()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx344 Reference<XAggregation> xAgg = xProxyFactory->createProxy(_rxMaster.get()); in DBG_NAME() local
345 setDelegation(xAgg,m_refCount); in DBG_NAME()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx399 Reference< XAggregation > xAgg( xCloneAccess, UNO_QUERY ); in createInstance() local
400 if ( xAgg.is() ) in createInstance()
405 xAgg.clear(); in createInstance()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx455 uno::Reference< uno::XAggregation > xAgg = pSwXShape->GetAggregationInterface(); in select() local
456 if(xAgg.is()) in select()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx635 uno::Reference< uno::XAggregation > xAgg = pShape->GetAggregationInterface(); in add() local

Completed in 110 milliseconds