Home
last modified time | relevance | path

Searched refs:GetWindow (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/AOO41X/main/vcl/source/window/
H A Ddockmgr.cxx105 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 Ddialog.cxx88 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 Dvclxwindow.cxx389 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 Dvclxaccessiblecomponent.cxx72 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 Dvclxwindows.cxx218 …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 Dvclxspinbutton.cxx147 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 Dvclxdialog.cxx87 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 Dvclxtabpagecontainer.cxx65 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 Deditbrowsebox.cxx128 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 Dunoiface.cxx225 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 Dsvtxgridcontrol.cxx123 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 Dvclxaccessibletoolbox.cxx206 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 Dvclxaccessibletextcomponent.cxx59 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 Dimpedit.cxx475 …const sal_Int32 nMore(DoInvalidateMore() ? GetWindow()->PixelToLogic(Size(nInvMore, 0)).Width() : … in ResetOutputArea()
479GetWindow()->Invalidate(Rectangle(aOutArea.Left() - nMore, aOldArea.Top() - nMore, aOldArea.Left()… in ResetOutputArea()
483GetWindow()->Invalidate(Rectangle(aOldArea.Left() - nMore, aOldArea.Top() - nMore, aOutArea.Left()… in ResetOutputArea()
488GetWindow()->Invalidate(Rectangle(aOutArea.Right(), aOldArea.Top() - nMore, aOldArea.Right() + nMo… in ResetOutputArea()
492GetWindow()->Invalidate(Rectangle(aOldArea.Right(), aOldArea.Top() - nMore, aOutArea.Right() + nMo… in ResetOutputArea()
497GetWindow()->Invalidate(Rectangle(aOldArea.Left() - nMore, aOutArea.Top() - nMore, aOldArea.Right(… in ResetOutputArea()
501GetWindow()->Invalidate(Rectangle(aOldArea.Left() - nMore, aOldArea.Top() - nMore, aOldArea.Right(… in ResetOutputArea()
506GetWindow()->Invalidate(Rectangle(aOldArea.Left() - nMore, aOutArea.Bottom(), aOldArea.Right() + n… in ResetOutputArea()
510GetWindow()->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 Dwrapper.cxx226 ::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 Dunowrapper.cxx259 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 Dsalframe.cxx321 …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 Dsta_list.cxx308 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 Drichtextcontrol.cxx236 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 Dacccontext.cxx121 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 Dfmgridif.cxx531 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 Dviewfrm.cxx536 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 Dframe.cxx767 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 DPresenterHelper.cxx116 ::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 Ddlgedfunc.cxx39 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()

12345678910>>...24