Home
last modified time | relevance | path

Searched refs:eSoundType (Results 1 – 13 of 13) sorted by path

/aoo41x/main/svx/inc/
H A Dgalobj.hxx120 GalSoundType eSoundType; member in SgaObjectSound
135 GalSoundType GetSoundType() const { return eSoundType; } in GetSoundType()
/aoo41x/main/svx/source/gallery2/
H A Dgalobj.cxx369 eSoundType( SOUND_STANDARD ) in DBG_NAME()
378 eSoundType( SOUND_STANDARD ) in SgaObjectSound()
406 switch( eSoundType ) in GetThumbBmp()
432 rOut << (sal_uInt16) eSoundType << ByteString( aTitle, RTL_TEXTENCODING_UTF8 ); in WriteData()
446 rIn >> nTmp16; eSoundType = (GalSoundType) nTmp16; in ReadData()
/aoo41x/main/vcl/aqua/source/window/
H A Dsalframe.cxx1340 void AquaSalFrame::Beep( SoundType eSoundType ) in Beep() argument
1342 switch( eSoundType ) in Beep()
/aoo41x/main/vcl/inc/aqua/
H A Dsalframe.h147 virtual void Beep( SoundType eSoundType );
/aoo41x/main/vcl/inc/os2/
H A Dsalframe.h142 virtual void Beep( SoundType eSoundType );
/aoo41x/main/vcl/inc/
H A Dsalframe.hxx229 virtual void Beep( SoundType eSoundType ) = 0;
/aoo41x/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx361 virtual void Beep( SoundType eSoundType );
/aoo41x/main/vcl/inc/unx/
H A Dsalframe.h255 virtual void Beep( SoundType eSoundType );
/aoo41x/main/vcl/inc/win/
H A Dsalframe.h130 virtual void Beep( SoundType eSoundType );
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx2295 void Os2SalFrame::Beep( SoundType eSoundType ) in Beep() argument
2312 debug_printf("Os2SalFrame::Beep %d\n", eSoundType); in Beep()
2313 WinAlarm( HWND_DESKTOP, aImplSoundTab[eSoundType] ); in Beep()
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx2789 void X11SalFrame::Beep( SoundType eSoundType ) // not fully suported in Beep() argument
2791 switch( eSoundType ) in Beep()
/aoo41x/main/vcl/unx/headless/
H A Dsvpframe.hxx108 virtual void Beep( SoundType eSoundType );
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3176 void WinSalFrame::Beep( SoundType eSoundType ) in Beep() argument
3187 if( eSoundType != SOUND_DISABLE ) // don't beep on disable in Beep()
3188 MessageBeep( aImplSoundTab[eSoundType] ); in Beep()

Completed in 87 milliseconds