Lines Matching refs:mpWindow
159 Rectangle aRect(aPos, mpWindow->GetOutputSizePixel() ); in DoExecute()
161 aPos = mpWindow->PixelToLogic(aPos); in DoExecute()
214 …erableDataHelper aDataHelper( TransferableDataHelper::CreateFromSystemClipboard( mpWindow ) ); in DoExecute()
243 … mpWindow->PixelToLogic( Rectangle( Point(), mpWindow->GetOutputSizePixel() ).Center() ), in DoExecute()
361 Rectangle aWinRect(aPos, mpWindow->GetOutputSizePixel() ); in DoExecute()
363 aPos = mpWindow->PixelToLogic(aPos); in DoExecute()
504 SvxPluginFileDlg aPluginFileDialog (mpWindow, nSlotId); in DoExecute()
537 ErrorBox( mpWindow, WB_3DLOOK | WB_OK, aStrErr ).Execute(); in DoExecute()
696 Size aVisSizePixel = mpWindow->GetOutputSizePixel(); in DoExecute()
697 … Rectangle aVisAreaWin = mpWindow->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in DoExecute()
753 if( bAPI || ::avmedia::MediaWindow::executeMediaURLDialog( mpWindow, aURL ) ) in DoExecute()
757 if( mpWindow ) in DoExecute()
758 mpWindow->EnterWait(); in DoExecute()
762 if( mpWindow ) in DoExecute()
763 mpWindow->LeaveWait(); in DoExecute()
766 ::avmedia::MediaWindow::executeFormatErrorBox( mpWindow ); in DoExecute()
776 if( mpWindow ) in DoExecute()
777 aSize = mpWindow->PixelToLogic( aPrefSize, MAP_100TH_MM ); in DoExecute()
784 if( mpWindow ) in DoExecute()
786 aPos = mpWindow->PixelToLogic( Rectangle( aPos, mpWindow->GetOutputSizePixel() ).Center() ); in DoExecute()
793 if( mpWindow ) in DoExecute()
794 mpWindow->LeaveWait(); in DoExecute()