| /AOO41X/main/vcl/source/window/ |
| H A D | dockmgr.cxx | 105 SetSettings( pDockingWin->GetWindow()->GetSettings() ); in ImplDockFloatWin2() 106 Enable( pDockingWin->GetWindow()->IsEnabled(), sal_False ); in ImplDockFloatWin2() 107 EnableInput( pDockingWin->GetWindow()->IsInputEnabled(), sal_False ); in ImplDockFloatWin2() 108 AlwaysEnableInput( pDockingWin->GetWindow()->IsAlwaysEnableInput(), sal_False ); in ImplDockFloatWin2() 109 EnableAlwaysOnTop( pDockingWin->GetWindow()->IsAlwaysOnTopEnabled() ); in ImplDockFloatWin2() 110 SetActivateMode( pDockingWin->GetWindow()->GetActivateMode() ); in ImplDockFloatWin2() 141 mpDockWin->GetWindow()->GetParent()->ImplGetFrameWindow()->HideTracking(); in IMPL_LINK() 147 mpDockWin->GetWindow()->GetParent()->ImplGetFrameWindow()->HideTracking(); in IMPL_LINK() 152 …mpDockWin->GetWindow()->GetParent()->ImplGetFrameWindow()->ShowTracking( maDockRect, SHOWTRACK_BIG… in IMPL_LINK() 167 mpDockWin->GetWindow()->GetParent()->ImplGetFrameWindow()->HideTracking(); in IMPL_LINK() [all …]
|
| H A D | dialog.cxx | 88 Window* pNextWindow = pWindow->GetWindow( WINDOW_NEXT ); in ImplIsMnemonicCtrl() 91 pNextWindow = pNextWindow->GetWindow( WINDOW_CLIENT ); in ImplIsMnemonicCtrl() 116 pGetChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in ImplWindowAutoMnemonic() 121 pGetChild = pGetChild->GetWindow( WINDOW_NEXT ); in ImplWindowAutoMnemonic() 133 pGetChild = pParent->GetWindow( WINDOW_FIRSTCHILD ); in ImplWindowAutoMnemonic() 138 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() [all …]
|
| /AOO41X/main/toolkit/source/awt/ |
| H A D | vclxwindow.cxx | 389 if ( GetWindow() ) in ~VCLXWindow() 391 GetWindow()->RemoveEventListener( LINK( this, VCLXWindow, WindowEventListener ) ); in ~VCLXWindow() 392 GetWindow()->SetWindowPeer( NULL, NULL ); in ~VCLXWindow() 393 GetWindow()->SetAccessible( NULL ); in ~VCLXWindow() 411 if ( GetWindow() ) in SetWindow() 413 GetWindow()->RemoveEventListener( LINK( this, VCLXWindow, WindowEventListener ) ); in SetWindow() 419 if ( GetWindow() ) in SetWindow() 421 GetWindow()->AddEventListener( LINK( this, VCLXWindow, WindowEventListener ) ); in SetWindow() 458 DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow() && GetWindow(), "Window???" ); in IMPL_LINK() 522 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent() [all …]
|
| H A D | vclxaccessiblecomponent.cxx | 72 DBG_ASSERT( pVCLXindow->GetWindow(), "VCLXAccessibleComponent - no window!" ); in DBG_NAME() 73 if ( pVCLXindow->GetWindow() ) in DBG_NAME() 75 …pVCLXindow->GetWindow()->AddEventListener( LINK( this, VCLXAccessibleComponent, WindowEventListene… in DBG_NAME() 76 …pVCLXindow->GetWindow()->AddChildEventListener( LINK( this, VCLXAccessibleComponent, WindowChildEv… in DBG_NAME() 89 if ( mpVCLXindow && mpVCLXindow->GetWindow() ) in ~VCLXAccessibleComponent() 91 …mpVCLXindow->GetWindow()->RemoveEventListener( LINK( this, VCLXAccessibleComponent, WindowEventLis… in ~VCLXAccessibleComponent() 92 …mpVCLXindow->GetWindow()->RemoveChildEventListener( LINK( this, VCLXAccessibleComponent, WindowChi… in ~VCLXAccessibleComponent() 143 DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow(), "Window???" ); in IMPL_LINK() 144 …if( !((VclWindowEvent*)pEvent)->GetWindow()->IsAccessibilityEventsSuppressed() || ( pEvent->GetId(… in IMPL_LINK() 159 DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow(), "Window???" ); in IMPL_LINK() [all …]
|
| H A D | vclxwindows.cxx | 218 …OSL_PRECOND( GetWindow(), "VCLXGraphicControl::ImplSetNewImage: window is required to be not-NULL!… in ImplSetNewImage() 219 Button* pButton = static_cast< Button* >( GetWindow() ); in ImplSetNewImage() 227 if ( GetWindow() ) in setPosSize() 229 Size aOldSize = GetWindow()->GetSizePixel(); in setPosSize() 240 Button* pButton = static_cast< Button* >( GetWindow() ); in setProperty() 257 WindowType eType = GetWindow()->GetType(); in setProperty() 271 WindowType eType = GetWindow()->GetType(); in setProperty() 294 if ( !GetWindow() ) in getProperty() 305 WindowType eType = GetWindow()->GetType(); in getProperty() 311 …aProp <<= ::toolkit::getCompatibleImageAlign( static_cast< Button* >( GetWindow() )->GetImageAlign… in getProperty() [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() 169 lcl_setSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::SetRangeMin, minValue ); in setMinimum() 175 lcl_setSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::SetRangeMax, maxValue ); in setMaximum() 181 return lcl_getSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::GetRangeMin ); in getMinimum() 187 return lcl_getSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::GetRangeMax ); in getMaximum() 193 lcl_setSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::SetValueStep, spinIncrement ); in setSpinIncrement() 199 return lcl_getSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::GetValueStep ); in getSpinIncrement() 207 lcl_modifyStyle( GetWindow(), WB_HSCROLL, orientation == ScrollBarOrientation::HORIZONTAL ); in setOrientation() 213 return ( 0 != ( GetWindow()->GetStyle() & WB_HSCROLL ) ) in getOrientation() [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() 235 Window* pParent = pDlg->GetWindow( WINDOW_PARENTOVERLAP ); in execute() 240 Window* pFrame = pDlg->GetWindow( WINDOW_FRAME ); in execute() [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()
|
| /AOO41X/main/svtools/source/brwbox/ |
| H A D | editbrowsebox.cxx | 128 pEvent = new BrowserMouseEvent(pEvt->GetWindow(), in Set() 256 if (IsEditing() && Controller()->GetWindow().IsVisible()) in GetFocus() 257 Controller()->GetWindow().GrabFocus(); in GetFocus() 276 …if (!aController->GetWindow().HasFocus() && (m_pFocusWhileRequest == Application::GetFocusWindow()… in IMPL_LINK() 277 aController->GetWindow().GrabFocus(); in IMPL_LINK() 298 … if (IsEditing() && nEditCol == nColumnId && aController->GetWindow().IsVisible()) in PaintField() 443 aCellController->GetWindow().GrabFocus(); in RowHeightChanged() 567 else if (IsEditing() && !aController->GetWindow().IsEnabled()) in implActivateCellOnMouseEvent() 569 else if (IsEditing() && !aController->GetWindow().HasChildPathFocus()) in implActivateCellOnMouseEvent() 572 if (IsEditing() && aController->GetWindow().IsEnabled() && aController->WantMouseEvent()) in implActivateCellOnMouseEvent() [all …]
|
| /AOO41X/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() 266 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in getSelectedText() 277 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in setSelection() 289 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in getSelection() 302 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in isEditable() 310 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in setEditable() 319 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in setMaxTextLen() 328 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in getMaxTextLen() [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() 427 TableControl* pTable = dynamic_cast< TableControl* >( GetWindow() ); in impl_checkTableModelInit() 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() [all …]
|
| /AOO41X/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() 507 ToolBox* pToolBox = static_cast< ToolBox* >( GetWindow() ); in ReleaseSubToolBox() [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 …]
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | impedit.cxx | 475 …const sal_Int32 nMore(DoInvalidateMore() ? GetWindow()->PixelToLogic(Size(nInvMore, 0)).Width() : … in ResetOutputArea() 479 …GetWindow()->Invalidate(Rectangle(aOutArea.Left() - nMore, aOldArea.Top() - nMore, aOldArea.Left()… in ResetOutputArea() 483 …GetWindow()->Invalidate(Rectangle(aOldArea.Left() - nMore, aOldArea.Top() - nMore, aOutArea.Left()… in ResetOutputArea() 488 …GetWindow()->Invalidate(Rectangle(aOutArea.Right(), aOldArea.Top() - nMore, aOldArea.Right() + nMo… in ResetOutputArea() 492 …GetWindow()->Invalidate(Rectangle(aOldArea.Right(), aOldArea.Top() - nMore, aOutArea.Right() + nMo… in ResetOutputArea() 497 …GetWindow()->Invalidate(Rectangle(aOldArea.Left() - nMore, aOutArea.Top() - nMore, aOldArea.Right(… in ResetOutputArea() 501 …GetWindow()->Invalidate(Rectangle(aOldArea.Left() - nMore, aOldArea.Top() - nMore, aOldArea.Right(… in ResetOutputArea() 506 …GetWindow()->Invalidate(Rectangle(aOldArea.Left() - nMore, aOutArea.Bottom(), aOldArea.Right() + n… in ResetOutputArea() 510 …GetWindow()->Invalidate(Rectangle(aOldArea.Left() - nMore, aOldArea.Bottom(), aOldArea.Right() + n… in ResetOutputArea() 890 GetWindow()->SetInputContext( InputContext( aFont, nContextFlags ) ); in ShowCursor() [all …]
|
| /AOO41X/main/toolkit/source/layout/vcl/ |
| H A D | wrapper.cxx | 226 ::Window* window = VCLXWindow::GetImplementation (ref)->GetWindow (); in redraw() 241 mpImpl->mvclWindow = GetVCLXWindow () ? GetWindow () : 0; in Window() 273 Resource &r = *GetWindow (); in setRes() 322 if (::Window *window = vcl->GetWindow()) in SetParent() 334 window->SetParent (GetWindow ()); in ParentSet() 359 ::Window* Window::GetWindow() const in GetWindow() function in layout::Window 361 return GetVCLXWindow()->GetWindow(); in GetWindow() 366 return GetWindow()->GetParent(); in GetParent() 371 GetWindow()->SetHelpId( id ); in SetHelpId() 376 return GetWindow()->GetHelpId(); in GetHelpId() [all …]
|
| /AOO41X/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()
|
| /AOO41X/main/vcl/unx/generic/window/ |
| H A D | salframe.cxx | 321 …hile( it != rFrames.end() && mhForeignParent != static_cast<const X11SalFrame*>(*it)->GetWindow() ) in Init() 772 XSetWindowBackgroundPixmap( GetXDisplay(), GetWindow(), None ); in ~X11SalFrame() 789 XSelectInput( GetXDisplay(), GetWindow(), 0 ); in ~X11SalFrame() 803 if( GetWindow() == hPresentationWindow ) in ~X11SalFrame() 864 XSetWindowBackgroundPixmap( GetXDisplay(), GetWindow(), None ); in SetBackgroundBitmap() 876 GetWindow(), in SetBackgroundBitmap() 890 XSetWindowBackgroundPixmap( GetXDisplay(), GetWindow(), mhBackgroundPixmap ); in SetBackgroundBitmap() 903 pFrame->maSystemChildData.aWindow = pFrame->GetWindow(); in GetSystemData() 929 pGraphics_->Init( this, GetWindow(), m_nScreen ); in GetGraphics() 948 Drawable aDrawable = bClear ? None : GetWindow(); in updateGraphics() [all …]
|
| /AOO41X/main/automation/source/server/ |
| H A D | sta_list.cxx | 308 pBase = pBase->GetWindow( WINDOW_OVERLAP ); in SearchAllWin() 360 if ( pBase->GetWindow( WINDOW_FIRSTOVERLAP ) ) in SearchAllWin() 361 pResult = SearchAllWin( pBase->GetWindow( WINDOW_FIRSTOVERLAP ), aSearch ); in SearchAllWin() 363 if ( !pResult && pBase->GetWindow( WINDOW_NEXT ) ) in SearchAllWin() 364 pResult = SearchAllWin( pBase->GetWindow( WINDOW_NEXT ), aSearch ); 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() [all …]
|
| /AOO41X/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() 477 RichTextControl* pRichTextControl = static_cast< RichTextControl* >( GetWindow() ); in setProperty() [all …]
|
| /AOO41X/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() 680 xChild = aChild.GetWindow()->GetAccessible(); in getAccessibleChild() 861 Window *pWin = GetWindow(); in getAccessibleAtPoint() 882 else if ( aChild.GetWindow() ) in getAccessibleAtPoint() 884 xAcc = aChild.GetWindow()->GetAccessible(); in getAccessibleAtPoint() [all …]
|
| /AOO41X/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() 1626 FmGridControl* pGrid = (FmGridControl*) GetWindow(); in rowChanged() 1729 FmGridControl* pGrid = static_cast< FmGridControl* >( GetWindow() ); in setColumns() 1786 Window* pWin = GetWindow(); in setDesignMode() 1800 Window* pWin = GetWindow(); in isDesignMode() [all …]
|
| /AOO41X/main/sfx2/source/view/ |
| H A D | viewfrm.cxx | 536 QueryBox aBox( &GetWindow(), SfxResId(MSG_QUERY_OPENASTEMPLATE) ); in ExecReload_Impl() 624 QueryBox aBox( &GetWindow(), SfxResId(MSG_QUERY_LASTVERSION) ); in ExecReload_Impl() 817 QueryBox aBox( &GetWindow(), SfxResId(MSG_QUERY_OPENASTEMPLATE) ); in ExecReload_Impl() 1134 if ( GetWindow().HasChildPathFocus( sal_True ) ) in ReleaseObjectShell_Impl() 1137 GetWindow().GrabFocus(); in ReleaseObjectShell_Impl() 1284 if ( GetViewShell() && GetWindow().IsVisible() ) in InvalidateBorderImpl() 1299 GetWindow().GetOutputSizePixel() ); in InvalidateBorderImpl() 1316 Size aSize = pVSh->GetWindow()->GetOutputSizePixel(); in SetBorderPixelImpl() 1322 Size aOldSize = GetWindow().GetOutputSizePixel(); in SetBorderPixelImpl() 1323 GetWindow().SetOutputSizePixel( aSize ); in SetBorderPixelImpl() [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 …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|