Home
last modified time | relevance | path

Searched refs:GetWindow (Results 76 – 100 of 577) sorted by relevance

12345678910>>...24

/trunk/main/automation/source/server/
H A Dstatemnt.cxx1351 pLastMouseMoveWin = rEvt.GetWindow(); in VCLEventHook()
1774 Act = rEvt.GetWindow(); in VCLEventHook()
1929 pChild = pWin->GetWindow( WINDOW_CLIENT ); in IsWinOK()
1943 Window* pTempChild = pWin->GetWindow( WINDOW_NEXT ); in IsWinOK()
1945 pTempChild = pTempChild->GetWindow( WINDOW_CLIENT ); in IsWinOK()
2054 pWin = pWin->GetWindow( WINDOW_OVERLAP ); in Translate()
2173 pBase = pBase->GetWindow( WINDOW_OVERLAP ); in GetNextOverlap()
2176 if ( pBase->GetWindow( WINDOW_FIRSTOVERLAP ) ) in GetNextOverlap()
2181 if ( !pControl && pBase->GetWindow( WINDOW_NEXT ) ) in GetNextOverlap()
2183 pControl = GetNextOverlap( pBase->GetWindow( WINDOW_NEXT ) ); in GetNextOverlap()
[all …]
/trunk/main/framework/source/inc/pattern/
H A Dwindow.hxx76 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in getWindowState()
104 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in setWindowState()
136 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in isTopWindow()
/trunk/main/editeng/source/uno/
H A Dunoviwed.cxx49 OutputDevice* pOutDev = mrView.GetWindow(); in GetVisArea()
74 OutputDevice* pOutDev = mrView.GetWindow(); in LogicToPixel()
90 OutputDevice* pOutDev = mrView.GetWindow(); in PixelToLogic()
H A Dunoviwou.cxx62 OutputDevice* pOutDev = mrOutlinerView.GetWindow(); in GetVisArea()
91 OutputDevice* pOutDev = mrOutlinerView.GetWindow(); in LogicToPixel()
114 OutputDevice* pOutDev = mrOutlinerView.GetWindow(); in PixelToLogic()
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx169 Window* pWindow = VCLUnoHelper::GetWindow( rTabControlWindow ); in impl_GetTabControl()
180 Window* pWindow = VCLUnoHelper::GetWindow( in impl_SetTitle()
421 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in initialize()
425 pWindow = VCLUnoHelper::GetWindow( xContainerWindow ); in initialize()
429 pWindow = VCLUnoHelper::GetWindow( xTabControl ); in initialize()
547 Window* pWindow = VCLUnoHelper::GetWindow( m_xContainerWindow ); in windowShown()
560 Window* pWindow = VCLUnoHelper::GetWindow( m_xContainerWindow ); in windowHidden()
/trunk/main/sd/source/ui/view/
H A Ddrviewsi.cxx92 Svx3DWin* p3DWin = (Svx3DWin*)( pWindow->GetWindow() ); in ExecEffectWin()
125 Svx3DWin* p3DWin = (Svx3DWin*) pWindow->GetWindow(); in Update3DWindow()
142 Svx3DWin* p3DWin = (Svx3DWin*) pWin->GetWindow(); in AssignFrom3DWindow()
/trunk/main/sd/source/ui/framework/factories/
H A DChildWindowPane.cxx138 ::Window* ChildWindowPane::GetWindow (void) in GetWindow() function in sd::framework::ChildWindowPane
185 pChildWindow->GetWindow()); in GetWindow()
210 GetWindow(); in getWindow()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx490 Window* pWin = VCLUnoHelper::GetWindow( xWin ); in ExecMisc_Impl()
528 … WhenSaving, &GetViewFrame()->GetWindow() ) != RET_YES ) in ExecMisc_Impl()
920 DBG_ASSERT( GetWindow(), "no window" ); in SetZoomFactor()
921 MapMode aMap( GetWindow()->GetMapMode() ); in SetZoomFactor()
924 GetWindow()->SetMapMode( aMap ); in SetZoomFactor()
1010 pObjParentWin = GetWindow(); in FindIPClient()
1398 InfoBox aInfoBox( &GetViewFrame()->GetWindow(), SfxResId( MSG_CANT_CLOSE ) ); in PrepareClose()
2297 …ference< datatransfer::clipboard::XClipboardNotifier >( GetViewFrame()->GetWindow().GetClipboard()… in GetClipboardNotifier()
2308 …ence< datatransfer::clipboard::XClipboard > xClipboard( GetViewFrame()->GetWindow().GetClipboard()… in AddRemoveClipboardListener()
H A Dsfxbasecontroller.cxx426 … if ( bDeliverOwnership && ( !pShell->GetWindow() || !pShell->GetWindow()->IsReallyVisible() ) ) in queryClosing()
507 …( m_pController->GetViewShell_Impl() && m_pController->GetViewShell_Impl()->GetWindow() != NULL … in frameAction()
564 …return Reference< XWindow >( GetViewFrame_Impl().GetFrame().GetWindow().GetComponentInterface(), U… in getComponentWindow()
1343 Window* pEditWin = m_pData->m_pViewShell->GetWindow(); in ConnectSfxFrame_Impl()
1350 Window* pFrameWin = &pViewFrame->GetWindow(); in ConnectSfxFrame_Impl()
1351 if ( pFrameWin != &pViewFrame->GetFrame().GetWindow() ) in ConnectSfxFrame_Impl()
1379 rFrame.GetWindow().Show(); in ConnectSfxFrame_Impl()
1395 rFrame.GetWindow().Show(); in ConnectSfxFrame_Impl()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx355 return ((CheckBoxControl &)GetWindow()).GetBox(); in GetCheckBox()
373 ((CheckBoxControl &)GetWindow()).SetModifyHdl(rLink); in SetModifyHdl()
542 static_cast< FormattedField& >( GetWindow() ).Commit(); in CommitModifications()
588 if ( IsWindowOrChild( rNEvt.GetWindow() ) ) in PreNotify()
/trunk/main/sc/source/ui/dbgui/
H A Dvalidate.cxx557 if( dynamic_cast<ListBox*>(pWnd)||dynamic_cast<ListBox*>(pWnd->GetWindow(WINDOW_CLIENT) ) ) in TidyListBoxes()
564 else if ( Window *pClient = pWnd->GetWindow( WINDOW_CLIENT ) ) in TidyListBoxes()
571 alstOrder.push_back( pWnd->GetWindow( WINDOW_CLIENT ) ); in TidyListBoxes()
573 }while( NULL != ( pWnd = pWnd->GetWindow( WINDOW_NEXT ) ) ); in TidyListBoxes()
577 …), alstOrder.end(), pWnd ) != alstOrder.end() && NULL != ( pWnd = pWnd->GetWindow( WINDOW_NEXT) ) … in TidyListBoxes()
915 if ( pWnd && pWnd->GetWindow()!= this ) pWnd = NULL; in EnterRefStatus()
/trunk/main/sw/source/core/access/
H A Daccpage.cxx73 Window *pWin = GetWindow(); in GetStates()
100 Window *pWin = GetWindow(); in _InvalidateCursorPos()
108 Window *pWin = GetWindow(); in _InvalidateFocus()
/trunk/main/sfx2/source/bastyp/
H A Dprogress.cxx468 pFrame->GetWindow().EnterWait(); in Resume()
513 pFrame->GetWindow().LeaveWait(); in Suspend()
632 pFrame->GetWindow().EnterWait(); in SetWaitMode()
643 pFrame->GetWindow().LeaveWait(); in SetWaitMode()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx142 ScInputWindow* pWin = (ScInputWindow*)pChild->GetWindow(); in Activate()
213 IAnyRefDialog* pRefDlg = dynamic_cast<IAnyRefDialog*>(pChildWnd->GetWindow()); in Activate()
399 Size aLogicSize = GetWindow()->PixelToLogic( aSize, MAP_100TH_MM ); in InnerResizePixel()
407 GetWindow()->SetPosSizePixel( aPos, aSize ); in InnerResizePixel()
526 Point aNewPos = GetViewFrame()->GetWindow().OutputToScreenPixel(Point()); in Move()
1259 Window* pWin = pWnd->GetWindow(); in StartSimpleRefDialog()
1273 Window* pWin = pWnd->GetWindow(); in StopSimpleRefDialog()
1818 ScDBFunc( &pViewFrame->GetWindow(), (ScDocShell&)*pViewFrame->GetObjectShell(), this ), in ScTabViewShell()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx315 Window* pWindow = mpViewShell->GetWindow(); in LogicToPixel()
334 Window* pWindow = mpViewShell->GetWindow(); in PixelToLogic()
363 Window* pWindow = mpViewShell->GetWindow(); in GetVisRect()
378 Window* pWin = mpViewShell->GetWindow(); in CorrectVisArea()
1392 Window* pWin = mpViewShell->GetWindow(); in GetTextForwarder()
1511 Window* pWindow = mpViewShell->GetWindow(); in GetTextForwarder()
1658 Window* pWin = mpViewShell->GetWindow(); in GetTextForwarder()
1766 Window* pWindow = mpViewShell->GetWindow(); in GetTextForwarder()
/trunk/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx234 if( Window* pWindow = VCLUnoHelper::GetWindow( xWindow ) ) in startControllerListening()
254 if( Window* pWindow = VCLUnoHelper::GetWindow( xWindow ) ) in stopControllerListening()
289 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in windowActivated()
311 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in windowDeactivated()
329 postWindowResizeEvent( VCLUnoHelper::GetWindow( xWindow ) ); in windowResized()
354 postWindowResizeEvent( VCLUnoHelper::GetWindow( xWindow ) ); in borderWidthsChanged()
/trunk/main/vcl/source/control/
H A Dimgctrl.cxx171 Window *pWin = GetWindow( WINDOW_BORDER ); in Paint()
217 GetWindow( WINDOW_BORDER )->Invalidate(); in GetFocus()
225 GetWindow( WINDOW_BORDER )->Invalidate(); in LoseFocus()
/trunk/main/sw/source/ui/shells/
H A Ddrawsh.cxx303 …VclAbstractDialog* pDlg = pFact->CreateSwFootNoteOptionDlg( GetView().GetWindow(), GetView().GetWr… in Execute()
315 GetView().GetWindow(), &aTmp, GetView().GetWrtShell()); in Execute()
352 AbstractSwWordCountDialog* pDialog = pFact->CreateSwWordCountDialog( GetView().GetWindow() ); in Execute()
594 pDlg = (SvxFontWorkDialog*)(pVFrame->GetChildWindow(nId)->GetWindow()); in GetFormTextState()
/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx132 return VCLUnoHelper::GetWindow( xWindow ); in getWindowFromXUIElement()
137 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in getTopSystemWindow()
169 Window* pWindow = VCLUnoHelper::GetWindow( _xWindow ); in lcl_checkUIElement()
339 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_isFrameOrWindowTop()
/trunk/main/framework/source/uielement/
H A Dpanelwrapper.cxx172 Window* pWindow = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in initialize()
173 pContentWindow = VCLUnoHelper::GetWindow( xContentWindow ); in initialize()
230 …PanelWindow* pPanelWindow = dynamic_cast< PanelWindow* >( VCLUnoHelper::GetWindow( m_xPanelWindow … in setFastPropertyValue_NoBroadcast()
/trunk/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx106 Control& GetWindow() const { return *const_cast< CellController* >( this )->pWindow; } in GetWindow() function in svt::CellController
274 SpinField& GetSpinWindow() const {return (SpinField &)GetWindow();} in GetSpinWindow()
360 ComboBoxControl& GetComboBox() const {return (ComboBoxControl &)GetWindow();} in GetComboBox()
393 ListBoxControl& GetListBox() const {return (ListBoxControl &)GetWindow();} in GetListBox()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx86 …static Window* GetWindow( const ::com::sun::star::uno::Reference< ::com::sun::star:…
87 …static Window* GetWindow( const ::com::sun::star::uno::Reference< ::com::sun::star:…
88 …static Window* GetWindow( const ::com::sun::star::uno::Reference< ::com::sun::star:…
/trunk/main/vcl/source/app/
H A Ddbggui.cxx672 if ( maLstBox.IsWindowOrChild( rNEvt.GetWindow() ) ) in PreNotify()
688 sal_uInt16 nSelected = aMenu.Execute( rNEvt.GetWindow(), aPos ); in PreNotify()
1419 Window* pGetChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in DbgDialogTest()
1435 pGetChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in DbgDialogTest()
1449 pGetChild = pGetChild->GetWindow( WINDOW_NEXT ); in DbgDialogTest()
1462 pGetChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); in DbgDialogTest()
1590 Window* pTempChild = pGetChild->GetWindow( WINDOW_NEXT )->ImplGetWindow(); in DbgDialogTest()
1775 pGetChild = pGetChild->GetWindow( WINDOW_NEXT ); in DbgDialogTest()
/trunk/main/sw/source/ui/dialog/
H A Dregionsw.cxx99 &GetView().GetViewFrame()->GetWindow(), aSet , rSh); in InsertRegionDialog()
212 &pThis->GetView().GetViewFrame()->GetWindow(),aSet , *pThis); in IMPL_STATIC_LINK()
239 Window* pParentWin = &GetView().GetViewFrame()->GetWindow(); in EditRegionDialog()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblecheckbox.cxx209 CheckBox* pCheckBox = (CheckBox*) GetWindow(); in doAccessibleAction()
259 Window* pWindow = GetWindow(); in getAccessibleActionKeyBinding()
339 CheckBox* pCheckBox = (CheckBox*) GetWindow(); in getMaximumValue()

Completed in 213 milliseconds

12345678910>>...24