Searched refs:m_xAggProxy (Results 1 – 4 of 4) sorted by relevance
112 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 …]
294 com::sun::star::uno::XAggregation > m_xAggProxy; member in tdoc_ucp::Storage382 com::sun::star::uno::XAggregation > m_xAggProxy; member in tdoc_ucp::OutputStream521 com::sun::star::uno::XAggregation > m_xAggProxy; member in tdoc_ucp::Stream
393 Reference< XAggregation > m_xAggProxy; member in browsenodefactory::DefaultBrowseNode412 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()
114 Reference< XAggregation > m_xAggProxy; member in DocObjectWrapper180 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 36 milliseconds