Home
last modified time | relevance | path

Searched refs:aCharRect (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1583 -aCharRect.Width() : aCharRect.Height(); in UpdateCrsr()
1686 SwRect aOld( aCharRect ); in UpdateCrsr()
1787 -aCharRect.Width() : aCharRect.Height(); in UpdateCrsr()
1807 aOld = aCharRect; in UpdateCrsr()
2401 SwRect aTmp( aCharRect ); in SetVisCrsr()
2413 MakeVisible( aCharRect ); in SetVisCrsr()
2793 if( aCrsrHeight.Y() < aCharRect.Height() && aCharRect.Height() > VisArea().Height() ) in MakeSelVisible()
2795 SwRect aTmp( aCharRect ); in MakeSelVisible()
2813 if( aCharRect.HasArea() ) in MakeSelVisible()
2814 MakeVisible( aCharRect ); in MakeSelVisible()
[all …]
H A Dviscrs.cxx353 if( pCrsrShell->VisArea().IsOver( pCrsrShell->aCharRect ) ) in Show()
433 aRect = SwRect( pCrsrShell->aCharRect.Pos(), in _SetPosAndShow()
434 Size( pCrsrShell->aCharRect.Height(), nTmpY ) ); in _SetPosAndShow()
442 aRect = SwRect( pCrsrShell->aCharRect.Pos(), in _SetPosAndShow()
443 Size( pCrsrShell->aCharRect.Width(), nTmpY ) ); in _SetPosAndShow()
H A Dcrstrvl.cxx94 pFrm->GetCharRect( aCharRect, *pCurCrsr->GetPoint() ); in GotoNextNum()
98 aPt.X() = aCharRect.Center().X(); in GotoNextNum()
103 aPt.Y() = aCharRect.Center().Y(); in GotoNextNum()
134 pFrm->GetCharRect( aCharRect, *pCurCrsr->GetPoint() ); in GotoPrevNum()
138 aPt.X() = aCharRect.Center().X(); in GotoPrevNum()
143 aPt.Y() = aCharRect.Center().Y(); in GotoPrevNum()
H A Dtrvlfnfl.cxx333 SwRect aTmpRect( aCharRect ); in GotoFlyAnchor()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx553 Rectangle aCharRect(aRect.TopLeft(), in DrawPage() local
570 aCharRect.Move(nXStart, 0); in DrawPage()
576 aCharRect.Move(0, nYStart); in DrawPage()
582 m_bVertical ? aCharRect.Move(nRubyHeight, 0) : aCharRect.Move(0, nRubyHeight); in DrawPage()
592 DrawRect(aCharRect); in DrawPage()
595 Point aStart = aCharRect.TopLeft(); in DrawPage()
596 Point aEnd = m_bVertical ? aCharRect.TopRight() : aCharRect.BottomLeft(); in DrawPage()
607 aCharRect.Move(nXMove, nYMove); in DrawPage()
/trunk/main/sw/source/core/layout/
H A Danchoredobject.cxx340 SwRect aCharRect; in _CheckCharRect() local
341 if ( !_rAnchorCharFrm.GetAutoPos( aCharRect, *_rAnch.GetCntntAnchor() ) ) in _CheckCharRect()
346 if ( aCharRect != maLastCharRect ) in _CheckCharRect()
361 (aCharRect.*fnRect->fnGetLeft)() != in _CheckCharRect()
364 ( (aCharRect.*fnRect->fnGetTop)() != in _CheckCharRect()
366 (aCharRect.*fnRect->fnGetHeight)() != in _CheckCharRect()
372 ( (aCharRect.*fnRect->fnGetTop)() != in _CheckCharRect()
387 maLastCharRect = aCharRect; in _CheckCharRect()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx408 SwRect aCharRect; in FillPrtDoc() local
410 pCntntFrm->GetCharRect( aCharRect, *pShellTblCrsr->Start(), &aTmpState ); in FillPrtDoc()
411 aSelPoint = Point( aCharRect.Left(), aCharRect.Top() ); in FillPrtDoc()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblestatusbaritem.cxx553 Rectangle aCharRect = aLayoutData.GetCharacterBounds( nIndex ); in getCharacterBounds() local
554 aCharRect.Move( -aItemRect.Left(), -aItemRect.Top() ); in getCharacterBounds()
555 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
H A Dvclxaccessiblemenuitem.cxx277 Rectangle aCharRect = m_pParent->GetCharacterBounds( nItemId, nIndex ); in getCharacterBounds() local
278 aCharRect.Move( -aItemRect.Left(), -aItemRect.Top() ); in getCharacterBounds()
279 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
H A Dvclxaccessibletabpage.cxx625 Rectangle aCharRect = m_pTabControl->GetCharacterBounds( m_nPageId, nIndex ); in getCharacterBounds() local
626 aCharRect.Move( -aPageRect.Left(), -aPageRect.Top() ); in getCharacterBounds()
627 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
H A Dvclxaccessibletoolboxitem.cxx496 Rectangle aCharRect = m_pToolBox->GetCharacterBounds( m_nItemId, nIndex ); in getCharacterBounds() local
498 aCharRect.Move( -aItemRect.Left(), -aItemRect.Top() ); in getCharacterBounds()
499 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
H A Dvclxaccessiblelistitem.cxx480 Rectangle aCharRect = m_pListBoxHelper->GetEntryCharacterBounds( m_nIndexInParent, nIndex ); in getCharacterBounds() local
482 aCharRect.Move( -aItemRect.Left(), -aItemRect.Top() ); in getCharacterBounds()
483 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx500 Rectangle aCharRect = m_pIconCtrl->GetEntryCharacterBounds( m_nIndex, _nIndex ); in getCharacterBounds() local
501 aCharRect.Move( -aItemRect.Left(), -aItemRect.Top() ); in getCharacterBounds()
502 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
H A Daccessiblelistboxentry.cxx713 Rectangle aCharRect = aLayoutData.GetCharacterBounds( nIndex ); in getCharacterBounds() local
714 aCharRect.Move( -aItemRect.Left(), -aItemRect.Top() ); in getCharacterBounds()
715 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
/trunk/main/sw/inc/
H A Dcrsrsh.hxx178 SwRect aCharRect; // Char-SRectangle auf dem der Cursor steht member in SwCrsrShell
552 const SwRect &GetCharRect() const { return aCharRect; } in GetCharRect()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx505 SwRect aCharRect; in GetTopOfLine() local
506 if ( GetAutoPos( aCharRect, _rPos ) ) in GetTopOfLine()
508 _onTopOfLine = (aCharRect.*fnRect->fnGetTop)(); in GetTopOfLine()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx1228 const SwRect aCharRect(rSh.GetCharRect()); in getPosition() local
1233 const long nY = aCharRect.Top() - (rUL.GetUpper() + DOCUMENTBORDER); in getPosition()
1237 const long nX = aCharRect.Left() - (rLR.GetLeft() + DOCUMENTBORDER); in getPosition()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx4036 const awt::Rectangle aCharRect = getCharacterBounds( nCaretPos ); in getNumberOfLineWithCaret() local
4055 if ( aCharRect.X != aCursorRect.X || in getNumberOfLineWithCaret()
4056 aCharRect.Y != aCursorRect.Y ) in getNumberOfLineWithCaret()

Completed in 113 milliseconds