LibreOffice Module desktop (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
desktop::UnxSplashScreen Class Reference

#include <unxsplash.hxx>

Inheritance diagram for desktop::UnxSplashScreen:
[legend]
Collaboration diagram for desktop::UnxSplashScreen:
[legend]

Public Member Functions

 UnxSplashScreen ()
 
virtual void SAL_CALL start (const OUString &aText, sal_Int32 nRange) override
 
virtual void SAL_CALL end () override
 
virtual void SAL_CALL reset () override
 
virtual void SAL_CALL setText (const OUString &aText) override
 
virtual void SAL_CALL setValue (sal_Int32 nValue) override
 
virtual void SAL_CALL initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (OUString const &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Member Functions

 UnxSplashScreen (const UnxSplashScreen &)=delete
 
UnxSplashScreen operator= (const UnxSplashScreen &)=delete
 
virtual ~UnxSplashScreen () override
 

Private Attributes

FILE * m_pOutFd
 

Detailed Description

Definition at line 21 of file unxsplash.hxx.

Constructor & Destructor Documentation

◆ UnxSplashScreen() [1/2]

desktop::UnxSplashScreen::UnxSplashScreen ( const UnxSplashScreen )
privatedelete

◆ ~UnxSplashScreen()

desktop::UnxSplashScreen::~UnxSplashScreen ( )
overrideprivatevirtual

Definition at line 36 of file unxsplash.cxx.

References m_pOutFd, and SAL_INFO.

◆ UnxSplashScreen() [2/2]

desktop::UnxSplashScreen::UnxSplashScreen ( )
explicit

Definition at line 31 of file unxsplash.cxx.

Member Function Documentation

◆ end()

void SAL_CALL desktop::UnxSplashScreen::end ( )
overridevirtual

Definition at line 50 of file unxsplash.cxx.

References m_pOutFd, and SAL_INFO.

◆ getImplementationName()

OUString desktop::UnxSplashScreen::getImplementationName ( )
overridevirtual

Definition at line 104 of file unxsplash.cxx.

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > desktop::UnxSplashScreen::getSupportedServiceNames ( )
overridevirtual

Definition at line 114 of file unxsplash.cxx.

◆ initialize()

void SAL_CALL desktop::UnxSplashScreen::initialize ( const css::uno::Sequence< css::uno::Any > &  aArguments)
overridevirtual

Definition at line 86 of file unxsplash.cxx.

References i, m_pOutFd, and SAL_INFO.

◆ operator=()

UnxSplashScreen desktop::UnxSplashScreen::operator= ( const UnxSplashScreen )
privatedelete

◆ reset()

void SAL_CALL desktop::UnxSplashScreen::reset ( )
overridevirtual

Definition at line 60 of file unxsplash.cxx.

References m_pOutFd, and SAL_INFO.

◆ setText()

void SAL_CALL desktop::UnxSplashScreen::setText ( const OUString &  aText)
overridevirtual

Definition at line 70 of file unxsplash.cxx.

◆ setValue()

void SAL_CALL desktop::UnxSplashScreen::setValue ( sal_Int32  nValue)
overridevirtual

Definition at line 75 of file unxsplash.cxx.

References m_pOutFd, and nValue.

◆ start()

void SAL_CALL desktop::UnxSplashScreen::start ( const OUString &  aText,
sal_Int32  nRange 
)
overridevirtual

Definition at line 46 of file unxsplash.cxx.

◆ supportsService()

sal_Bool desktop::UnxSplashScreen::supportsService ( OUString const &  ServiceName)
overridevirtual

Definition at line 109 of file unxsplash.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_pOutFd

FILE* desktop::UnxSplashScreen::m_pOutFd
private

Definition at line 29 of file unxsplash.hxx.

Referenced by end(), initialize(), reset(), setValue(), and ~UnxSplashScreen().


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