summaryrefslogtreecommitdiff
path: root/svx/source/sdr/contact/sdrmediawindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/contact/sdrmediawindow.cxx')
-rw-r--r--svx/source/sdr/contact/sdrmediawindow.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/sdr/contact/sdrmediawindow.cxx b/svx/source/sdr/contact/sdrmediawindow.cxx
index 57ae8d38b8fb..3313eedf53a2 100644
--- a/svx/source/sdr/contact/sdrmediawindow.cxx
+++ b/svx/source/sdr/contact/sdrmediawindow.cxx
@@ -30,7 +30,7 @@ namespace sdr { namespace contact {
// - SdrMediaWindow -
-SdrMediaWindow::SdrMediaWindow( Window* pParent, ViewObjectContactOfSdrMediaObj& rViewObjContact ) :
+SdrMediaWindow::SdrMediaWindow( vcl::Window* pParent, ViewObjectContactOfSdrMediaObj& rViewObjContact ) :
::avmedia::MediaWindow( pParent, false ),
mrViewObjectContactOfSdrMediaObj( rViewObjContact )
{
@@ -46,7 +46,7 @@ SdrMediaWindow::~SdrMediaWindow()
void SdrMediaWindow::MouseMove( const MouseEvent& rMEvt )
{
- Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
+ vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
if( pWindow && getWindow() )
{
@@ -62,7 +62,7 @@ void SdrMediaWindow::MouseMove( const MouseEvent& rMEvt )
void SdrMediaWindow::MouseButtonDown( const MouseEvent& rMEvt )
{
- Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
+ vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
if( pWindow && getWindow() )
{
@@ -77,7 +77,7 @@ void SdrMediaWindow::MouseButtonDown( const MouseEvent& rMEvt )
void SdrMediaWindow::MouseButtonUp( const MouseEvent& rMEvt )
{
- Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
+ vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
if( pWindow && getWindow() )
{
@@ -92,7 +92,7 @@ void SdrMediaWindow::MouseButtonUp( const MouseEvent& rMEvt )
void SdrMediaWindow::KeyInput( const KeyEvent& rKEvt )
{
- Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
+ vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
if( pWindow )
pWindow->KeyInput( rKEvt );
@@ -102,7 +102,7 @@ void SdrMediaWindow::KeyInput( const KeyEvent& rKEvt )
void SdrMediaWindow::KeyUp( const KeyEvent& rKEvt )
{
- Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
+ vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
if( pWindow )
pWindow->KeyUp( rKEvt );
@@ -112,7 +112,7 @@ void SdrMediaWindow::KeyUp( const KeyEvent& rKEvt )
void SdrMediaWindow::Command( const CommandEvent& rCEvt )
{
- Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
+ vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
if( pWindow && getWindow() )
{
@@ -127,7 +127,7 @@ void SdrMediaWindow::Command( const CommandEvent& rCEvt )
sal_Int8 SdrMediaWindow::AcceptDrop( const AcceptDropEvent& rEvt )
{
- Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
+ vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
sal_Int8 nRet = DND_ACTION_NONE;
if( pWindow )
@@ -147,7 +147,7 @@ sal_Int8 SdrMediaWindow::AcceptDrop( const AcceptDropEvent& rEvt )
sal_Int8 SdrMediaWindow::ExecuteDrop( const ExecuteDropEvent& rEvt )
{
- Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
+ vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
sal_Int8 nRet = DND_ACTION_NONE;
if( pWindow )
@@ -167,7 +167,7 @@ sal_Int8 SdrMediaWindow::ExecuteDrop( const ExecuteDropEvent& rEvt )
void SdrMediaWindow::StartDrag( sal_Int8 nAction, const Point& rPosPixel )
{
- Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
+ vcl::Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow();
if( pWindow )
{