TFrameContainerm_aContainer;/// list to hold all frames
css::uno::Reference<css::frame::XFrame>m_xActiveFrame;/// one container item can be the current active frame. Its neccessary for Desktop or Frame implementation.
::vos::ORef<AsyncQuit>m_rQuitTimer;/// if an instance of these class used by desktop and last frame will be removed we must terminate the desktop
LOG_ASSERT2(xFrame.is()==sal_True&&exist(xFrame)==sal_False,"FrameContainer::setActive()","The new active frame is not a member of current container!You cant activate it.")