Home
last modified time | relevance | path

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

/AOO41X/main/framework/source/helper/
H A Doframes.cxx78 OFrames::OFrames( const css::uno::Reference< XMultiServiceFactory >& xFactory , in OFrames() function in framework::OFrames
97 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 …]
/AOO41X/main/framework/inc/helper/
H A Doframes.hxx86 class OFrames : private ThreadHelpBase , // Must be the first of baseclasses - Is necces… class
114OFrames( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ,
260 virtual ~OFrames();
/AOO41X/main/framework/source/services/
H A Ddesktop.cxx179OFrames* pFramesHelper = new OFrames( m_xFactory, this, &m_aChildTaskContainer ); in DEFINE_XINTERFACE_15()
H A Dframe.cxx222OFrames* pFramesHelper = new OFrames( m_xFactory, this, &m_aChildFrameContainer ); in DEFINE_XINTERFACE_21()