| /trunk/main/automation/source/server/ |
| H A D | sta_list.cxx | 130 #define IS_WINP_CLOSING(pWin) (pWin->GetHelpId().equals( "TT_Win_is_closing_HID" ) && pWin->GetUniq… argument 389 sal_Bool SearchUID::IsWinOK( Window *pWin ) in IsWinOK() argument 391 if ( aUId.equals( pWin->GetUniqueOrHelpId() ) ) in IsWinOK() 393 if ( ( pWin->IsEnabled() || HasSearchFlag( SEARCH_FIND_DISABLED ) ) && pWin->IsVisible() ) in IsWinOK() 398 pMaybeResult = pWin; in IsWinOK() 402 else if ( pWin->GetType() == WINDOW_TOOLBOX ) // Buttons and Controls on ToolBox. in IsWinOK() 404 ToolBox *pTB = ((ToolBox*)pWin); in IsWinOK() 470 sal_Bool SearchWinPtr::IsWinOK( Window *pWin ) in IsWinOK() argument 472 return pWin == pTest; in IsWinOK() 482 sal_Bool SearchRT::IsWinOK( Window *pWin ) in IsWinOK() argument [all …]
|
| H A D | recorder.cxx | 137 Window* pWin = pWinEvent->GetWindow(); in IMPL_LINK() local 156 || ( pKeyWin != pWin in IMPL_LINK() 157 && ( pWin->GetType() == WINDOW_CONTROL || pWin->GetType() == WINDOW_WINDOW ) in IMPL_LINK() 184 switch ( pWin->GetType() ) in IMPL_LINK() 192 …rder, rtl::OString(), (comm_USHORT)(M_SetPage|M_RET_NUM_CONTROL), Id2Str( pWin->GetUniqueOrHelpId(… in IMPL_LINK() 197 … LogVCL( rtl::OString(), pWin->GetType(), pWin->GetUniqueOrHelpId(), CUniString("SetPage") ); in IMPL_LINK() 208 if ( ((RadioButton*)pWin)->IsChecked() ) in IMPL_LINK() 212 …StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Check… in IMPL_LINK() 217 … LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), CUniString("Check") ); in IMPL_LINK() 232 switch ( ((TriStateBox*)pWin)->GetState() ) in IMPL_LINK() [all …]
|
| H A D | statemnt.hxx | 107 virtual sal_Bool IsWinOK( Window *pWin ) = 0; 114 sal_Bool IsDialog(Window *pWin); // Ist *pWin von SystemWindow abgeleitet (Kann es Active se… 115 sal_Bool IsAccessable(Window *pWin); // Ist *pWin Zugreifbar (�ber IsEnabled und Parents gepr�ft) 246 Menu* GetMatchingMenu( Window* pWin, Menu* pBaseMenu = NULL ); 301 static void SetFirstDocFrame( Window* pWin ); 303 static sal_Bool IsFirstDocFrame( Window* pWin ); 304 static sal_Bool IsDocWin( Window* pWin ); 305 static sal_Bool IsIMEWin( Window* pWin ); // Input Window for CJK under Solaris 306 static sal_Bool IsDocFrame( Window* pWin ); 307 static MenuBar* GetDocFrameMenuBar( Window* pWin ); [all …]
|
| /trunk/main/basctl/source/basicide/ |
| H A D | basides1.cxx | 151 IDEBaseWindow* pWin = aIDEWindowTable.First(); in ExecuteCurrent() local 152 while ( pWin ) in ExecuteCurrent() 154 if ( !pWin->IsSuspended() && pWin->IsA( TYPE( ModulWindow ) ) ) in ExecuteCurrent() 156 pWin = aIDEWindowTable.Next(); in ExecuteCurrent() 161 pWin = aIDEWindowTable.First(); in ExecuteCurrent() 162 while ( pWin ) in ExecuteCurrent() 164 if ( !pWin->IsSuspended() && pWin->IsA( TYPE( ModulWindow ) ) ) in ExecuteCurrent() 165 … nFound = nFound + ((ModulWindow*)pWin)->StartSearchAndReplace( (const SvxSearchItem&)rItem ); in ExecuteCurrent() 166 pWin = aIDEWindowTable.Next(); in ExecuteCurrent() 186 IDEBaseWindow* pWin = aIDEWindowTable.Next(); in ExecuteCurrent() local [all …]
|
| H A D | basidesh.cxx | 144 …IDEBaseWindow* pWin = mpShell->FindWindow( mpShell->m_aCurDocument, mpShell->m_aCurLibName, sModul… in elementRemoved() local 145 if( pWin ) in elementRemoved() 146 mpShell->RemoveWindow( pWin, sal_True, sal_True ); in elementRemoved() 264 IDEBaseWindow* pWin = aIDEWindowTable.First(); in ~BasicIDEShell() local 265 while ( pWin ) in ~BasicIDEShell() 268 delete pWin; in ~BasicIDEShell() 269 pWin = aIDEWindowTable.Next(); in ~BasicIDEShell() 335 IDEBaseWindow* pWin = aIDEWindowTable.GetObject( --nWin ); in onDocumentClosed() local 336 if ( pWin->IsDocument( _rDocument ) ) in onDocumentClosed() 338 if ( pWin->GetStatus() & (BASWIN_RUNNINGBASIC|BASWIN_INRESCHEDULE) ) in onDocumentClosed() [all …]
|
| H A D | basides3.cxx | 59 DialogWindow* pWin = 0; in CreateDlgWin() local 72 pWin = FindDlgWin( rDocument, aLibName, aDlgName, sal_False, sal_True ); in CreateDlgWin() 74 if ( !pWin ) in CreateDlgWin() 99 …pWin = new DialogWindow( &GetViewFrame()->GetWindow(), rDocument, aLibName, aDlgName, xDialogModel… in CreateDlgWin() 100 nKey = InsertWindowInTable( pWin ); in CreateDlgWin() 110 pWin->SetStatus( pWin->GetStatus() & ~BASWIN_SUSPENDED ); in CreateDlgWin() 114 if ( pTmp == pWin ) in CreateDlgWin() 121 if( pWin ) in CreateDlgWin() 123 pWin->GrabScrollBars( &aHScrollBar, &aVScrollBar ); in CreateDlgWin() 127 SetCurWindow( pWin, sal_False, sal_False ); in CreateDlgWin() [all …]
|
| H A D | basides2.cxx | 229 ModulWindow* pWin = 0; in CreateBasWin() local 243 pWin = FindBasWin( rDocument, aLibName, aModName, sal_False, sal_True ); in CreateBasWin() 245 if ( !pWin ) in CreateBasWin() 256 pWin = FindBasWin( rDocument, aLibName, aModName, sal_False, sal_True ); in CreateBasWin() 257 if( !pWin ) in CreateBasWin() 260 pWin = new ModulWindow( pModulLayout, rDocument, aLibName, aModName, aModule ); in CreateBasWin() 261 nKey = InsertWindowInTable( pWin ); in CreateBasWin() 264 return pWin; in CreateBasWin() 269 pWin->SetStatus( pWin->GetStatus() & ~BASWIN_SUSPENDED ); in CreateBasWin() 273 if ( pTmp == pWin ) in CreateBasWin() [all …]
|
| /trunk/main/starmath/source/ |
| H A D | accessibility.cxx | 72 static awt::Rectangle lcl_GetBounds( Window *pWin ) in lcl_GetBounds() argument 80 if (pWin) in lcl_GetBounds() 82 Rectangle aRect = pWin->GetWindowExtentsRelative( NULL ); in lcl_GetBounds() 87 Window* pParent = pWin->GetAccessibleParentWindow(); in lcl_GetBounds() 99 static awt::Point lcl_GetLocationOnScreen( Window *pWin ) in lcl_GetLocationOnScreen() argument 104 if (pWin) in lcl_GetLocationOnScreen() 106 Rectangle aRect = pWin->GetWindowExtentsRelative( NULL ); in lcl_GetLocationOnScreen() 118 pWin (pGraphicWin) in SmGraphicAccessible() 120 DBG_ASSERT( pWin, "SmGraphicAccessible: window missing" ); in SmGraphicAccessible() 131 pWin = rSmAcc.pWin; in SmGraphicAccessible() [all …]
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdedxv.cxx | 270 Window* pWin=pOLV->GetWindow(); in ModelHasChanged() local 273 Size aMore(pWin->PixelToLogic(Size(nPixSiz,nPixSiz))); in ModelHasChanged() 278 InvalidateOneWin(*pWin,aTmpRect); in ModelHasChanged() 395 Window* pWin = rOutlView.GetWindow(); in ImpInvalidateOutlinerView() local 397 if(pWin) in ImpInvalidateOutlinerView() 407 Rectangle aPixRect(pWin->LogicToPixel(aBlankRect)); in ImpInvalidateOutlinerView() 417 Size aMaxXY(pWin->GetOutputSizePixel()); in ImpInvalidateOutlinerView() 434 bool bMerk(pWin->IsMapModeEnabled()); in ImpInvalidateOutlinerView() 435 pWin->EnableMapMode(sal_False); in ImpInvalidateOutlinerView() 436 pWin->Invalidate(aOuterPix); in ImpInvalidateOutlinerView() [all …]
|
| /trunk/main/sfx2/source/appl/ |
| H A D | workwin.cxx | 541 SfxFrameWorkWin_Impl::SfxFrameWorkWin_Impl( Window *pWin, SfxFrame *pFrm, SfxFrame* pMaster ) in SfxFrameWorkWin_Impl() argument 543 pWin, in SfxFrameWorkWin_Impl() 580 SfxWorkWindow::SfxWorkWindow( Window *pWin, SfxBindings& rB, SfxWorkWindow* pParentWorkwin ) : in SfxWorkWindow() argument 583 pWorkWin (pWin), in SfxWorkWindow() 679 if ( pCli && pCli->pWin && pCli->pWin->GetParent() == pOld ) in ChangeWindow_Impl() 681 pCli->pWin->SetParent( pNew ); in ChangeWindow_Impl() 692 SfxChildWindow *pChild = pCW->pWin; in SaveStatus_Impl() 728 SfxChildWindow *pChild = pCW->pWin; in DeleteControllers_Impl() 745 pCW->pWin = 0; in DeleteControllers_Impl() 883 if ( !pCli->pWin ) in Arrange_Impl() [all …]
|
| /trunk/main/vcl/source/app/ |
| H A D | svapp.cxx | 199 ImplPostEventData( sal_uLong nEvent, const Window* pWin, const KeyEvent& rKeyEvent ) : in ImplPostEventData() 200 mnEvent( nEvent ), mpWin( pWin ), mnEventId( 0 ), maKeyEvent( rKeyEvent ) {} in ImplPostEventData() 201 ImplPostEventData( sal_uLong nEvent, const Window* pWin, const MouseEvent& rMouseEvent ) : in ImplPostEventData() 202 mnEvent( nEvent ), mpWin( pWin ), mnEventId( 0 ), maMouseEvent( rMouseEvent ) {} in ImplPostEventData() 847 void Application::ImplCallEventListeners( sal_uLong nEvent, Window *pWin, void* pData ) in ImplCallEventListeners() argument 850 VclWindowEvent aEvent( pWin, nEvent, pData ); in ImplCallEventListeners() 907 sal_Bool Application::HandleKey( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent ) in HandleKey() argument 910 VclWindowEvent aEvent( pWin, nEvent, (void *) pKeyEvent ); in HandleKey() 924 sal_uLong Application::PostKeyEvent( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent ) in PostKeyEvent() argument 929 if( pWin && pKeyEvent ) in PostKeyEvent() [all …]
|
| /trunk/main/sw/source/core/access/ |
| H A D | accdoc.cxx | 118 void SwAccessibleDocumentBase::AddChild( Window *pWin, sal_Bool bFireEvent ) in AddChild() argument 125 mpChildWin = pWin; in AddChild() 137 void SwAccessibleDocumentBase::RemoveChild( Window *pWin ) in RemoveChild() argument 141 ASSERT( !mpChildWin || pWin == mpChildWin, "invalid child window to remove" ); in RemoveChild() 142 if( mpChildWin && pWin == mpChildWin ) in RemoveChild() 261 Window *pWin = GetWindow(); in getBounds() local 263 CHECK_FOR_WINDOW( XAccessibleComponent, pWin ) in getBounds() 265 … Rectangle aPixBounds( pWin->GetWindowExtentsRelative( pWin->GetAccessibleParentWindow() ) ); in getBounds() 283 Window *pWin = GetWindow(); in getLocation() local 285 CHECK_FOR_WINDOW( XAccessibleComponent, pWin ) in getLocation() [all …]
|
| /trunk/main/vcl/source/window/ |
| H A D | menu.cxx | 866 …Window *pWin = pWindow->ImplGetFrameWindow()->GetWindow( WINDOW_FIRSTCHILD); //mpWindowImpl->mpFir… in ImplGetTopDockingAreaHeight() local 867 while( pWin && !bDone ) in ImplGetTopDockingAreaHeight() 869 if( pWin->IsSystemWindow() ) in ImplGetTopDockingAreaHeight() 871 pWin = pWin->GetWindow( WINDOW_FIRSTCHILD); //mpWindowImpl->mpFirstChild; in ImplGetTopDockingAreaHeight() 872 while( pWin && !bDone ) in ImplGetTopDockingAreaHeight() 874 DockingAreaWindow *pDockingArea = dynamic_cast< DockingAreaWindow* >( pWin ); in ImplGetTopDockingAreaHeight() 882 pWin = pWin->GetWindow( WINDOW_NEXT ); //mpWindowImpl->mpNext; in ImplGetTopDockingAreaHeight() 887 pWin = pWin->GetWindow( WINDOW_NEXT ); //mpWindowImpl->mpNext; in ImplGetTopDockingAreaHeight() 1251 Window* pWin = ImplGetWindow(); in InsertItem() local 1253 if ( pWin ) in InsertItem() [all …]
|
| H A D | seleng.cxx | 55 pWin( pWindow ) in SelectionEngine() 199 if ( !pFunctionSet || !pWin || rMEvt.GetClicks() > 1 || rMEvt.IsRight() ) in SelMouseButtonDown() 215 pWin->CaptureMouse(); in SelMouseButtonDown() 233 pWin->ReleaseMouse(); in SelMouseButtonDown() 255 pWin->ReleaseMouse(); in SelMouseButtonDown() 279 pWin->ReleaseMouse(); in SelMouseButtonDown() 302 pWin->ReleaseMouse(); in SelMouseButtonDown() 333 if( !pFunctionSet || !pWin ) in SelMouseButtonUp() 341 pWin->ReleaseMouse(); in SelMouseButtonUp() 429 if( pNewWin != pWin ) in SetWindow() [all …]
|
| H A D | syswin.cxx | 105 Window* pWin = ImplGetFrameWindow()->ImplGetWindow(); in Notify() local 106 if( pWin && pWin->IsSystemWindow() ) in Notify() 107 pMBar = ((SystemWindow*)pWin)->GetMenuBar(); in Notify() 136 Window* pWin = ImplGetFrameWindow()->ImplGetWindow(); in PreNotify() local 137 if( pWin && pWin->IsSystemWindow() ) in PreNotify() 138 pTList = ((SystemWindow*)pWin)->mpImplData->mpTaskPaneList; in PreNotify() 144 Window *pWin = this; in PreNotify() local 145 while( pWin ) in PreNotify() 147 pWin = pWin->GetParent(); in PreNotify() 148 if( pWin && pWin->IsSystemWindow() ) in PreNotify() [all …]
|
| H A D | dockmgr.cxx | 450 void DockingManager::EndPopupMode( const Window *pWin ) in EndPopupMode() argument 452 ImplDockingWindowWrapper *pWrapper = GetDockingWindowWrapper( pWin ); in EndPopupMode() 891 FloatingWindow* pWin; in ImplStartDocking() local 893 pWin = mpFloatWin; in ImplStartDocking() 895 pWin = new ImplDockFloatWin2( mpParent, mnFloatBits, NULL ); in ImplStartDocking() 896 pWin->GetBorder( mnDockLeft, mnDockTop, mnDockRight, mnDockBottom ); in ImplStartDocking() 898 delete pWin; in ImplStartDocking() 1254 …ImplPopupFloatWin* pWin = new ImplPopupFloatWin( mpParent, this, (nFlags & FLOATWIN_POPUPMODE_ALLO… in StartPopupMode() local 1256 pWin->SetPopupModeEndHdl( LINK( this, ImplDockingWindowWrapper, PopupModeEnd ) ); in StartPopupMode() 1257 pWin->SetText( GetWindow()->GetText() ); in StartPopupMode() [all …]
|
| H A D | splitwin.cxx | 174 void SplitWindow::ImplDrawBorder( SplitWindow* pWin ) in ImplDrawBorder() argument 176 const StyleSettings& rStyleSettings = pWin->GetSettings().GetStyleSettings(); in ImplDrawBorder() 177 long nDX = pWin->mnDX; in ImplDrawBorder() 178 long nDY = pWin->mnDY; in ImplDrawBorder() 180 if ( pWin->mbNoAlign ) in ImplDrawBorder() 182 DecorationView aDecoView( pWin ); in ImplDrawBorder() 224 if ( pWin->meAlign == WINDOWALIGN_BOTTOM ) in ImplDrawBorder() 226 pWin->SetLineColor( rStyleSettings.GetShadowColor() ); in ImplDrawBorder() 227 pWin->DrawLine( Point( 0, nDY-2 ), Point( nDX-1, nDY-2 ) ); in ImplDrawBorder() 228 pWin->DrawLine( Point( 0, 0 ), Point( 0, nDY-1 ) ); in ImplDrawBorder() [all …]
|
| H A D | floatwin.cxx | 464 FloatingWindow* pWin = this; in ImplFloatHitTest() local 488 Window *pBorderWin = pWin->GetWindow( WINDOW_BORDER ); in ImplFloatHitTest() 495 return pWin; in ImplFloatHitTest() 502 if ( pWin->maFloatRect.IsInside( aAbsolute ) ) in ImplFloatHitTest() 505 return pWin; in ImplFloatHitTest() 508 pWin = pWin->mpNextFloat; in ImplFloatHitTest() 510 while ( pWin ); in ImplFloatHitTest() 520 FloatingWindow* pWin = this; in ImplFindLastLevelFloat() local 521 FloatingWindow* pLastFoundWin = pWin; in ImplFindLastLevelFloat() 525 if ( pWin->GetPopupModeFlags() & FLOATWIN_POPUPMODE_NEWLEVEL ) in ImplFindLastLevelFloat() [all …]
|
| H A D | dockwin.cxx | 299 FloatingWindow* pWin; in ImplStartDocking() local 301 pWin = mpFloatWin; in ImplStartDocking() 303 pWin = new ImplDockFloatWin( mpImplData->mpParent, mnFloatBits, NULL ); in ImplStartDocking() 304 pWin->GetBorder( mnDockLeft, mnDockTop, mnDockRight, mnDockBottom ); in ImplStartDocking() 306 delete pWin; in ImplStartDocking() 852 ImplDockFloatWin* pWin = in SetFloatingMode() local 857 mpFloatWin = pWin; in SetFloatingMode() 866 mpOldBorderWin->SetParent( pWin ); in SetFloatingMode() 872 SetParent( pWin ); in SetFloatingMode() 874 mpWindowImpl->mpBorderWindow = pWin; in SetFloatingMode() [all …]
|
| /trunk/main/vcl/source/control/ |
| H A D | spinfld.cxx | 39 void ImplGetSpinbuttonValue( Window *pWin, const Rectangle& rUpperRect, in ImplGetSpinbuttonValue() argument 50 Point aPointerPos = pWin->GetPointerPosPixel(); in ImplGetSpinbuttonValue() 55 if ( !pWin->IsEnabled() || !bUpperEnabled ) in ImplGetSpinbuttonValue() 57 if ( pWin->HasFocus() ) in ImplGetSpinbuttonValue() 59 if( pWin->IsMouseOver() && rUpperRect.IsInside( aPointerPos ) ) in ImplGetSpinbuttonValue() 66 if ( !pWin->IsEnabled() || !bLowerEnabled ) in ImplGetSpinbuttonValue() 68 if ( pWin->HasFocus() ) in ImplGetSpinbuttonValue() 71 if( pWin->IsMouseOver() && rLowerRect.IsInside( aPointerPos ) && in ImplGetSpinbuttonValue() 81 sal_Bool ImplDrawNativeSpinfield( Window *pWin, const SpinbuttonValue& rSpinbuttonValue ) in ImplDrawNativeSpinfield() argument 85 if( pWin->IsNativeControlSupported(CTRL_SPINBOX, PART_ENTIRE_CONTROL) && in ImplDrawNativeSpinfield() [all …]
|
| /trunk/main/toolkit/source/awt/ |
| H A D | vclxcontainer.cxx | 144 Window* pWin = VCLUnoHelper::GetWindow( pComps[n] ); in setTabOrder() local 146 if ( pWin ) in setTabOrder() 151 pWin->SetZOrder( pPrevWin, WINDOW_ZORDER_BEHIND ); in setTabOrder() 153 WinBits nStyle = pWin->GetStyle(); in setTabOrder() 161 pWin->SetStyle( nStyle ); in setTabOrder() 166 pWin->SetDialogControlStart( sal_True ); in setTabOrder() 168 pWin->SetDialogControlStart( sal_False ); in setTabOrder() 171 pPrevWin = pWin; in setTabOrder() 187 Window* pWin = VCLUnoHelper::GetWindow( pComps[n] ); in setGroup() local 188 if ( pWin ) in setGroup() [all …]
|
| /trunk/main/sc/source/ui/view/ |
| H A D | tabvwsh2.cxx | 76 Window* pWin = GetActiveWin(); in WindowChanged() local 80 pDrView->SetActualWin(pWin); in WindowChanged() 84 pFunc->SetWindow(pWin); in WindowChanged() 101 Window* pWin = pTabView->GetActiveWin(); in ExecDraw() local 111 FuInsertChart(this, pWin, pView, pDoc, rReq); in ExecDraw() 235 pView->MakeVisible(pView->GetAllMarkedRect(), *pWin); in ExecDraw() 274 pTabView->SetDrawFuncPtr(new FuSelection(this, pWin, pView, pDoc, aNewReq)); in ExecDraw() 280 pTabView->SetDrawFuncPtr(new FuConstRectangle(this, pWin, pView, pDoc, aNewReq)); in ExecDraw() 285 pTabView->SetDrawFuncPtr(new FuConstRectangle(this, pWin, pView, pDoc, aNewReq)); in ExecDraw() 294 pTabView->SetDrawFuncPtr(new FuConstPolygon(this, pWin, pView, pDoc, aNewReq)); in ExecDraw() [all …]
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | splitwin.cxx | 96 SfxDockingWindow* pWin; // SplitWindow hat dieses Fenster member 294 pDock->pWin = 0; in SfxSplitWindow() 360 if ( pDock->bHide || pDock->pWin ) in SaveConfig_Impl() 369 if ( !pDock->bHide && !pDock->pWin ) in SaveConfig_Impl() 440 if ( pD->pWin ) in Split() 458 pD->pWin->SetItemSize_Impl( aSize ); in Split() 511 if ( pDock->pWin ) in InsertWindow() 517 GetWindowPos( pDock->pWin, nL, nPos ); in InsertWindow() 535 DBG_ASSERT( !pFoundDock && !pDock->pWin, "Fenster ist schon vorhanden!"); in InsertWindow() 564 pFoundDock->pWin = pDockWin; in InsertWindow() [all …]
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdedxv.hxx | 129 OutlinerView* ImpFindOutlinerView(Window* pWin) const; 133 …OutlinerView* ImpMakeOutlinerView(Window* pWin, sal_Bool bNoPaint, OutlinerView* pGivenView) const; 199 …virtual sal_Bool SdrBeginTextEdit(SdrObject* pObj, SdrPageView* pPV = 0L, ::Window* pWin = 0L, sal… 240 void SetTextEditWin(Window* pWin); 250 virtual sal_Bool KeyInput(const KeyEvent& rKEvt, Window* pWin); 251 virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt, Window* pWin); 252 virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt, Window* pWin); 253 virtual sal_Bool MouseMove(const MouseEvent& rMEvt, Window* pWin); 254 virtual sal_Bool Command(const CommandEvent& rCEvt, Window* pWin); 257 sal_Bool Paste(Window* pWin=NULL, sal_uIntPtr nFormat=SDR_ANYFORMAT); [all …]
|
| /trunk/main/sd/source/ui/view/ |
| H A D | drviews4.cxx | 164 sal_Bool DrawViewShell::KeyInput (const KeyEvent& rKEvt, ::sd::Window* pWin) in KeyInput() argument 236 bRet = ViewShell::KeyInput(rKEvt, pWin); in KeyInput() 319 ::sd::Window* pWin) in MouseButtonDown() argument 336 ViewShell::MouseButtonDown(rMEvt, pWin); in MouseButtonDown() 353 void DrawViewShell::MouseMove(const MouseEvent& rMEvt, ::sd::Window* pWin) in MouseMove() argument 384 pWin->CaptureMouse (); in MouseMove() 387 else if ( pWin != GetActiveWindow() ) in MouseMove() 388 pWin->CaptureMouse(); in MouseMove() 412 ViewShell::MouseMove(rMEvt, pWin); in MouseMove() 435 ShowMousePosInfo(aRect, pWin); in MouseMove() [all …]
|