Lines Matching refs:m_xFrame
121 m_xFrame,uno::UNO_QUERY); in LoadDocInFrame()
350 if ( !m_xFrame.is() ) in InPlaceActivate()
374 if(m_xFrame.is()) in InPlaceActivate()
375 m_xFrame->activate(); in InPlaceActivate()
380 m_xFrame = uno::Reference<frame::XFrame>( in InPlaceActivate()
384 if(!m_xFrame.is()) in InPlaceActivate()
387 m_xFrame->initialize(m_xEditWindow); in InPlaceActivate()
390 xDPI(m_xFrame,uno::UNO_QUERY); in InPlaceActivate()
394 uno::Reference<beans::XPropertySet> xPS(m_xFrame,uno::UNO_QUERY); in InPlaceActivate()
414 xDesktop->getFrames()->append(m_xFrame); in InPlaceActivate()
476 if(m_xFrame.is()) m_xFrame->deactivate(); in InPlaceDeactivate()
706 m_xFrame, uno::UNO_QUERY_THROW ); in DisconnectFrameDocument()
714 m_xFrame = uno::Reference< frame::XFrame>(); in DisconnectFrameDocument()
747 m_xFrame, uno::UNO_QUERY_THROW ); in CloseFrame()
754 m_xFrame,uno::UNO_QUERY); in CloseFrame()
762 uno::Reference<lang::XComponent> xComp(m_xFrame,uno::UNO_QUERY); in CloseFrame()
767 m_xFrame = uno::Reference< frame::XFrame >(); in CloseFrame()
796 if ( m_xFrame.is() && m_xFactory.is() ) in ExecuteSuspendCloseFrame()
800 uno::Reference< frame::XController > xController = m_xFrame->getController(); in ExecuteSuspendCloseFrame()
809 uno::Reference<util::XCloseable> xCloseable( m_xFrame, uno::UNO_QUERY ); in ExecuteSuspendCloseFrame()
814 uno::Reference<lang::XComponent> xComp( m_xFrame, uno::UNO_QUERY_THROW ); in ExecuteSuspendCloseFrame()
830 m_xFrame = uno::Reference< frame::XFrame >(); in ExecuteSuspendCloseFrame()
838 if(! m_xFrame.is() ) in DocumentFrame()
854 m_xFrame = xFrame->findFrame( in DocumentFrame()
858 m_xFrame, uno::UNO_QUERY ); in DocumentFrame()
867 if( m_xFrame.is() ) in DocumentFrame()
871 xDPI(m_xFrame,uno::UNO_QUERY); in DocumentFrame()
876 return m_xFrame; in DocumentFrame()
914 if(m_xFrame.is()) in show()
916 m_xFrame->activate(); in show()
918 m_xFrame->getContainerWindow(),uno::UNO_QUERY); in show()
927 uno::Reference< beans::XPropertySet > xProps( m_xFrame, uno::UNO_QUERY ); in show()
969 if ( m_xFrame.is() && aDocLock.GetEmbedDocument() ) in resizeWin()
972 m_xFrame->getContainerWindow(), uno::UNO_QUERY ); in resizeWin()
1018 if(m_xFrame.is()) in setTitle()
1069 m_xFrame,uno::UNO_QUERY); in setTitle()
1116 if(m_xFrame.is()) m_xFrame->deactivate(); in hide()
1503 if( m_xFrame.is() && m_xFrame == aSource.Source ) in disposing()
1504 m_xFrame = uno::Reference< frame::XFrame >(); in disposing()
1518 …&& ( m_xDocument.is() && m_xDocument == aSource.Source || m_xFrame.is() && m_xFrame == aSource.Sou… in queryClosing()
1542 m_xFrame = uno::Reference< frame::XFrame >(); in notifyClosing()
1548 else if( m_xFrame.is() && m_xFrame == aSource.Source ) in notifyClosing()
1549 m_xFrame = uno::Reference< frame::XFrame >(); in notifyClosing()