Searched refs:OFrames (Results 1 – 4 of 4) sorted by relevance
78 OFrames::OFrames( const css::uno::Reference< XMultiServiceFactory >& xFactory , in OFrames() function in framework::OFrames97 OFrames::~OFrames() 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()269 sal_Int32 SAL_CALL OFrames::getCount() throw( RuntimeException ) in getCount()293 Any SAL_CALL OFrames::getByIndex( sal_Int32 nIndex ) throw( IndexOutOfBoundsException , in getByIndex()325 Type SAL_CALL OFrames::getElementType() throw( RuntimeException ) in getElementType()334 sal_Bool SAL_CALL OFrames::hasElements() throw( RuntimeException ) in hasElements()360 void OFrames::impl_resetObject() in impl_resetObject()[all …]
86 class OFrames : private ThreadHelpBase , // Must be the first of baseclasses - Is necces… class114 … OFrames( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ,260 virtual ~OFrames();
179 … OFrames* pFramesHelper = new OFrames( m_xFactory, this, &m_aChildTaskContainer ); in DEFINE_XINTERFACE_15()
222 … OFrames* pFramesHelper = new OFrames( m_xFactory, this, &m_aChildFrameContainer ); in DEFINE_XINTERFACE_21()