Home
last modified time | relevance | path

Searched refs:GetWindow (Results 226 – 250 of 577) sorted by relevance

12345678910>>...24

/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewTable.cxx710 Window* pWindow = mpViewShell->GetWindow(); in GetBoundingBoxOnScreen()
755 Window* pWindow = mpViewShell->GetWindow(); in FillTableInfo()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx160 Cursor *pSave = pView->GetWindow()->GetCursor(); in ~SwHHCWrapper()
169 pView->GetWindow()->SetCursor( pSave ); in ~SwHHCWrapper()
/trunk/main/sd/source/ui/inc/
H A DNotesChildWindow.hxx33 )->GetWindow()))
/trunk/main/canvas/source/vcl/
H A Dwindowoutdevholder.cxx40 Window* pWindow = VCLUnoHelper::GetWindow(xWin); in windowFromXWin()
/trunk/main/svtools/source/edit/
H A Dtextwindowpeer.cxx40 SetWindow(rView.GetWindow()); in TextWindowPeer()
/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx412 sal_uInt16 nRet = QueryBox( GetWindow(), SW_RES(RID_QB_SPELL_CONTINUE)).Execute(); in GetNextWrongSentence()
440 Window* pTemp = GetWindow(); // temporary needed for g++ 3.3.5 in GetNextWrongSentence()
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx416 OSL_TRACE ("%s: deleting ComboBox for window: %p", __FUNCTION__, GetWindow ()); in ~ComboBox()
423 … ("%s: deleting ComboBoxImpl for window: %p", __FUNCTION__, mpWindow ? mpWindow->GetWindow () : 0); in ~ComboBoxImpl()
/trunk/main/vcl/win/source/window/
H A Dsalobj.cxx393 HWND hWndChild = GetWindow( hWnd, GW_CHILD ); in SalSysObjWndProc()
700 !GetWindow( hWndParent, GW_CHILD ) ) in ~WinSalObject()
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx468 fprintf( fp, "\nView %i: Focus=%i", nView, pV->GetWindow()->HasFocus() ); in ShowEditEngineData()
470 …(), aR.TopLeft().Y(), aR.GetSize().Width(), aR.GetSize().Height() , pV->GetWindow()->GetMapMode().… in ShowEditEngineData()
/trunk/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx317 Window* pWindow = VCLUnoHelper::GetWindow( m_xParentWindow ); in statusChanged()
669 … StatusBar* pStatusBar = dynamic_cast< StatusBar* >( VCLUnoHelper::GetWindow( m_xParentWindow )); in getControlRect()
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx222 GetViewFrame()->GetWindow().GetOutputSizePixel() ); in DocSzChgd()
316 GetViewFrame()->GetWindow().GetOutputSizePixel() ); in SetVisArea()
1042 Size aObjSizePixel = GetWindow()->LogicToPixel( aObjSize, MAP_TWIP ); in InnerResizePixel()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx139 GetWindow() ) )
143 GetWindow() ) )
1312 ->GetWindow()) : 0; in IMPL_LINK()
1330 ->GetWindow()) : 0; in IMPL_LINK()
2471 Window *pMDI = &GetView().GetViewFrame()->GetWindow(); in ExecDlg()
/trunk/main/vcl/source/control/
H A Dedit.cxx1058 if ( GetWindow( WINDOW_BORDER ) != this ) in ImplGetNativeControlType()
1077 if ( GetWindow( WINDOW_BORDER ) != this ) in ImplGetNativeControlType()
1104 Window *pBorder = GetWindow( WINDOW_BORDER ); in ImplClearBackground()
1109 pBorder = pControl->GetWindow( WINDOW_BORDER ); in ImplClearBackground()
1988 while( ( pBorder = pInvalWin->GetWindow( WINDOW_BORDER ) ) != pInvalWin && pBorder && in ImplInvalidateOutermostBorder()
/trunk/main/embedserv/source/inc/
H A Diipaobj.hxx53 STDMETHODIMP GetWindow(HWND *);
/trunk/main/accessibility/source/standard/
H A Dfloatingwindowaccessible.cxx56 Window* pWindow = GetWindow(); in FillAccessibleRelationSet()
H A Dvclxaccessiblelistbox.cxx69 return static_cast<ListBox*>(GetWindow()) != NULL; in IsValid()
H A Dvclxaccessibledropdownlistbox.cxx71 return static_cast<ListBox*>(GetWindow()) != NULL; in IsValid()
H A Dvclxaccessibledropdowncombobox.cxx71 return static_cast<ComboBox*>(GetWindow()) != NULL; in IsValid()
H A Dvclxaccessiblecombobox.cxx57 return static_cast<ComboBox*>(GetWindow()) != NULL; in IsValid()
/trunk/main/embedserv/source/embed/
H A Ded_iinplace.cxx28 STDMETHODIMP EmbedDocument_Impl::GetWindow(HWND *hWnd) in GetWindow() function in EmbedDocument_Impl
/trunk/main/avmedia/inc/avmedia/
H A Dmediaplayer.hxx39 SfxViewFrame::Current()->GetChildWindow(::avmedia::MediaPlayer::GetChildWindowId())->GetWindow() : …
/trunk/main/svx/source/dialog/
H A DSpellDialogChildWindow.cxx49 pWindow = m_pAbstractSpellDialog->GetWindow(); in SpellDialogChildWindow()
/trunk/main/svtools/inc/svtools/
H A Dxwindowitem.hxx56 Window * GetWindowPtr() const { return VCLUnoHelper::GetWindow( m_xWin ); } in GetWindowPtr()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3249 return &m_pCellControl->GetWindow(); in getEventWindow()
3480 ENSURE_OR_THROW( _pEvent->GetWindow(), "illegal window" ); in IMPL_LINK()
3481 onWindowEvent( _pEvent->GetId(), *_pEvent->GetWindow(), _pEvent->GetData() ); in IMPL_LINK()
3677 … m_pEditImplementation = new EditImplementation( static_cast< Edit& >( _rControl.GetWindow() ) ); in FmXEditCell()
3929 ,m_pBox( & static_cast< CheckBoxControl& >( _rControl.GetWindow() ).GetBox() ) in FmXCheckBoxCell()
3954 static_cast< CheckBoxControl& >( m_pCellControl->GetWindow() ).SetClickHdl(Link()); in disposing()
4109 ,m_pBox( &static_cast< ListBox& >( _rControl.GetWindow() ) ) in FmXListBoxCell()
4453 ,m_pComboBox( &static_cast< ComboBox& >( _rControl.GetWindow() ) ) in FmXComboBoxCell()
/trunk/main/framework/source/layoutmanager/
H A Dpanel.cxx61 …SplitWindow* pSplitWindow = dynamic_cast< SplitWindow* >( VCLUnoHelper::GetWindow( m_xPanelWindow … in Panel()

Completed in 184 milliseconds

12345678910>>...24