/trunk/main/automation/source/server/ |
H A D | sta_list.cxx | 398 pMaybeResult = pWin; in IsWinOK() 472 return pWin == pTest; in IsWinOK() 484 if ( pWin->IsVisible() && pWin->GetType() == mnRT ) in IsWinOK() 538 …return pWin->IsVisible() && pWin->GetType() == WINDOW_FLOATINGWINDOW && ((FloatingWindow*)pWin)->I… in IsWinOK() 624 …return pWin->IsVisible() && ( (nRT == WINDOW_ANYTYPE && IsDialog(pWin) ) || pWin->GetType() == nRT… in IsWinOK() 648 return pWin->IsVisible() && ( pWin->GetType() == WINDOW_SPLITWINDOW ) in IsWinOK() 751 pFirstDocFrame = pWin; in SetFirstDocFrame() 791 if ( pWin && pWin->IsVisible() && pWin->GetType() == WINDOW_BORDERWINDOW ) in GetDocFrameMenuBar() 806 if ( pWin && pWin->IsVisible() && pWin->GetType() == WINDOW_BORDERWINDOW ) in IsDocFrame() 829 if ( pWin && IsDocFrame( pWin ) ) in IsDocWin() [all …]
|
H A D | recorder.cxx | 217 … LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), CUniString("Check") ); in IMPL_LINK() 247 … LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), aMethod ); in IMPL_LINK() 281 …LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), CUniString("Select"), ((L… in IMPL_LINK() 317 …LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), CUniString("Select"), nPo… in IMPL_LINK() 407 … LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), aMethod ); in IMPL_LINK() 425 … LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), CUniString("Click") ); in IMPL_LINK() 484 … LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), aMethod ); in IMPL_LINK() 506 … LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), CUniString("Click") ); in IMPL_LINK() 724 DBG_TRACE3( "TT_VCLMessage %u %u %X",nEventID, pWin->GetType(), pWin ); in IMPL_LINK() 777 DBG_TRACE3( "TT_VCLMessage %u %u %X",nEventID, pWin->GetType(), pWin ); in IMPL_LINK() [all …]
|
H A D | statemnt.hxx | 107 virtual sal_Bool IsWinOK( Window *pWin ) = 0; 301 static void SetFirstDocFrame( Window* pWin ); 304 static sal_Bool IsDocWin( Window* pWin ); 306 static sal_Bool IsDocFrame( Window* pWin ); 438 virtual sal_Bool IsWinOK( Window *pWin ); 447 virtual sal_Bool IsWinOK( Window *pWin ); 453 virtual sal_Bool IsWinOK( Window *pWin ); 462 virtual sal_Bool IsWinOK( Window *pWin ); 470 virtual sal_Bool IsWinOK( Window *pWin ); 477 virtual sal_Bool IsWinOK( Window *pWin ); [all …]
|
/trunk/main/basctl/source/basicide/ |
H A D | basides1.cxx | 152 while ( pWin ) in ExecuteCurrent() 154 if ( !pWin->IsSuspended() && pWin->IsA( TYPE( ModulWindow ) ) ) in ExecuteCurrent() 164 if ( !pWin->IsSuspended() && pWin->IsA( TYPE( ModulWindow ) ) ) in ExecuteCurrent() 190 if ( !pWin ) in ExecuteCurrent() 205 if ( pWin && !pWin->IsSuspended() && pWin->IsA( TYPE( ModulWindow ) ) ) in ExecuteCurrent() 221 if ( pWin && ( pWin != pCurWin ) ) in ExecuteCurrent() 480 if ( pWin ) in ExecuteGlobal() 493 while ( pWin ) in ExecuteGlobal() 495 if ( !pWin->IsSuspended() && pWin->IsA( TYPE( ModulWindow ) ) ) in ExecuteGlobal() 610 if ( pWin ) in ExecuteGlobal() [all …]
|
H A D | basidesh.cxx | 145 if( pWin ) in elementRemoved() 265 while ( pWin ) in ~BasicIDEShell() 268 delete pWin; in ~BasicIDEShell() 392 pWin->StoreData(); in StoreAllWindowData() 506 SetCurWindow( pWin ); in IMPL_LINK_INLINE_END() 697 pWin->StoreData(); in CheckWindows() 698 if ( pWin == pCurWin ) in CheckWindows() 716 if ( pWin->IsDocument( rDocument ) && pWin->GetLibName() == rLibName ) in RemoveWindows() 718 if ( pWin == pCurWin ) in RemoveWindows() 720 pWin->StoreData(); in RemoveWindows() [all …]
|
H A D | basides3.cxx | 59 DialogWindow* pWin = 0; in CreateDlgWin() local 74 if ( !pWin ) in CreateDlgWin() 110 pWin->SetStatus( pWin->GetStatus() & ~BASWIN_SUSPENDED ); in CreateDlgWin() 114 if ( pTmp == pWin ) in CreateDlgWin() 121 if( pWin ) in CreateDlgWin() 131 return pWin; in CreateDlgWin() 138 while ( pWin && !pDlgWin ) in FindDlgWin() 140 if ( ( !pWin->IsSuspended() || bFindSuspended ) && pWin->IsA( TYPE( DialogWindow ) ) ) in FindDlgWin() 144 …else if ( pWin->IsDocument( rDocument ) && pWin->GetLibName() == rLibName && pWin->GetName() == rD… in FindDlgWin() 147 pWin = aIDEWindowTable.Next(); in FindDlgWin() [all …]
|
H A D | basides2.cxx | 229 ModulWindow* pWin = 0; in CreateBasWin() local 245 if ( !pWin ) in CreateBasWin() 257 if( !pWin ) in CreateBasWin() 264 return pWin; in CreateBasWin() 269 pWin->SetStatus( pWin->GetStatus() & ~BASWIN_SUSPENDED ); in CreateBasWin() 273 if ( pTmp == pWin ) in CreateBasWin() 297 return pWin; in CreateBasWin() 304 while ( pWin && !pModWin ) in FindBasWin() 306 if ( ( !pWin->IsSuspended() || bFindSuspended ) && pWin->IsA( TYPE( ModulWindow ) ) ) in FindBasWin() 310 …else if ( pWin->IsDocument( rDocument ) && pWin->GetLibName() == rLibName && pWin->GetName() == rM… in FindBasWin() [all …]
|
/trunk/main/starmath/source/ |
H A D | accessibility.cxx | 80 if (pWin) in lcl_GetBounds() 104 if (pWin) in lcl_GetLocationOnScreen() 131 pWin = rSmAcc.pWin; in SmGraphicAccessible() 150 SmViewShell *pView = pWin ? pWin->GetView() : 0; in GetDoc_Impl() 204 if (!pWin) in containsPoint() 227 if (!pWin) in getBounds() 238 if (!pWin) in getLocation() 250 if (!pWin) in getLocationOnScreen() 435 if (pWin) in addEventListener() 1717 pWin = rSmAcc.pWin; in SmEditAccessible() [all …]
|
/trunk/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 397 if(pWin) in ImpInvalidateOutlinerView() 587 if(!pWin) in SdrBeginTextEdit() 740 if(pWin) in SdrBeginTextEdit() 1156 if(mxTextEditObj.is() && pWin!=NULL && pWin!=pTextEditWin) in SetTextEditWin() 1284 if (pWin!=NULL && pWin!=pTextEditWin) SetTextEditWin(pWin); in KeyInput() 1301 if (pWin!=NULL) aPt=pWin->PixelToLogic(aPt); in MouseButtonDown() 1315 if (pWin!=NULL && pWin!=pTextEditWin) SetTextEditWin(pWin); in MouseButtonDown() 1333 if (pWin!=NULL) aPt=pWin->PixelToLogic(aPt); in MouseButtonUp() 1365 if (pWin!=NULL) aPt=pWin->PixelToLogic(aPt); in MouseMove() 1400 if (pWin!=NULL) aPt=pWin->PixelToLogic(aPt); in Command() [all …]
|
/trunk/main/sfx2/source/appl/ |
H A D | workwin.cxx | 543 pWin, in SfxFrameWorkWin_Impl() 583 pWorkWin (pWin), in SfxWorkWindow() 679 if ( pCli && pCli->pWin && pCli->pWin->GetParent() == pOld ) in ChangeWindow_Impl() 745 pCW->pWin = 0; in DeleteControllers_Impl() 1685 pCW->pWin = pChildWin; in CreateChildWin_Impl() 1759 pCW->pWin = 0; in RemoveChildWin_Impl() 1903 Window *pWin=0; in ConfigChild_Impl() local 1943 pWin = pDockWin; in ConfigChild_Impl() 1981 if ( pChild->pWin == pWin ) in ConfigChild_Impl() 2220 if ( pCW->pWin ) in SetChildWindowVisible_Impl() [all …]
|
/trunk/main/vcl/source/app/ |
H A D | svapp.cxx | 1270 while( pWin ) in GetTopWindowCount() 1274 pWin = pWin->mpWindowImpl->mpFrameData->mpNextFrame; in GetTopWindowCount() 1286 while( pWin ) in GetTopWindow() 1295 pWin = pWin->mpWindowImpl->mpFrameData->mpNextFrame; in GetTopWindow() 1305 while( pWin ) in GetActiveTopWindow() 1308 return pWin; in GetActiveTopWindow() 1309 pWin = pWin->mpWindowImpl->mpParent; in GetActiveTopWindow() 1596 while( pWin->mpWindowImpl && pWin->mpWindowImpl->mpParent ) in GetDefDialogParent() 1597 pWin = pWin->mpWindowImpl->mpParent; in GetDefDialogParent() 1635 pWin = pWin->mpWindowImpl->mpParent; in GetDefDialogParent() [all …]
|
/trunk/main/sw/source/core/access/ |
H A D | accdoc.cxx | 125 mpChildWin = pWin; in AddChild() 261 Window *pWin = GetWindow(); in getBounds() local 265 Rectangle aPixBounds( pWin->GetWindowExtentsRelative( pWin->GetAccessibleParentWindow() ) ); in getBounds() 283 Window *pWin = GetWindow(); in getLocation() local 299 Window *pWin = GetWindow(); in getLocationOnScreen() local 315 Window *pWin = GetWindow(); in getSize() local 331 Window *pWin = GetWindow(); in containsPoint() local 352 Window *pWin = GetWindow(); in getAccessibleAtPoint() 384 if( pWin ) in SwAccessibleDocument() 401 if( pWin ) in ~SwAccessibleDocument() [all …]
|
/trunk/main/vcl/source/window/ |
H A D | menu.cxx | 887 pWin = pWin->GetWindow( WINDOW_NEXT ); //mpWindowImpl->mpNext; in ImplGetTopDockingAreaHeight() 1253 if ( pWin ) in InsertItem() 1420 if ( pWin ) in RemoveItem() 1816 if ( pWin && pWin->IsVisible() ) in EnableItem() 1860 if ( pWin && pWin->IsVisible() ) in ShowItem() 3435 if ( pWin && pWin->IsEnabled() && pWin->IsInputEnabled() && ! pWin->IsInModalMode() ) in ImplHandleKeyEvent() 3775 pWin->SetBorderStyle( pWin->GetBorderStyle() | WINDOW_BORDER_MENU ); in ImplExecute() 3776 pWindow = pWin; in ImplExecute() 4331 if( pWin ) in IMPL_LINK() 4448 while ( pWin && !pWin->bInExecute && in EndExecute() [all …]
|
H A D | seleng.cxx | 55 pWin( pWindow ) in SelectionEngine() 215 pWin->CaptureMouse(); in SelMouseButtonDown() 233 pWin->ReleaseMouse(); in SelMouseButtonDown() 255 pWin->ReleaseMouse(); in SelMouseButtonDown() 333 if( !pFunctionSet || !pWin ) in SelMouseButtonUp() 341 pWin->ReleaseMouse(); in SelMouseButtonUp() 429 if( pNewWin != pWin ) in SetWindow() 432 pWin->ReleaseMouse(); in SetWindow() 433 pWin = pNewWin; in SetWindow() 435 pWin->CaptureMouse(); in SetWindow() [all …]
|
H A D | syswin.cxx | 106 if( pWin && pWin->IsSystemWindow() ) in Notify() 137 if( pWin && pWin->IsSystemWindow() ) 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() 173 if ( pWin && pWin->IsSystemWindow() ) in GetTaskPaneList() 766 while( pWin ) in SetWindowStateData() 768 if( !pWin->ImplIsRealParentPath( this ) && ( pWin != this ) && in SetWindowStateData() 769 … pWin->ImplGetWindow()->IsTopWindow() && pWin->mpWindowImpl->mbReallyVisible ) in SetWindowStateData() [all …]
|
H A D | dockmgr.cxx | 891 FloatingWindow* pWin; in ImplStartDocking() local 893 pWin = mpFloatWin; in ImplStartDocking() 898 delete pWin; in ImplStartDocking() 1272 mpOldBorderWin->SetParent( pWin ); in StartPopupMode() 1273 GetWindow()->SetParent( pWin ); in StartPopupMode() 1282 mpFloatWin = pWin; in StartPopupMode() 1366 ImplDockFloatWin2* pWin = in SetFloatingMode() local 1411 pWin->SetPin( mbPined ); in SetFloatingMode() 1413 pWin->RollUp(); in SetFloatingMode() 1415 pWin->RollDown(); in SetFloatingMode() [all …]
|
H A D | splitwin.cxx | 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() 236 else if ( pWin->meAlign == WINDOWALIGN_TOP ) in ImplDrawBorder() 279 if ( pWin->mbFadeOut || pWin->mbAutoHide ) in ImplDrawBorderLine() 282 long nDX = pWin->mnDX; in ImplDrawBorderLine() 283 long nDY = pWin->mnDY; in ImplDrawBorderLine() 285 if ( pWin->meAlign == WINDOWALIGN_LEFT ) in ImplDrawBorderLine() [all …]
|
H A D | floatwin.cxx | 464 FloatingWindow* pWin = this; in ImplFloatHitTest() local 495 return pWin; 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 528 pWin = pWin->mpNextFloat; in ImplFindLastLevelFloat() 530 while ( pWin ); in ImplFindLastLevelFloat() 539 FloatingWindow* pWin = this; in ImplIsFloatPopupModeWindow() local 546 pWin = pWin->mpNextFloat; in ImplIsFloatPopupModeWindow() [all …]
|
H A D | dockwin.cxx | 299 FloatingWindow* pWin; in ImplStartDocking() local 301 pWin = mpFloatWin; in ImplStartDocking() 306 delete pWin; in ImplStartDocking() 852 ImplDockFloatWin* pWin = in SetFloatingMode() local 857 mpFloatWin = pWin; in SetFloatingMode() 872 SetParent( pWin ); in SetFloatingMode() 877 pWin->SetText( Window::GetText() ); in SetFloatingMode() 879 pWin->SetPosPixel( maFloatPos ); in SetFloatingMode() 883 pWin->SetPin( mbPined ); in SetFloatingMode() 885 pWin->RollUp(); in SetFloatingMode() [all …]
|
/trunk/main/vcl/source/control/ |
H A D | spinfld.cxx | 50 Point aPointerPos = pWin->GetPointerPosPixel(); in ImplGetSpinbuttonValue() 55 if ( !pWin->IsEnabled() || !bUpperEnabled ) in ImplGetSpinbuttonValue() 57 if ( pWin->HasFocus() ) in ImplGetSpinbuttonValue() 66 if ( !pWin->IsEnabled() || !bLowerEnabled ) in ImplGetSpinbuttonValue() 68 if ( pWin->HasFocus() ) in ImplGetSpinbuttonValue() 87 !(pWin->GetStyle() & WB_DROPDOWN) ) in ImplDrawNativeSpinfield() 99 Window *pBorder = pWin->GetWindow( WINDOW_BORDER ); in ImplDrawNativeSpinfield() 197 Window *pWin = (Window*) pOutDev; in ImplDrawSpinButton() local 201 switch( pWin->GetType() ) in ImplDrawSpinButton() 221 ImplGetSpinbuttonValue( pWin, rUpperRect, rLowerRect, in ImplDrawSpinButton() [all …]
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxcontainer.cxx | 146 if ( pWin ) 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() 188 if ( pWin ) in setGroup() 200 pPrevRadio = pWin; in setGroup() 207 WinBits nStyle = pWin->GetStyle(); in setGroup() 212 pWin->SetStyle( nStyle ); 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() 300 pTabView->SetDrawFuncPtr(new FuConstArc(this, pWin, pView, pDoc, aNewReq)); in ExecDraw() 307 pTabView->SetDrawFuncPtr(new FuText(this, pWin, pView, pDoc, aNewReq)); in ExecDraw() 318 pTabView->SetDrawFuncPtr(new FuMarkRect(this, pWin, pView, pDoc, aNewReq)); in ExecDraw() [all …]
|
/trunk/main/sfx2/source/dialog/ |
H A D | splitwin.cxx | 440 if ( pD->pWin ) in Split() 511 if ( pDock->pWin ) in InsertWindow() 654 pDock->pWin = pDockWin; in InsertWindow() 670 if (pD->pWin) in InsertWindow() 879 pDock->pWin = 0; in RemoveWindow() 1295 if ( pDock->pWin ) in Show_Impl() 1319 if ( pD->pWin && pD->pWin->HasChildPathFocus() ) in ActivateNextChild_Impl() 1334 if ( pD->pWin ) in ActivateNextChild_Impl() 1336 pD->pWin->GrabFocus(); in ActivateNextChild_Impl() 1347 if ( pD->pWin ) in ActivateNextChild_Impl() [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; 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); 284 …l_Bool BegMacroObj(const Point& rPnt, short nTol, SdrObject* pObj, SdrPageView* pPV, Window* pWin); [all …]
|
/trunk/main/sd/source/ui/view/ |
H A D | drviews4.cxx | 319 ::sd::Window* pWin) in MouseButtonDown() 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() 452 const Color aCol( pWin->GetPixel( pWin->PixelToLogic( Point( nX, nY ) ) ) ); in MouseMove() 630 aFieldPopup.Execute( pWin, aMPos ); in Command() 871 ViewShell::Command(rCEvt, pWin); in Command() 883 ::sd::Window* pWin) in ShowMousePosInfo() argument [all …]
|