Lines Matching refs:XFrame

79 					const	css::uno::Reference< XFrame >&				xOwner			,  in OFrames()
106 void SAL_CALL OFrames::append( const css::uno::Reference< XFrame >& xFrame ) throw( RuntimeExceptio… in append()
132 void SAL_CALL OFrames::remove( const css::uno::Reference< XFrame >& xFrame ) throw( RuntimeExceptio… in remove()
159 Sequence< css::uno::Reference< XFrame > > SAL_CALL OFrames::queryFrames( sal_Int32 nSearchFlags ) t… in queryFrames()
169 Sequence< css::uno::Reference< XFrame > > seqFrames; in queryFrames()
173 css::uno::Reference< XFrame > xOwner( m_xOwner.get(), UNO_QUERY ); in queryFrames()
202 css::uno::Reference< XFrame > xParent( xOwner->getCreator(), UNO_QUERY ); in queryFrames()
205 Sequence< css::uno::Reference< XFrame > > seqParent( 1 ); in queryFrames()
215 Sequence< css::uno::Reference< XFrame > > seqSelf( 1 ); in queryFrames()
279 css::uno::Reference< XFrame > xOwner( m_xOwner.get(), UNO_QUERY ); in getCount()
310 css::uno::Reference< XFrame > xOwner( m_xOwner.get(), UNO_QUERY ); in getByIndex()
328 return ::getCppuType( (const css::uno::Reference< XFrame >*)NULL ); in getElementType()
343 css::uno::Reference< XFrame > xOwner( m_xOwner.get(), UNO_QUERY ); in hasElements()
369 m_xOwner = WeakReference< XFrame >(); in impl_resetObject()
377 void OFrames::impl_appendSequence( Sequence< css::uno::Reference< XFrame > >& seqDestination , in impl_appendSequence()
378 const Sequence< css::uno::Reference< XFrame > >& seqSource ) in impl_appendSequence()
383 const css::uno::Reference< XFrame >* pSourceAccess = seqSource.getConstArray(); in impl_appendSequence()
384 css::uno::Reference< XFrame >* pDestinationAccess = seqDestination.getArray(); in impl_appendSequence()
387 Sequence< css::uno::Reference< XFrame > > seqResult ( nSourceCount + nDestinationCount ); in impl_appendSequence()
388 css::uno::Reference< XFrame >* pResultAccess = seqResult.getArray(); in impl_appendSequence()
434 const css::uno::Reference< XFrame >& xOwner , in impldbg_checkParameter_OFramesCtor()
457 sal_Bool OFrames::impldbg_checkParameter_append( const css::uno::Reference< XFrame >& xFrame ) in impldbg_checkParameter_append()
476 sal_Bool OFrames::impldbg_checkParameter_remove( const css::uno::Reference< XFrame >& xFrame ) in impldbg_checkParameter_remove()