Home
last modified time | relevance | path

Searched refs:GetActiveWindow (Results 1 – 25 of 63) sorted by path

123

/trunk/main/embeddedobj/source/msole/
H A Dxdialogcreator.cxx170 io.hWndOwner = GetActiveWindow(); in createInstanceByDialog()
/trunk/main/sal/osl/w32/
H A Ddiagnose.c112 hWndParent = GetActiveWindow(); in osl_assertFailedLine()
151 HWND hWndParent = GetActiveWindow(); in osl_reportError()
H A Dsecurity.c713 if (pSHGetSpecialFolderPathA(GetActiveWindow(), PathA, nFolder, TRUE)) in GetSpecialFolder()
722 if (pSHGetSpecialFolderPathW(GetActiveWindow(), PathW, nFolder, TRUE)) in GetSpecialFolder()
742 hr = pSHGetSpecialFolderLocation(GetActiveWindow(), nFolder, &pidl); in GetSpecialFolder()
777 hr = pSHGetSpecialFolderLocation(GetActiveWindow(), nFolder, &pidl); in GetSpecialFolder()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx510 OutputDevice* pOut = mrView.GetViewShell()->GetActiveWindow(); in MouseButtonDown()
675 Window* pWindow = mrView.GetViewShell()->GetActiveWindow(); in OnTabHandles()
754 OutputDevice* pOut = mrView.GetViewShell()->GetActiveWindow(); in OnMove()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx350 Window* pWindow = mrView.GetViewShell()->GetActiveWindow(); in MouseButtonDown()
440 ::Window* pWindow = mrView.GetViewShell()->GetActiveWindow(); in Command()
487 OutputDevice* pOut = mrView.GetViewShell()->GetActiveWindow(); in OnMove()
599 Window* pWindow = mrView.GetViewShell()->GetActiveWindow(); in select()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel2.cxx191 Window* pWin = mpViewShell->GetActiveWindow(); in GetVisArea()
H A Ddocshel3.cxx162 …SetDocShellFunction( FuSearch::Create( mpViewShell, mpViewShell->GetActiveWindow(), pView, mpDoc, … in Execute()
215 …ce aFunc( FuHangulHanjaConversion::Create( mpViewShell, mpViewShell->GetActiveWindow(), mpViewShel… in Execute()
225 …ce aFunc( FuHangulHanjaConversion::Create( mpViewShell, mpViewShell->GetActiveWindow(), mpViewShel… in Execute()
H A Ddocshel4.cxx401 pWait = new WaitObject( (Window*) mpViewShell->GetActiveWindow() ); in LoadFrom()
907 *pDrawViewShell->GetActiveWindow()); in GotoBookmark()
1038 *pDrViewSh->GetActiveWindow()); in GetObjectIsmarked()
1145 *pDrViewSh->GetActiveWindow()); in GotoTreeBookmark()
H A Dsdclient.cxx187 if (mpViewShell->GetActiveWindow()) in ViewChanged()
243 *mpViewShell->GetActiveWindow()); in MakeVisible()
/trunk/main/sd/source/ui/func/
H A Dfubullet.cxx131 mpViewShell->GetActiveWindow()); in InsertFormattingMark()
255 mpViewShell->GetActiveWindow()); in InsertSpecialCharacter()
H A Dfucon3d.cxx338 WaitObject aWait( (Window*)mpViewShell->GetActiveWindow() ); in MouseButtonDown()
H A Dfudraw.cxx446 WaitObject aWait( (Window*)mpViewShell->GetActiveWindow() ); in KeyInput()
H A Dfuhhconv.cxx165 mpWindow = mpViewShell->GetActiveWindow(); in StartConversion()
H A Dfuinsert.cxx218 SfxAbstractPasteDialog* pDlg = pFact->CreatePasteDialog( mpViewShell->GetActiveWindow() ); in DoExecute()
481 …pFact->CreateInsertObjectDialog( mpViewShell->GetActiveWindow(), SD_MOD()->GetSlotPool()->GetSlot(… in DoExecute()
H A Dfulink.cxx78 …SfxAbstractLinksDialog* pDlg = pFact->CreateLinksDialog( mpViewShell->GetActiveWindow(), pLinkMana… in DoExecute()
H A Dfuolbull.cxx118 ->GetViewByWindow(mpViewShell->GetActiveWindow()); in DoExecute()
266 ->GetViewByWindow(mpViewShell->GetActiveWindow()); in SetCurrentBulletsNumbering()
H A Dsmarttag.cxx244 Point aMDPos( mrView.GetViewShell()->GetActiveWindow()->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
292 Point aMDPos( mrView.GetViewShell()->GetActiveWindow()->PixelToLogic( rHEvt.GetMousePosPixel() ) ); in RequestHelp()
316 …Point aMDPos( mrView.GetViewShell()->GetActiveWindow()->PixelToLogic( rCEvt.GetMousePosPixel() ) ); in Command()
/trunk/main/sd/source/ui/inc/
H A DViewShell.hxx178 ::sd::Window* GetActiveWindow (void) const;
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx1052 pShell->GetActiveWindow()->GrabFocus(); in activate()
H A Dslideshowimpl.cxx592 mpOldActiveWindow = mpViewShell->GetActiveWindow(); in SlideshowImpl()
773 ::sd::Window* pActWin = mpViewShell->GetActiveWindow(); in disposing()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx497 pActionWindow = pViewShell->GetActiveWindow(); in CreateSlideTransferable()
H A DSlsSlotManager.cxx730 pDrawViewShell->GetActiveWindow())); in GetClipboardState()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx164 ::sd::Window* pWindow = GetActiveWindow(); in ~SlideSorterViewShell()
219 ::sd::Window* pActiveWindow = GetActiveWindow(); in Init()
656 if (GetActiveWindow()->GetDrawMode() != pFrameView->GetDrawMode() ) in ReadFrameViewData()
657 GetActiveWindow()->SetDrawMode( pFrameView->GetDrawMode() ); in ReadFrameViewData()
684 if( mpFrameView->GetDrawMode() != GetActiveWindow()->GetDrawMode() ) in WriteFrameViewData()
685 mpFrameView->SetDrawMode( GetActiveWindow()->GetDrawMode() ); in WriteFrameViewData()
/trunk/main/sd/source/ui/table/
H A Dtablefunction.cxx161 Rectangle aWinRect(aPos, GetActiveWindow()->GetOutputSizePixel() ); in FuTable()
163 aPos = GetActiveWindow()->PixelToLogic(aPos); in FuTable()
213 showTableDesignDialog( GetActiveWindow(), GetViewShellBase() ); in FuTable()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx840 ::sd::Window* pWindow = pViewShell ? pViewShell->GetActiveWindow() : NULL; in getFormController()
877 ::sd::Window* pWindow = pViewShell ? pViewShell->GetActiveWindow() : NULL; in getControl()

Completed in 132 milliseconds

123