Searched refs:GetWindowPos (Results 1 – 15 of 15) sorted by relevance
/aoo41x/main/sfx2/source/dialog/ |
H A D | splitwin.cxx | 517 GetWindowPos( pDock->pWin, nL, nPos ); in InsertWindow() 619 GetWindowPos( pDockWin, nL, nP ); in MoveWindow() 677 GetWindowPos( pD->pWin, nL, nP ); in InsertWindow() 901 sal_Bool SfxSplitWindow::GetWindowPos( const SfxDockingWindow* pWindow, in GetWindowPos() function in SfxSplitWindow 921 sal_Bool SfxSplitWindow::GetWindowPos( const Point& rTestPos, in GetWindowPos() function in SfxSplitWindow
|
H A D | dockwin.cxx | 693 pImp->pSplitWin->GetWindowPos(this, pImp->nLine, pImp->nPos); in StartDocking() 1530 if ( pSplitWin->GetWindowPos( aPos, nLine, nPos ) ) in CalcAlignment()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit.cxx | 316 Point aPnt1( GetWindowPos( rDocPosTopLeft ) ); in ImplDrawHighlightRect() 317 Point aPnt2( GetWindowPos( rDocPosBottomRight ) ); in ImplDrawHighlightRect() 391 Point ImpEditView::GetWindowPos( const Point& rDocPos ) const in GetWindowPos() function in ImpEditView 410 Rectangle ImpEditView::GetWindowPos( const Rectangle& rDocRect ) const in GetWindowPos() function in ImpEditView 413 Point aPos( GetWindowPos( rDocRect.TopLeft() ) ); in GetWindowPos() 835 Rectangle aCursorRect = GetWindowPos( aEditCursor ); in ShowCursor() 1932 aStartPos = GetWindowPos( aStartPos ); in dragOver() 1934 aEndPos = GetWindowPos( aEndPos ); in dragOver() 1951 Point aTopLeft( GetWindowPos( aEditCursor.TopLeft() ) ); in dragOver()
|
H A D | editview.cxx | 666 return pImpEditView->GetWindowPos( aDocPos ); in GetWindowPosTopLeft() 1197 Point aScreenPos = pImpEditView->GetWindowPos( aTempRect.TopLeft() ); in ExecuteSpellPopup() 1425 Point aPnt1( pImpEditView->GetWindowPos( aTopLeftRec.TopLeft() ) ); in GetWordUnderMousePointer() 1426 Point aPnt2( pImpEditView->GetWindowPos( aBottomRightRec.BottomRight()) ); in GetWordUnderMousePointer()
|
H A D | impedit.hxx | 279 Point GetWindowPos( const Point& rDocPos ) const; 280 Rectangle GetWindowPos( const Rectangle& rDocPos ) const;
|
H A D | editeng.cxx | 1230 aPos = pEditView->pImpEditView->GetWindowPos( aPos ); in PostKeyEvent()
|
H A D | impedit4.cxx | 2522 aClipRec.SetPos( pView->pImpEditView->GetWindowPos( aClipRec.TopLeft() ) ); in DoOnlineSpelling()
|
H A D | impedit2.cxx | 624 Rectangle aRect = pView->GetImpEditView()->GetWindowPos( aR1 ); in Command()
|
H A D | impedit3.cxx | 305 aClipRec = pView->pImpEditView->GetWindowPos( aClipRec ); in UpdateViews()
|
/aoo41x/main/sfx2/source/inc/ |
H A D | splitwin.hxx | 104 sal_Bool GetWindowPos( const SfxDockingWindow* pWindow, 106 sal_Bool GetWindowPos( const Point& rTestPos,
|
/aoo41x/main/svtools/source/edit/ |
H A D | textview.cxx | 471 Point aPnt1( GetWindowPos( aTopLeft ) ); in ImpHighlight() 472 Point aPnt2( GetWindowPos( aBottomRight ) ); in ImpHighlight() 1902 …Point aPoint( GetWindowPos( !mpImpl->mpTextEngine->IsRightToLeft() ? aEditCursor.TopLeft() : aEdit… in ImpShowCursor() 1996 aCursor.SetPos( GetWindowPos( aCursor.TopLeft() ) ); in ImpShowDDCursor() 2350 Point TextView::GetWindowPos( const Point& rDocPos ) const in GetWindowPos() function in TextView
|
H A D | texteng.cxx | 1613 Point aNewPos = pView->GetWindowPos( aClipRec.TopLeft() ); in UpdateViews()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | SidebarController.cxx | 1068 if (pSplitWindow->GetWindowPos(mpParentWindow, nColumn, nRow)) in CanModifyChildWindowWidth() 1088 pSplitWindow->GetWindowPos(mpParentWindow, nColumn, nRow); in SetChildWindowWidth()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | textview.hxx | 160 Point GetWindowPos( const Point& rDocPos ) const;
|
/aoo41x/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 299 aTopLeft = GetEditView()->GetWindowPos( aTopLeft ); in RequestHelp()
|
Completed in 171 milliseconds