Home
last modified time | relevance | path

Searched refs:m_xAggProxy (Results 1 – 4 of 4) sorted by relevance

/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx112 OSL_ENSURE( m_xAggProxy.is(), in Storage()
115 if ( m_xAggProxy.is() ) in Storage()
125 m_xAggProxy->setDelegator( in Storage()
136 if ( m_xAggProxy.is() ) in ~Storage()
624 OSL_ENSURE( m_xAggProxy.is(), in OutputStream()
627 if ( m_xAggProxy.is() ) in OutputStream()
648 if ( m_xAggProxy.is() ) in ~OutputStream()
667 if ( m_xAggProxy.is() ) in queryInterface()
828 if ( m_xAggProxy.is() ) in Stream()
849 if ( m_xAggProxy.is() ) in ~Stream()
[all …]
H A Dtdoc_stgelems.hxx294 com::sun::star::uno::XAggregation > m_xAggProxy; member in tdoc_ucp::Storage
382 com::sun::star::uno::XAggregation > m_xAggProxy; member in tdoc_ucp::OutputStream
521 com::sun::star::uno::XAggregation > m_xAggProxy; member in tdoc_ucp::Stream
/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx393 Reference< XAggregation > m_xAggProxy; member in browsenodefactory::DefaultBrowseNode
412 m_xAggProxy = xProxyFac->createProxy( m_xWrappedBrowseNode ); in DefaultBrowseNode()
418 OSL_ENSURE( m_xAggProxy.is(), in DefaultBrowseNode()
421 if ( m_xAggProxy.is() ) in DefaultBrowseNode()
430 m_xAggProxy->setDelegator( in DefaultBrowseNode()
440 if ( m_xAggProxy.is() ) in ~DefaultBrowseNode()
442 m_xAggProxy->setDelegator( uno::Reference< uno::XInterface >() ); in ~DefaultBrowseNode()
510 if ( m_xAggProxy.is() ) in queryInterface()
512 return m_xAggProxy->queryAggregation( aType ); in queryInterface()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx114 Reference< XAggregation > m_xAggProxy; member in DocObjectWrapper
180 m_xAggProxy = xProxyFac->createProxy( xIf ); in DocObjectWrapper()
188 if ( m_xAggProxy.is() ) in DocObjectWrapper()
197 m_xAggProxy->setDelegator( static_cast< cppu::OWeakObject * >( this ) ); in DocObjectWrapper()
404 else if ( m_xAggProxy.is() ) in queryInterface()
405 aRet = m_xAggProxy->queryAggregation( aType ); in queryInterface()

Completed in 38 milliseconds