Lines Matching refs:getInstance
275 if ( getInstance() && getInstance()->m_xDesktop.is() ) in OpenURL()
277 Reference < XDispatchProvider > xDispatchProvider( getInstance()->m_xDesktop, UNO_QUERY ); in OpenURL()
313 if ( getInstance() && getInstance()->m_xDesktop.is() ) in FileOpen()
317 getInstance()->StartFileDialog(); in FileOpen()
325 if ( getInstance() && getInstance()->m_xDesktop.is() ) in FromTemplate()
327 …Reference < ::com::sun::star::frame::XFramesSupplier > xDesktop ( getInstance()->m_xDesktop, UNO_Q… in FromTemplate()
560 ShutdownIcon* pInst = getInstance(); in addTerminateListener()
579 ShutdownIcon* pInst = getInstance(); in terminateDesktop()
621 ShutdownIcon* ShutdownIcon::getInstance() in getInstance() function in ShutdownIcon
744 ShutdownIcon::getInstance()->SetVeto( true ); in initialize()
745 ShutdownIcon::getInstance()->addTerminateListener(); in initialize()
926 ShutdownIcon *pIcon = getInstance(); in SetAutostart()