Searched refs:ShutdownIcon (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdownicon.cxx | 106 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 D | shutdowniconw32.cxx | 206 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 D | shutdowniconunx.cxx | 66 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 D | shutdownicon.hxx | 73 class SFX2_DLLPUBLIC ShutdownIcon : public ShutdownIconServiceBase class 83 static ShutdownIcon *pShutdownIcon; // one instance 103 …ShutdownIcon( ::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 D | shutdowniconaqua.mm | 81 ShutdownIcon::FileOpen(); 84 …ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( WRITER_URL ) ), OUString( RTL_CONSTA… 87 …ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( CALC_URL ) ), OUString( RTL_CONSTASC… 90 …ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( IMPRESS_URL ) ), OUString( RTL_CONST… 93 …ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( DRAW_URL ) ), OUString( RTL_CONSTASC… 96 …ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( BASE_URL ) ), OUString( RTL_CONSTASC… 99 …ShutdownIcon::OpenURL( OUString( RTL_CONSTASCII_USTRINGPARAM( MATH_URL ) ), OUString( RTL_CONSTASC… 102 ShutdownIcon::FromTemplate(); 121 bool ShutdownIcon::IsQuickstarterInstalled() 296 …ShutdownIcon::OpenURL( rRecentFile.aURL, OUString( RTL_CONSTASCII_USTRINGPARAM( "_default" ) ), aA… [all …]
|
H A D | shutdowniconOs2.cxx | 50 bool ShutdownIcon::IsQuickstarterInstalled() in IsQuickstarterInstalled() 61 void ShutdownIcon::SetAutostartOs2( bool bActivate ) in SetAutostartOs2() 82 bool ShutdownIcon::GetAutostartOs2( ) in GetAutostartOs2()
|
H A D | appcfg.cxx | 314 if ( ShutdownIcon::IsQuickstarterInstalled() ) in GetOptions() 317 ShutdownIcon::GetAutostart() ) ) ) in GetOptions() 727 ShutdownIcon::SetAutostart( ( (const SfxBoolItem*)pItem )->GetValue() != sal_False ); in SetOptions_Impl()
|
H A D | appuno.cxx | 2251 IF_NAME_CREATECOMPONENTFACTORY( ShutdownIcon ) in component_getFactory()
|
Completed in 48 milliseconds