Lines Matching refs:xOwner

79 					const	css::uno::Reference< XFrame >&				xOwner			,  in OFrames()
85 , m_xOwner ( xOwner ) in OFrames()
91 …LOG_ASSERT( impldbg_checkParameter_OFramesCtor( xFactory, xOwner, pFrameContainer ), "OFrames::OFr… in OFrames()
117 css::uno::Reference< XFramesSupplier > xOwner( m_xOwner.get(), UNO_QUERY ); in append()
118 if ( xOwner.is() == sal_True ) in append()
123 xFrame->setCreator( xOwner ); in append()
126 …LOG_ASSERT( !(xOwner.is()==sal_False), "OFrames::append()\nOuer owner is dead - you can't append a… in append()
143 css::uno::Reference< XFramesSupplier > xOwner( m_xOwner.get(), UNO_QUERY ); in remove()
144 if ( xOwner.is() == sal_True ) in remove()
153 …LOG_ASSERT( !(xOwner.is()==sal_False), "OFrames::remove()\nOuer owner is dead - you can't remove a… in remove()
173 css::uno::Reference< XFrame > xOwner( m_xOwner.get(), UNO_QUERY ); in queryFrames() local
174 if ( xOwner.is() == sal_True ) in queryFrames()
202 css::uno::Reference< XFrame > xParent( xOwner->getCreator(), UNO_QUERY ); in queryFrames()
216 seqSelf[0] = xOwner; in queryFrames()
228 css::uno::Reference< XFramesSupplier > xParent( xOwner->getCreator(), UNO_QUERY ); in queryFrames()
260 …LOG_ASSERT( !(xOwner.is()==sal_False), "OFrames::queryFrames()\nOuer owner is dead - you can't que… in queryFrames()
279 css::uno::Reference< XFrame > xOwner( m_xOwner.get(), UNO_QUERY ); in getCount() local
280 if ( xOwner.is() == sal_True ) in getCount()
310 css::uno::Reference< XFrame > xOwner( m_xOwner.get(), UNO_QUERY ); in getByIndex() local
311 if ( xOwner.is() == sal_True ) in getByIndex()
343 css::uno::Reference< XFrame > xOwner( m_xOwner.get(), UNO_QUERY ); in hasElements() local
344 if ( xOwner.is() == sal_True ) in hasElements()
434 const css::uno::Reference< XFrame >& xOwner , in impldbg_checkParameter_OFramesCtor()
442 ( &xOwner == NULL ) || in impldbg_checkParameter_OFramesCtor()
444 ( xOwner.is() == sal_False ) || in impldbg_checkParameter_OFramesCtor()