/aoo4110/main/vcl/source/window/ |
H A D | dockmgr.cxx | 260 mpDockWin->GetWindow()->Move(); in Move() 926 GetWindow()->ImplUpdateAll(); in ImplStartDocking() 1248 Window* pRealParent = GetWindow()->GetWindow( WINDOW_PARENT ); in StartPopupMode() 1249 mpOldBorderWin = GetWindow()->GetWindow( WINDOW_BORDER ); in StartPopupMode() 1290 GetWindow()->Show(); in StartPopupMode() 1309 Window* pRealParent = GetWindow()->GetWindow( WINDOW_PARENT ); in IMPL_LINK() 1315 GetWindow()->mpWindowImpl->mnLeftBorder, GetWindow()->mpWindowImpl->mnTopBorder, in IMPL_LINK() 1316 GetWindow()->mpWindowImpl->mnRightBorder, GetWindow()->mpWindowImpl->mnBottomBorder ); in IMPL_LINK() 1361 Window* pRealParent = GetWindow()->GetWindow( WINDOW_PARENT ); in SetFloatingMode() 1362 mpOldBorderWin = GetWindow()->GetWindow( WINDOW_BORDER ); in SetFloatingMode() [all …]
|
H A D | dialog.cxx | 91 pNextWindow = pNextWindow->GetWindow( WINDOW_CLIENT ); in ImplIsMnemonicCtrl() 116 pGetChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in ImplWindowAutoMnemonic() 121 pGetChild = pGetChild->GetWindow( WINDOW_NEXT ); in ImplWindowAutoMnemonic() 144 pGetChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in ImplWindowAutoMnemonic() 155 pGetChild = pGetChild->GetWindow( WINDOW_NEXT ); in ImplWindowAutoMnemonic() 163 Window* pChild = pDialog->GetWindow( WINDOW_FIRSTCHILD ); in ImplGetDefaultButton() 173 pChild = pChild->GetWindow( WINDOW_NEXT ); in ImplGetDefaultButton() 183 Window* pChild = pDialog->GetWindow( WINDOW_FIRSTCHILD ); in ImplGetOKButton() 189 pChild = pChild->GetWindow( WINDOW_NEXT ); in ImplGetOKButton() 199 Window* pChild = pDialog->GetWindow( WINDOW_FIRSTCHILD ); in ImplGetCancelButton() [all …]
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxwindow.cxx | 389 if ( GetWindow() ) in ~VCLXWindow() 1012 if ( GetWindow() ) in setPosSize() 1026 if ( GetWindow() ) in getPosSize() 1078 if ( GetWindow() ) in setFocus() 1193 if ( GetWindow() ) in setBackground() 1213 if ( GetWindow() ) in invalidate() 1221 if ( GetWindow() ) in invalidateRect() 1259 if ( GetWindow() ) in enableClipSiblings() 1267 if ( GetWindow() ) in setForeground() 1278 if ( GetWindow() ) in setControlFont() [all …]
|
H A D | vclxaccessiblecomponent.cxx | 73 if ( pVCLXindow->GetWindow() ) in DBG_NAME() 598 if ( GetWindow() ) in getAccessibleChildCount() 612 if ( GetWindow() ) in getAccessibleChild() 625 if ( GetWindow() ) in getVclParent() 660 if ( GetWindow() ) in getAccessibleIndexInParent() 712 if ( GetWindow() ) in getAccessibleRole() 724 if ( GetWindow() ) in getAccessibleDescription() 735 if ( GetWindow() ) in getAccessibleName() 859 if ( GetWindow() ) in getLocationOnScreen() 954 if ( GetWindow() ) in getTitledBorderText() [all …]
|
H A D | vclxwindows.cxx | 227 if ( GetWindow() ) in setPosSize() 294 if ( !GetWindow() ) in getProperty() 2357 if ( GetWindow() ) in execute() 4537 if ( GetWindow() ) 5030 if ( GetWindow() ) in setProperty() 5093 if ( GetWindow() ) in getProperty() 5359 if ( GetWindow() ) in setProperty() 5647 if ( GetWindow() ) in setProperty() 5954 if ( GetWindow() ) in setProperty() 6191 if ( GetWindow() ) in setProperty() [all …]
|
H A D | vclxspinbutton.cxx | 147 lcl_setSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::SetValue, n ); in setValue() 163 return lcl_getSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::GetValue ); in getValue() 181 return lcl_getSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::GetRangeMin ); in getMinimum() 187 return lcl_getSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::GetRangeMax ); in getMaximum() 213 return ( 0 != ( GetWindow()->GetStyle() & WB_HSCROLL ) ) in getOrientation() 223 SpinButton* pSpinButton = static_cast< SpinButton* >( GetWindow() ); in ProcessWindowEvent() 258 if ( GetWindow() ) in setProperty() 266 setButtonLikeFaceColor( GetWindow(), Value); in setProperty() 307 if ( GetWindow() ) in getProperty() 315 aReturn = getButtonLikeFaceColor( GetWindow() ); in getProperty() [all …]
|
H A D | vclxdialog.cxx | 87 return VCLXWindow::GetWindow(); in GetWindowImpl() 164 if ( GetWindow() ) in setProperty() 182 if ( GetWindow() ) in getProperty() 202 Window* pWindow = GetWindow(); in setTitle() 211 Window* pWindow = GetWindow(); in setHelpId() 221 Window* pWindow = GetWindow(); in getTitle() 232 if ( GetWindow() ) in execute() 234 Dialog* pDlg = (Dialog*) GetWindow(); in execute() 240 Window* pFrame = pDlg->GetWindow( WINDOW_FRAME ); in execute() 260 pFocusWin = GetWindow(); in endDialog() [all …]
|
H A D | vclxtabpagecontainer.cxx | 65 TabControl* pTabControl = (TabControl*)GetWindow(); in draw() 108 TabControl* pTabPage = (TabControl*)GetWindow(); in setProperty() 116 TabControl* pTabCtrl = (TabControl*)GetWindow(); in getActiveTabPageID() 121 TabControl* pTabCtrl = (TabControl*)GetWindow(); in setActiveTabPageID() 127 TabControl* pTabCtrl = (TabControl*)GetWindow(); in getTabPageCount() 168 TabControl* pTabControl = static_cast< TabControl* >( GetWindow() ); in ProcessWindowEvent() 194 TabControl* pTabCtrl = (TabControl*)GetWindow(); in elementInserted() 202 Window* pWindow = VCLUnoHelper::GetWindow(xControl->getPeer()); in elementInserted() 218 TabControl* pTabCtrl = (TabControl*)GetWindow(); in elementRemoved()
|
/aoo4110/main/svtools/source/brwbox/ |
H A D | editbrowsebox.cxx | 257 Controller()->GetWindow().GrabFocus(); in GetFocus() 277 aController->GetWindow().GrabFocus(); in IMPL_LINK() 577 aController->GetWindow().GrabFocus(); in implActivateCellOnMouseEvent() 912 aController->GetWindow().GrabFocus(); in IsCursorMoveAllowed() 937 aController->GetWindow().GrabFocus(); in IsCursorMoveAllowed() 988 Controller()->GetWindow().GrabFocus(); in ColumnMoved() 1169 Controller()->GetWindow().GrabFocus(); in ColumnResized() 1390 GetWindow().Hide( ); in suspend() 1391 GetWindow().Disable( ); in suspend() 1402 GetWindow().Enable( ); in resume() [all …]
|
/aoo4110/main/svtools/source/uno/ |
H A D | unoiface.cxx | 225 MultiLineEdit* pEdit = (MultiLineEdit*)GetWindow(); in setText() 242 MultiLineEdit* pEdit = (MultiLineEdit*)GetWindow(); in insertText() 255 MultiLineEdit* pEdit = (MultiLineEdit*)GetWindow(); in getText() 527 if ( GetWindow() && !GetWindow()->HasChildPathFocus() ) in setFocus() 528 GetWindow()->GrabFocus(); in setFocus() 627 Window* pWindow = GetWindow(); in setText() 655 Window* pWindow = GetWindow(); in getText() 2158 Window* pWindow = GetWindow(); 2170 Window* pWindow = GetWindow(); in setBackgroundColor() 2246 Window* pWindow = GetWindow(); in setProperty() [all …]
|
H A D | svtxgridcontrol.cxx | 123 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in getRowAtPoint() 135 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in getColumnAtPoint() 147 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in getCurrentColumn() 159 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in getCurrentRow() 171 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in goToCell() 197 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in setProperty() 461 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in getProperty() 630 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in dataChanged() 641 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in rowHeadingChanged() 691 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in selectRow() [all …]
|
/aoo4110/main/accessibility/source/standard/ |
H A D | vclxaccessibletoolbox.cxx | 206 ToolBox* pToolBox = static_cast< ToolBox* >( GetWindow() ); in GetItem_Impl() 221 ToolBox* pToolBox = static_cast< ToolBox* >( GetWindow() ); in UpdateFocus_Impl() 273 ToolBox* pToolBox = static_cast< ToolBox* >( GetWindow() ); in ReleaseFocus_Impl() 289 ToolBox* pToolBox = static_cast< ToolBox* >( GetWindow() ); in UpdateChecked_Impl() 314 ToolBox* pToolBox = static_cast< ToolBox* >( GetWindow() ); in UpdateIndeterminate_Impl() 371 ToolBox* pToolBox = static_cast< ToolBox* >( GetWindow() ); in UpdateItem_Impl() 427 ToolBox* pToolBox = static_cast< ToolBox* >( GetWindow() ); in UpdateAllItems_Impl() 453 ToolBox* pToolBox = static_cast< ToolBox* >( GetWindow() ); in UpdateCustomPopupItemp_Impl() 486 ToolBox* pToolBox = static_cast< ToolBox* >( GetWindow() ); in HandleSubToolBarEvent() 546 ToolBox* pToolBox = static_cast< ToolBox* >( GetWindow() ); in ProcessWindowEvent() [all …]
|
H A D | vclxaccessibletextcomponent.cxx | 59 if ( GetWindow() ) in VCLXAccessibleTextComponent() 60 m_sText = OutputDevice::GetNonMnemonicString( GetWindow()->GetText() ); in VCLXAccessibleTextComponent() 105 if ( GetWindow() ) in implGetText() 106 aText = OutputDevice::GetNonMnemonicString( GetWindow()->GetText() ); in implGetText() 190 if ( GetWindow() ) in getCharacterAttributes() 192 Font aFont = GetWindow()->GetControlFont(); in getCharacterAttributes() 194 sal_Int32 nBackColor = GetWindow()->GetControlBackground().GetColor(); in getCharacterAttributes() 195 sal_Int32 nColor = GetWindow()->GetControlForeground().GetColor(); in getCharacterAttributes() 264 Control* pControl = static_cast< Control* >( GetWindow() ); in getCharacterBounds() 287 Control* pControl = static_cast< Control* >( GetWindow() ); in getIndexAtPoint() [all …]
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit.cxx | 1423 aMousePos = GetWindow()->PixelToLogic( aMousePos ); in IsSelectionAtPoint() 1442 aMousePos = GetWindow()->PixelToLogic( aMousePos ); in SetCursorAtPoint() 1508 Color aOldFillColor = GetWindow()->GetFillColor(); in ShowDDCursor() 1521 MapMode aMapMode( GetWindow()->GetMapMode() ); in ShowDDCursor() 1536 aSaveRec = GetWindow()->PixelToLogic( aSaveRec ); in ShowDDCursor() 1543 GetWindow()->DrawRect( rRect ); in ShowDDCursor() 1548 GetWindow()->SetFillColor( aOldFillColor ); in ShowDDCursor() 1618 aSz = GetWindow()->PixelToLogic( aSz ); in dragGestureRecognized() 1845 aMousePos = GetWindow()->PixelToLogic( aMousePos ); in dragOver() 1981 Window* pWindow = GetWindow(); in AddDragAndDropListeners() [all …]
|
/aoo4110/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 273 Resource &r = *GetWindow (); in setRes() 359 ::Window* Window::GetWindow() const in GetWindow() function in layout::Window 366 return GetWindow()->GetParent(); in GetParent() 371 GetWindow()->SetHelpId( id ); in SetHelpId() 381 GetWindow()->EnterWait (); in EnterWait() 385 GetWindow()->LeaveWait (); in LeaveWait() 389 return GetWindow()->IsWait (); in IsWait() 394 if (GetWindow ()) in IsVisible() 466 GetWindow ()->SetFont (font); in SetFont() 659 GetWindow()->SetText( str ); in SetText() [all …]
|
/aoo4110/main/toolkit/source/helper/ |
H A D | unowrapper.cxx | 259 Window* pChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in WindowDestroyed() 262 Window* pNextChild = pChild->GetWindow( WINDOW_NEXT ); in WindowDestroyed() 264 Window* pClient = pChild->GetWindow( WINDOW_CLIENT ); in WindowDestroyed() 275 Window* pOverlap = pWindow->GetWindow( WINDOW_OVERLAP ); in WindowDestroyed() 276 pOverlap = pOverlap->GetWindow( WINDOW_FIRSTOVERLAP ); in WindowDestroyed() 279 Window* pNextOverlap = pOverlap->GetWindow( WINDOW_NEXT ); in WindowDestroyed() 280 Window* pClient = pOverlap->GetWindow( WINDOW_CLIENT ); in WindowDestroyed() 315 Window* pTopWindowChild = pWindow->GetWindow( WINDOW_FIRSTTOPWINDOWCHILD ); in WindowDestroyed() 321 Window* pNextTopChild = pTopWindowChild->GetWindow( WINDOW_NEXTTOPWINDOWSIBLING ); in WindowDestroyed()
|
/aoo4110/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 803 if( GetWindow() == hPresentationWindow ) in ~X11SalFrame() 876 GetWindow(), in SetBackgroundBitmap() 1278 GetWindow(), in Show() 1324 GetWindow(), in Show() 1998 mpParent->GetWindow(), in SetPosSize() 2067 if( GetShellWindow() != GetWindow() ) in SetPosSize() 2489 XLIB_Window nFocusWindow = GetWindow(); in PostExtTextEvent() 2738 if( GetWindow() == hPresentationWindow ) in createNewWindow() 3731 && pEvent->window != GetWindow() in HandleSizeEvent() 3750 GetWindow(), in HandleSizeEvent() [all …]
|
/aoo4110/main/automation/source/server/ |
H A D | sta_list.cxx | 360 if ( pBase->GetWindow( WINDOW_FIRSTOVERLAP ) ) in SearchAllWin() 363 if ( !pResult && pBase->GetWindow( WINDOW_NEXT ) ) in SearchAllWin() 553 if ( pBaseMenu->GetWindow() == pWin ) in GetMatchingMenu() 563 if ( pPopup && pPopup->GetWindow() ) in GetMatchingMenu() 565 if ( pPopup->GetWindow() == pWin ) in GetMatchingMenu() 658 pBase = pBase->GetWindow( WINDOW_OVERLAP ); in GetFadeSplitWin() 669 Window *pBaseFrame = pBase->GetWindow( WINDOW_OVERLAP ); in GetMouseWin() 875 Window *pBaseFrame = pBase->GetWindow( WINDOW_OVERLAP ); in Tree() 891 if ( pBase->GetWindow( WINDOW_FIRSTOVERLAP ) ) in Tree() 897 if ( pBase->GetWindow( WINDOW_NEXT ) ) in Tree() [all …]
|
/aoo4110/main/forms/source/richtext/ |
H A D | richtextcontrol.cxx | 236 pParentWin = pParentXWin->GetWindow(); in createPeer() 376 RichTextControl* pRichTextControl = static_cast< RichTextControl* >( GetWindow() ); in dispose() 402 RichTextControl* pControl = static_cast< RichTextControl* >( GetWindow() ); in draw() 427 if ( !GetWindow() ) in setProperty() 435 RichTextControl* pControl = static_cast< RichTextControl* >( GetWindow() ); in setProperty() 449 adjustTwoStateWinBit( GetWindow(), _rValue, WB_HSCROLL ); in setProperty() 453 adjustTwoStateWinBit( GetWindow(), _rValue, WB_VSCROLL ); in setProperty() 457 adjustTwoStateWinBit( GetWindow(), _rValue, WB_WORDBREAK, true ); in setProperty() 461 RichTextControl* pControl = static_cast< RichTextControl* >( GetWindow() ); in setProperty() 529 RichTextControl* pRichTextControl = static_cast< RichTextControl* >( GetWindow() ); in implCreateDispatcher() [all …]
|
/aoo4110/main/sw/source/core/access/ |
H A D | acccontext.cxx | 121 Window *SwAccessibleContext::GetWindow() in GetWindow() function in SwAccessibleContext 300 else if ( rLower.GetWindow() ) in ChildrenScrolled() 374 Window *pWin = GetWindow(); in ScrolledIn() 431 else if ( rLower.GetWindow() ) in InvalidateChildrenStates() 468 else if ( rLower.GetWindow() ) in DisposeChildren() 678 else if ( aChild.GetWindow() ) in getAccessibleChild() 861 Window *pWin = GetWindow(); in getAccessibleAtPoint() 882 else if ( aChild.GetWindow() ) in getAccessibleAtPoint() 918 Window *pWin = GetWindow(); in getBoundsImpl() 1112 Window *pWin = GetWindow(); in ScrolledInShape() [all …]
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 531 pParentWin = pParent->GetWindow(); in createPeer() 1325 FmGridControl* pGrid = (FmGridControl*) GetWindow(); in queryFieldDataType() 1379 FmGridControl* pGrid = (FmGridControl*) GetWindow(); in queryFieldData() 1473 FmGridControl* pGrid = (FmGridControl*) GetWindow(); in propertyChange() 1593 FmGridControl* pGrid = (FmGridControl*) GetWindow(); in commit() 1616 FmGridControl* pGrid = (FmGridControl*) GetWindow(); in cursorMoved() 1786 Window* pWin = GetWindow(); in setDesignMode() 1800 Window* pWin = GetWindow(); in isDesignMode() 2108 Window* pGrid = GetWindow(); in CreateAccessibleContext() 2135 if (GetWindow()) in getProperty() [all …]
|
/aoo4110/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 1134 if ( GetWindow().HasChildPathFocus( sal_True ) ) in ReleaseObjectShell_Impl() 1137 GetWindow().GrabFocus(); in ReleaseObjectShell_Impl() 1323 GetWindow().SetOutputSizePixel( aSize ); in SetBorderPixelImpl() 1324 Window* pParent = &GetWindow(); in SetBorderPixelImpl() 1862 Window *pWindow = pSh->GetWindow(); in DoAdjustPosSize() 1954 if ( &GetWindow() == &GetFrame().GetWindow() || !GetFrame().HasComponent() ) in Show() 1955 GetWindow().Show(); in Show() 1956 GetFrame().GetWindow().Show(); in Show() 1980 GetWindow().Hide(); in Hide() 2430 if ( GetWindow().IsReallyVisible() ) in SwitchToViewShell_Impl() [all …]
|
H A D | frame.cxx | 767 GetWindow().Show(); in Appear() 801 Size aSize( GetWindow().GetOutputSizePixel() ); in SetToolSpaceBorderPixel_Impl() 817 … pF->GetWindow().SetBorderStyle( bHasTools ? WINDOW_BORDER_NORMAL : WINDOW_BORDER_NOBORDER ); in SetToolSpaceBorderPixel_Impl() 820 pF->GetWindow().SetPosSizePixel( aPos, aSize ); in SetToolSpaceBorderPixel_Impl() 826 Size aSize( GetWindow().GetOutputSizePixel() ); in GetTopOuterRectPixel_Impl() 886 pImp->pWorkWin = new SfxFrameWorkWin_Impl( &pFrame->GetWindow(), this, pFrame ); in CreateWorkWindow_Impl() 893 GetWindow().GrabFocus(); in GrabFocusOnComponent_Impl() 897 Window* pFocusWindow = &GetWindow(); in GrabFocusOnComponent_Impl() 898 …() && GetCurrentViewFrame()->GetViewShell() && GetCurrentViewFrame()->GetViewShell()->GetWindow() ) in GrabFocusOnComponent_Impl() 899 pFocusWindow = GetCurrentViewFrame()->GetViewShell()->GetWindow(); in GrabFocusOnComponent_Impl() [all …]
|
/aoo4110/main/sd/source/ui/presenter/ |
H A D | PresenterHelper.cxx | 116 ::Window* pParentWindow = VCLUnoHelper::GetWindow(rxParentWindow); in createWindow() 204 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in createCanvas() 237 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in toTop() 295 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in captureMouse() 311 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in releaseMouse() 326 ::Window* pChildWindow = VCLUnoHelper::GetWindow(rxChildWindow); in getWindowExtentsRelative() 327 ::Window* pParentWindow = VCLUnoHelper::GetWindow(rxParentWindow); in getWindowExtentsRelative()
|
/aoo4110/main/basctl/source/dlged/ |
H A D | dlgedfunc.cxx | 39 Window* pWindow = pParent->GetWindow(); in IMPL_LINK_INLINE_START() 53 Window* pWindow = pParent->GetWindow(); in IMPL_LINK_INLINE_END() 136 Window* pWindow = pParent->GetWindow(); in KeyInput() 382 Window* pWindow= pParent->GetWindow(); in MouseButtonDown() 422 Window* pWindow= pParent->GetWindow(); in MouseButtonUp() 457 Window* pWindow= pParent->GetWindow(); in MouseMove() 494 Window* pWindow = pParent->GetWindow(); in MouseButtonDown() 560 Window* pWindow= pParent->GetWindow(); in MouseButtonUp() 613 Window* pWindow= pParent->GetWindow(); in MouseMove()
|