Lines Matching refs:m_xModel
172 m_xModel = xModel; in CreateModelFromURL()
500 xExistingModel = m_xModel; in Open()
563 if ( !m_xModel.is() ) in Close()
565 xModel = m_xModel; in Close()
566 m_xModel = uno::Reference< frame::XModel >(); in Close()
605 if ( aEvent.Source == m_xModel && aEvent.EventName.equalsAscii( "OnSaveAsDone" ) ) in notifyEvent()
608 xModel = m_xModel; in notifyEvent()
609 m_xModel = uno::Reference< frame::XModel >(); in notifyEvent()
645 if ( Source.Source == m_xModel ) in notifyClosing()
646 m_xModel = uno::Reference< frame::XModel >(); in notifyClosing()
654 if ( Source.Source == m_xModel ) in disposing()
655 m_xModel = uno::Reference< frame::XModel >(); in disposing()