/aoo41x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 1575 -aCharRect.Width() : aCharRect.Height(); in UpdateCrsr() 1678 SwRect aOld( aCharRect ); in UpdateCrsr() 1779 -aCharRect.Width() : aCharRect.Height(); in UpdateCrsr() 1799 aOld = aCharRect; in UpdateCrsr() 2393 SwRect aTmp( aCharRect ); in SetVisCrsr() 2405 MakeVisible( aCharRect ); in SetVisCrsr() 2785 if( aCrsrHeight.Y() < aCharRect.Height() && aCharRect.Height() > VisArea().Height() ) in MakeSelVisible() 2787 SwRect aTmp( aCharRect ); in MakeSelVisible() 2805 if( aCharRect.HasArea() ) in MakeSelVisible() 2806 MakeVisible( aCharRect ); in MakeSelVisible() [all …]
|
H A D | viscrs.cxx | 353 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 D | crstrvl.cxx | 94 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 D | trvlfnfl.cxx | 333 SwRect aTmpRect( aCharRect ); in GotoFlyAnchor()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | colex.cxx | 530 Rectangle aCharRect(aRect.TopLeft(), in DrawPage() local 547 aCharRect.Move(nXStart, 0); in DrawPage() 553 aCharRect.Move(0, nYStart); in DrawPage() 559 m_bVertical ? aCharRect.Move(nRubyHeight, 0) : aCharRect.Move(0, nRubyHeight); in DrawPage() 569 DrawRect(aCharRect); in DrawPage() 572 Point aStart = aCharRect.TopLeft(); in DrawPage() 573 Point aEnd = m_bVertical ? aCharRect.TopRight() : aCharRect.BottomLeft(); in DrawPage() 584 aCharRect.Move(nXMove, nYMove); in DrawPage()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | anchoredobject.cxx | 340 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()
|
/aoo41x/main/sw/source/core/view/ |
H A D | vprint.cxx | 408 SwRect aCharRect; in FillPrtDoc() local 410 pCntntFrm->GetCharRect( aCharRect, *pShellTblCrsr->Start(), &aTmpState ); in FillPrtDoc() 411 aSelPoint = Point( aCharRect.Left(), aCharRect.Top() ); in FillPrtDoc()
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessiblestatusbaritem.cxx | 553 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 D | vclxaccessiblemenuitem.cxx | 277 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 D | vclxaccessibletabpage.cxx | 625 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 D | vclxaccessibletoolboxitem.cxx | 496 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 D | vclxaccessiblelistitem.cxx | 480 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()
|
/aoo41x/main/accessibility/source/extended/ |
H A D | accessibleiconchoicectrlentry.cxx | 500 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 D | accessiblelistboxentry.cxx | 713 Rectangle aCharRect = aLayoutData.GetCharacterBounds( nIndex ); in getCharacterBounds() local 714 aCharRect.Move( -aItemRect.Left(), -aItemRect.Top() ); in getCharacterBounds() 715 aBounds = AWTRectangle( aCharRect ); in getCharacterBounds()
|
/aoo41x/main/sw/inc/ |
H A D | crsrsh.hxx | 178 SwRect aCharRect; // Char-SRectangle auf dem der Cursor steht member in SwCrsrShell 552 const SwRect &GetCharRect() const { return aCharRect; } in GetCharRect()
|
/aoo41x/main/sw/source/core/text/ |
H A D | frmcrsr.cxx | 505 SwRect aCharRect; in GetTopOfLine() local 506 if ( GetAutoPos( aCharRect, _rPos ) ) in GetTopOfLine() 508 _onTopOfLine = (aCharRect.*fnRect->fnGetTop)(); in GetTopOfLine()
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 1228 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()
|
/aoo41x/main/sw/source/core/access/ |
H A D | accpara.cxx | 4032 const awt::Rectangle aCharRect = getCharacterBounds( nCaretPos ); in getNumberOfLineWithCaret() local 4051 if ( aCharRect.X != aCursorRect.X || in getNumberOfLineWithCaret() 4052 aCharRect.Y != aCursorRect.Y ) in getNumberOfLineWithCaret()
|