Home
last modified time | relevance | path

Searched refs:ShutdownIcon (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx106 ShutdownIcon::LeaveModalMode(); in dispatchFinished()
117 ShutdownIcon* ShutdownIcon::pShutdownIcon = NULL;
219 void ShutdownIcon::initSystray() in initSystray()
249 ShutdownIcon::ShutdownIcon( Reference< XMultiServiceFactory > aSMgr ) : in ShutdownIcon() function in ShutdownIcon
265 ShutdownIcon::~ShutdownIcon() in ~ShutdownIcon()
311 void ShutdownIcon::FileOpen() in FileOpen()
323 void ShutdownIcon::FromTemplate() in FromTemplate()
621 ShutdownIcon* ShutdownIcon::getInstance() in getInstance()
629 ShutdownIcon* ShutdownIcon::createInstance() in createInstance()
634 ShutdownIcon *pIcon = NULL; in createInstance()
[all …]
H A Dshutdowniconw32.cxx206 ShutdownIcon *pShutdownIcon = ShutdownIcon::getInstance(); in createSystrayMenu()
316 if( ShutdownIcon::getInstance() ) in addTaskbarIcon()
519 ShutdownIcon::FileOpen(); in executerWndProc()
546 if ( !ShutdownIcon::bModalMode && checkOEM()) in executerWndProc()
547 ShutdownIcon::FromTemplate(); in executerWndProc()
551 ShutdownIcon::SetAutostart( !ShutdownIcon::GetAutostart() ); in executerWndProc()
556 if ( !ShutdownIcon::bModalMode ) in executerWndProc()
557 ShutdownIcon::terminateDesktop(); in executerWndProc()
602 if ( ShutdownIcon::IsQuickstarterInstalled() ) in win32_init_sys_tray()
659 if ( ShutdownIcon::IsQuickstarterInstalled() ) in win32_shutdown_sys_tray()
[all …]
H A Dshutdowniconunx.cxx66 ShutdownIcon::OpenURL( *(OUString *)data, in open_url_cb()
72 if ( !ShutdownIcon::bModalMode ) in open_file_cb()
73 ShutdownIcon::FileOpen(); in open_file_cb()
78 if ( !ShutdownIcon::bModalMode ) in open_template_cb()
79 ShutdownIcon::FromTemplate(); in open_template_cb()
84 ShutdownIcon::SetAutostart( false ); in systray_disable_cb()
85 ShutdownIcon::terminateDesktop(); in systray_disable_cb()
170 ShutdownIcon *pShutdownIcon = ShutdownIcon::getInstance(); in add_item()
240 ShutdownIcon *pShutdownIcon = ShutdownIcon::getInstance(); in populate_menu()
308 bool bModal = ShutdownIcon::bModalMode; in refresh_menu()
[all …]
H A Dshutdownicon.hxx73 class SFX2_DLLPUBLIC ShutdownIcon : public ShutdownIconServiceBase class
83 static ShutdownIcon *pShutdownIcon; // one instance
103ShutdownIcon( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > aSM…
105 virtual ~ShutdownIcon();
107 DECL_STATIC_LINK( ShutdownIcon, AsyncDesktopTermination, AsyncDesktopTerminationData* );
111 static ShutdownIcon* getInstance();
112 static ShutdownIcon* createInstance();
140 static long DialogClosedHdl_Impl( ShutdownIcon*, sfx2::FileDialogHelper* );
H A Dshutdowniconaqua.mm81 ShutdownIcon::FileOpen();
84ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( WRITER_URL ) ), OUString( RTL_CONSTA…
87ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( CALC_URL ) ), OUString( RTL_CONSTASC…
90ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( IMPRESS_URL ) ), OUString( RTL_CONST…
93ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( DRAW_URL ) ), OUString( RTL_CONSTASC…
96ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( BASE_URL ) ), OUString( RTL_CONSTASC…
99ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( MATH_URL ) ), OUString( RTL_CONSTASC…
102 ShutdownIcon::FromTemplate();
121 bool ShutdownIcon::IsQuickstarterInstalled()
296ShutdownIcon::OpenURL( rRecentFile.aURL, OUString( RTL_CONSTASCII_USTRINGPARAM( "_default" ) ), aA…
[all …]
H A DshutdowniconOs2.cxx50 bool ShutdownIcon::IsQuickstarterInstalled() in IsQuickstarterInstalled()
61 void ShutdownIcon::SetAutostartOs2( bool bActivate ) in SetAutostartOs2()
82 bool ShutdownIcon::GetAutostartOs2( ) in GetAutostartOs2()
H A Dappcfg.cxx324 if ( ShutdownIcon::IsQuickstarterInstalled() ) in GetOptions()
327 ShutdownIcon::GetAutostart() ) ) ) in GetOptions()
747 ShutdownIcon::SetAutostart( ( (const SfxBoolItem*)pItem )->GetValue() != sal_False ); in SetOptions_Impl()
H A Dappuno.cxx2251 IF_NAME_CREATECOMPONENTFACTORY( ShutdownIcon ) in component_getFactory()

Completed in 70 milliseconds