Home
last modified time | relevance | path

Searched refs:pWindow (Results 101 – 125 of 608) sorted by relevance

12345678910>>...25

/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx106 SfxModalDefParentHelper::SfxModalDefParentHelper( Window *pWindow) in SfxModalDefParentHelper() argument
109 Application::SetDefDialogParent( pWindow ); in SfxModalDefParentHelper()
395 Window* pWindow = rEvt.GetWindow(); in Notify() local
397 while ( !sHelpId.getLength() && pWindow ) in Notify()
399 sHelpId = pWindow->GetHelpId(); in Notify()
400 pWindow = pWindow->GetParent(); in Notify()
497 Window* pWindow = rEvt.GetWindow(); in Notify() local
499 while ( !sHelpId.getLength() && pWindow ) in Notify()
501 sHelpId = pWindow->GetHelpId(); in Notify()
502 pWindow = pWindow->GetParent(); in Notify()
H A Dpartwnd.cxx72pWindow = new SfxPartDockWnd_Impl( pBindings, this, pParentWnd, WB_STDDOCKWIN | WB_CLIPCHILDREN | … in SfxPartChildWnd_Impl()
77 ((SfxDockingWindow*)pWindow)->SetFloatingSize( Size( 175, 175 ) ); in SfxPartChildWnd_Impl()
78 pWindow->SetSizePixel( Size( 175, 175 ) ); in SfxPartChildWnd_Impl()
80 ( ( SfxDockingWindow* ) pWindow )->Initialize( pInfo ); in SfxPartChildWnd_Impl()
94 SfxPartDockWnd_Impl* pWin = (SfxPartDockWnd_Impl*) pWindow; in ~SfxPartChildWnd_Impl()
130 return ( (SfxPartDockWnd_Impl*)pWindow )->QueryClose(); in QueryClose()
/trunk/main/toolkit/source/awt/
H A Dvclxcontainer.cxx93 Window* pWindow = GetWindow(); in getWindows() local
94 if ( pWindow ) in getWindows()
96 sal_uInt16 nChilds = pWindow->GetChildCount(); in getWindows()
103 Window* pChild = pWindow->GetChild( n ); in getWindows()
119 Window* pWindow = GetWindow(); in enableDialogControl() local
120 if ( pWindow ) in enableDialogControl()
122 WinBits nStyle = pWindow->GetStyle(); in enableDialogControl()
127 pWindow->SetStyle( nStyle ); in enableDialogControl()
H A Dvclxtoolkit.cxx1327 if ( pWindow ) in createMessageBox()
1342 if( pWindow ) in getDragGestureRecognizer()
1343 return pWindow->GetDragGestureRecognizer(); in getDragGestureRecognizer()
1352 if( pWindow ) in getDragSource()
1353 return pWindow->GetDragSource(); in getDragSource()
1362 if( pWindow ) in getDropTarget()
1363 return pWindow->GetDropTarget(); in getDropTarget()
1637 ::Window * pWindow in callTopWindowListeners()
1639 if (pWindow->IsTopWindow()) in callTopWindowListeners()
1718 ::Window * pWindow in callFocusListeners()
[all …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsVisibleAreaManager.cxx138 SharedSdWindow pWindow (mrSlideSorter.GetContentWindow()); in MakeVisible() local
139 if ( ! pWindow) in MakeVisible()
141 const Point aCurrentTopLeft (pWindow->PixelToLogic(Point(0,0))); in MakeVisible()
185 SharedSdWindow pWindow (mrSlideSorter.GetContentWindow()); in GetRequestedTopLeft() local
186 if ( ! pWindow) in GetRequestedTopLeft()
190 const Rectangle aVisibleArea (pWindow->PixelToLogic( in GetRequestedTopLeft()
193 pWindow->GetOutputSizePixel()))); in GetRequestedTopLeft()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconstr.cxx97 aMDPos = pWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseButtonDown()
101 pWindow->CaptureMouse(); in MouseButtonDown()
134 Point aOldPixel = pWindow->LogicToPixel( aMDPos ); in MouseMove()
142 Point aPnt( pWindow->PixelToLogic(aPix) ); in MouseMove()
235 Point aPnt( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in SimpleMouseButtonUp()
247 pWindow->ReleaseMouse(); in SimpleMouseButtonUp()
283 pWindow->ReleaseMouse(); in KeyInput()
H A Dfusel.cxx127 aMDPos = pWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseButtonDown()
173 pView->BegMacroObj(aMDPos, pObj, pPV, pWindow); in MouseButtonDown()
243 ScDrawLayer::GetHitIMapObject( aVEvt.pObj, aMDPos, *pWindow ); in MouseButtonDown()
326 pWindow->CaptureMouse(); in MouseButtonDown()
345 Point aOldPixel = pWindow->LogicToPixel( aMDPos ); in MouseMove()
355 Point aPnt(pWindow->PixelToLogic(aPix)); in MouseMove()
400 Point aPnt( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonUp()
591 pWindow->ReleaseMouse(); in MouseButtonUp()
/trunk/main/sw/source/core/draw/
H A Ddpage.cxx155 sal_Bool SwDPage::RequestHelp( Window* pWindow, SdrView* pView, in RequestHelp() argument
163 aPos = pWindow->ScreenToOutputPixel( aPos ); in RequestHelp()
164 aPos = pWindow->PixelToLogic( aPos ); in RequestHelp()
199 aPt = pWindow->LogicToPixel( in RequestHelp()
226 Help::ShowBalloon( pWindow, rEvt.GetMousePosPixel(), sTxt ); in RequestHelp()
232 Help::ShowQuickHelp( pWindow, aRect, sTxt ); in RequestHelp()
240 bWeiter = !FmFormPage::RequestHelp( pWindow, pView, rEvt ); in RequestHelp()
/trunk/main/sfx2/source/doc/
H A Dnew.cxx116 const Rectangle&, GDIMetaFile* pFile, Window* pWindow ) in ImpPaint() argument
122 long nWidth = pWindow->GetOutputSize().Width() - 2*FRAME; in ImpPaint()
123 long nHeight = pWindow->GetOutputSize().Height() - 2*FRAME; in ImpPaint()
144 pWindow->SetLineColor(); in ImpPaint()
146 pWindow->SetFillColor( aLightGrayCol ); in ImpPaint()
147 pWindow->DrawRect( Rectangle( Point( 0,0 ), pWindow->GetOutputSize() ) ); in ImpPaint()
152 pWindow->SetLineColor( aBlackCol ); in ImpPaint()
153 pWindow->SetFillColor( aWhiteCol ); in ImpPaint()
154 pWindow->DrawRect( Rectangle( aPoint + Point( FRAME, FRAME ), bPoint + Point( FRAME, FRAME ) ) ); in ImpPaint()
159 pFile->Play( pWindow, aPoint + Point( FRAME, FRAME ), aSize ); in ImpPaint()
/trunk/main/sd/source/ui/view/
H A Ddrviewsi.cxx89 SfxChildWindow* pWindow = GetViewFrame()->GetChildWindow( nId ); in ExecEffectWin() local
90 if( pWindow ) in ExecEffectWin()
92 Svx3DWin* p3DWin = (Svx3DWin*)( pWindow->GetWindow() ); in ExecEffectWin()
122 SfxChildWindow* pWindow = GetViewFrame()->GetChildWindow( nId ); in Update3DWindow() local
123 if( pWindow ) in Update3DWindow()
125 Svx3DWin* p3DWin = (Svx3DWin*) pWindow->GetWindow(); in Update3DWindow()
/trunk/main/sd/source/ui/inc/
H A DSlideView.hxx65 ::Window* pWindow,
104 virtual void DoCut( ::Window* pWindow = NULL );
105 virtual void DoCopy( ::Window* pWindow = NULL );
106 virtual void DoPaste( ::Window* pWindow = NULL );
108 virtual void StartDrag( const Point& rDragPt, ::Window* pWindow );
135 void CreateSlideTransferable (::Window* pWindow, sal_Bool bDrag);
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsToolTip.cxx168 SharedSdWindow pWindow (mrSlideSorter.GetContentWindow()); in DoShow() local
169 if (msCurrentHelpText.getLength()>0 && pWindow) in DoShow()
180 if (aBox.Bottom() >= pWindow->GetSizePixel().Height()) in DoShow()
183 ::Window* pParent (pWindow.get()); in DoShow()
186 const Point aOffset (pWindow->GetWindowExtentsRelative(pParent).TopLeft()); in DoShow()
194 pWindow.get(), in DoShow()
/trunk/main/framework/source/uielement/
H A Dstatusbarwrapper.cxx127 Window* pWindow = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in initialize() local
128 if ( pWindow ) in initialize()
132 pStatusBar = new FrameworkStatusBar( pWindow, nStyles ); in initialize()
191 Window* pWindow = (Window *)pStatusBarManager->GetStatusBar(); in getRealInterface() local
192 if ( pWindow ) in getRealInterface()
193 return Reference< XInterface >( VCLUnoHelper::GetInterface( pWindow ), UNO_QUERY ); in getRealInterface()
/trunk/main/svtools/source/brwbox/
H A Ddatwin.cxx643 BrowseEvent::BrowseEvent( Window* pWindow, in BrowseEvent() argument
646 pWin(pWindow), in BrowseEvent()
655 BrowserMouseEvent::BrowserMouseEvent( BrowserDataWin *pWindow, in BrowserMouseEvent() argument
658 BrowseEvent( pWindow->CreateBrowseEvent( rEvt.GetPosPixel() ) ) in BrowserMouseEvent()
664 BrowserMouseEvent::BrowserMouseEvent( Window *pWindow, const MouseEvent& rEvt, in BrowserMouseEvent() argument
668 BrowseEvent( pWindow, nAbsRow, nColumn, nColumnId, rRect ) in BrowserMouseEvent()
674 BrowserAcceptDropEvent::BrowserAcceptDropEvent( BrowserDataWin *pWindow, const AcceptDropEvent& rEv… in BrowserAcceptDropEvent() argument
676 ,BrowseEvent( pWindow->CreateBrowseEvent( rEvt.maPosPixel ) ) in BrowserAcceptDropEvent()
682 BrowserExecuteDropEvent::BrowserExecuteDropEvent( BrowserDataWin *pWindow, const ExecuteDropEvent& … in BrowserExecuteDropEvent() argument
684 ,BrowseEvent( pWindow->CreateBrowseEvent( rEvt.maPosPixel ) ) in BrowserExecuteDropEvent()
/trunk/main/sfx2/source/sidebar/
H A DAccessibleTitleBar.cxx40 VCLXWindow* pWindow = rTitleBar.GetWindowPeer(); in Create() local
41 if (pWindow != NULL) in Create()
42 return new Accessible(new AccessibleTitleBar(pWindow)); in Create()
50 AccessibleTitleBar::AccessibleTitleBar (VCLXWindow* pWindow) in AccessibleTitleBar() argument
51 : VCLXAccessibleComponent(pWindow) in AccessibleTitleBar()
H A DFocusManager.cxx350 Window* pWindow = VCLUnoHelper::GetWindow(maPanels[nPanelIndex]->GetElementWindow()); in FocusPanelContent() local
351 if (pWindow != NULL) in FocusPanelContent()
354 pWindow->GrabFocus(); in FocusPanelContent()
688 Window* pWindow = pSource; in IMPL_LINK() local
692 if (pWindow == NULL) in IMPL_LINK()
694 aLocation = GetFocusLocation(*pWindow); in IMPL_LINK()
697 pWindow = pWindow->GetParent(); in IMPL_LINK()
/trunk/main/vcl/source/window/
H A Dstatus.cxx531 void DrawProgress( Window* pWindow, const Point& rPos, in DrawProgress() argument
548 Window* pEraseWindow = pWindow; in DrawProgress()
554 if( pEraseWindow == pWindow ) in DrawProgress()
568 pWindow->Push( PUSH_CLIPREGION ); in DrawProgress()
574 pWindow->Pop(); in DrawProgress()
577 pWindow->Flush(); in DrawProgress()
597 pWindow->Erase( aRect ); in DrawProgress()
604 pWindow->Flush(); in DrawProgress()
624 pWindow->DrawRect( aRect ); in DrawProgress()
639 pWindow->Erase( aRect ); in DrawProgress()
[all …]
/trunk/main/accessibility/source/standard/
H A Dfloatingwindowaccessible.cxx41 FloatingWindowAccessible::FloatingWindowAccessible(VCLXWindow* pWindow) : in FloatingWindowAccessible() argument
42 VCLXAccessibleComponent(pWindow) in FloatingWindowAccessible()
56 Window* pWindow = GetWindow(); in FillAccessibleRelationSet() local
57 if ( pWindow ) in FillAccessibleRelationSet()
59 Window* pParentWindow = pWindow->GetParent(); in FillAccessibleRelationSet()
/trunk/main/sfx2/inc/sfx2/
H A Dchildwin.hxx142 ::Window* pWindow;
152 { pWindow=pWin; } in SetWindow()
154 { return pWindow; } in GetWindow()
173 ::Window* pWindow; // eigentlicher Inhalt
190 { return pWindow; } in GetWindow()
197 { return pWindow->GetSizePixel(); } in GetSizePixel()
200 { return pWindow->GetPosPixel(); } in GetPosPixel()
/trunk/main/cui/source/tabpages/
H A Dtpcolor.cxx64 static Window* GetParentDialog( Window* pWindow ) in GetParentDialog() argument
66 while( pWindow ) in GetParentDialog()
68 if( pWindow->IsDialog() ) in GetParentDialog()
71 pWindow = pWindow->GetParent(); in GetParentDialog()
74 return pWindow; in GetParentDialog()
451 SfxTabPage* SvxColorTabPage::Create( Window* pWindow, in Create() argument
454 return( new SvxColorTabPage( pWindow, rOutAttrs ) ); in Create()
489 Window *pWindow = this; in IMPL_LINK() local
491 while( pWindow ) in IMPL_LINK()
493 bEnabled = pWindow->IsEnabled(); in IMPL_LINK()
[all …]
/trunk/main/vcl/inc/
H A Ddndevdis.hxx51 …sal_Int32 fireDragEnterEvent( Window *pWindow, const ::com::sun::star::uno::Reference< ::com::sun:…
55 …sal_Int32 fireDragOverEvent( Window *pWindow, const ::com::sun::star::uno::Reference< ::com::sun::…
58 sal_Int32 fireDragExitEvent( Window *pWindow ) throw(::com::sun::star::uno::RuntimeException);
60 …sal_Int32 fireDropActionChangedEvent( Window *pWindow, const ::com::sun::star::uno::Reference< ::c…
63 …sal_Int32 fireDropEvent( Window *pWindow, const ::com::sun::star::uno::Reference< ::com::sun::star…
67 …sal_Int32 fireDragGestureEvent( Window *pWindow, const ::com::sun::star::uno::Reference< ::com::su…
/trunk/main/vcl/inc/aqua/
H A Daqua11yfocustracker.hxx64 virtual void window_got_focus(Window *pWindow);
67 virtual void toolbox_highlight_on(Window *pWindow);
70 virtual void toolbox_highlight_off(Window *pWindow);
73 virtual void tabpage_activated(Window *pWindow);
82 virtual void toolbox_open_floater(Window *pWindow);
/trunk/main/vcl/source/app/
H A Dsvdata.cxx360 void AccessBridgehandleExistingWindow(Window * pWindow, bool bShow) in AccessBridgehandleExistingWindow() argument
362 if ( pWindow ) in AccessBridgehandleExistingWindow()
367 Window * pParentWindow = pWindow->GetParent(); in AccessBridgehandleExistingWindow()
411 xAccessible = pWindow->GetAccessible(); in AccessBridgehandleExistingWindow()
692 Window* pWindow = pFrameWindow->ImplFindWindow( rSalFramePos ); in ImplFindWindow() local
693 if ( !pWindow ) in ImplFindWindow()
694 pWindow = pFrameWindow->ImplGetWindow(); in ImplFindWindow()
695 rSalFramePos = pWindow->ImplFrameToOutput( rSalFramePos ); in ImplFindWindow()
696 return pWindow; in ImplFindWindow()
/trunk/main/avmedia/source/win/
H A Dwindow.cxx78 Window* pWindow = (Window*) ::GetWindowLong( hWnd, 0 ); in MediaPlayerWndProc() local
81 if( pWindow ) in MediaPlayerWndProc()
86 pWindow->updatePointer(); in MediaPlayerWndProc()
90 pWindow->processGraphEvent(); in MediaPlayerWndProc()
138 pWindow->fireMousePressedEvent( aUNOEvt ); in MediaPlayerWndProc()
145 pWindow->fireMouseReleasedEvent( aUNOEvt ); in MediaPlayerWndProc()
150 pWindow->fireMouseMovedEvent( aUNOEvt ); in MediaPlayerWndProc()
151 pWindow->updatePointer(); in MediaPlayerWndProc()
159 pWindow->fireSetFocusEvent( aUNOEvt ); in MediaPlayerWndProc()
/trunk/main/framework/source/helper/
H A Dtagwindowasmodified.cxx145 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in modified() local
146 if ( ! pWindow) in modified()
149 sal_Bool bSystemWindow = pWindow->IsSystemWindow(); in modified()
150 sal_Bool bWorkWindow = (pWindow->GetType() == WINDOW_WORKWINDOW); in modified()
155 pWindow->SetExtendedStyle(WB_EXT_DOCMODIFIED); in modified()
157 pWindow->SetExtendedStyle( ! WB_EXT_DOCMODIFIED); in modified()

Completed in 95 milliseconds

12345678910>>...25