Lines Matching refs:m_xModel
175 m_xModel = xModel; in CreateModelFromURL()
504 xExistingModel = m_xModel; in Open()
567 if ( !m_xModel.is() ) in Close()
569 xModel = m_xModel; in Close()
570 m_xModel = uno::Reference< frame::XModel >(); in Close()
609 if ( aEvent.Source == m_xModel && aEvent.EventName.equalsAscii( "OnSaveAsDone" ) ) in notifyEvent()
612 xModel = m_xModel; in notifyEvent()
613 m_xModel = uno::Reference< frame::XModel >(); in notifyEvent()
649 if ( Source.Source == m_xModel ) in notifyClosing()
650 m_xModel = uno::Reference< frame::XModel >(); in notifyClosing()
658 if ( Source.Source == m_xModel ) in disposing()
659 m_xModel = uno::Reference< frame::XModel >(); in disposing()