LibreOffice Module desktop (master) 1
Public Types | Static Public Member Functions | List of all members
CrashReporter Class Reference

Provides access to the crash reporter service. More...

#include <crashreport.hxx>

Public Types

enum  tAddKeyHandling {
  AddItem ,
  Write ,
  Create
}
 

Static Public Member Functions

static void addKeyValue (SAL_UNUSED_PARAMETER const OUString &, SAL_UNUSED_PARAMETER const OUString &, SAL_UNUSED_PARAMETER tAddKeyHandling)
 
static void setActiveSfxObjectName (SAL_UNUSED_PARAMETER const OUString &)
 
static OUString getActiveSfxObjectName ()
 
static void logUnoCommand (SAL_UNUSED_PARAMETER const OUString &)
 
static OUString getLoggedUnoCommands ()
 

Detailed Description

Provides access to the crash reporter service.

Valid keys are:

Definition at line 39 of file crashreport.hxx.

Member Enumeration Documentation

◆ tAddKeyHandling

Enumerator
AddItem 
Write 
Create 

Definition at line 47 of file crashreport.hxx.

Member Function Documentation

◆ addKeyValue()

static void CrashReporter::addKeyValue ( SAL_UNUSED_PARAMETER const OUString &  ,
SAL_UNUSED_PARAMETER const OUString &  ,
SAL_UNUSED_PARAMETER  tAddKeyHandling 
)
inlinestatic

Definition at line 102 of file crashreport.hxx.

Referenced by desktop::Desktop::OpenClients().

◆ getActiveSfxObjectName()

static OUString CrashReporter::getActiveSfxObjectName ( )
inlinestatic

Definition at line 104 of file crashreport.hxx.

◆ getLoggedUnoCommands()

static OUString CrashReporter::getLoggedUnoCommands ( )
inlinestatic

Definition at line 109 of file crashreport.hxx.

◆ logUnoCommand()

static void CrashReporter::logUnoCommand ( SAL_UNUSED_PARAMETER const OUString &  )
inlinestatic

Definition at line 108 of file crashreport.hxx.

◆ setActiveSfxObjectName()

static void CrashReporter::setActiveSfxObjectName ( SAL_UNUSED_PARAMETER const OUString &  )
inlinestatic

Definition at line 103 of file crashreport.hxx.


The documentation for this class was generated from the following file: