Home
last modified time | relevance | path

Searched refs:GetCharRect (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/sw/source/core/text/
H A Dfrminf.cxx131 if( ((SwTxtCursor&)rLine).GetCharRect( &aRect, nTxtStart ) ) in GetLineStart()
163 if( ((SwTxtCursor&)aLine).GetCharRect( &aRect, nChar ) ) in GetCharPos()
176 if( ((SwTxtCursor&)aLine).GetCharRect( &aRect, nChar+1 ) ) in GetCharPos()
367 return aLine.GetCharRect( &aRect, rFndPos ) in GetBigIndent()
H A DEnhancedPDFExportHelper.cxx1605 const SwRect& rNoteRect = mrSh.GetCharRect(); in EnhancedPDFExport()
1696 const SwRect& rDestRect = mrSh.GetCharRect(); in EnhancedPDFExport()
1775 const SwRect& rDestRect = mrSh.GetCharRect(); in EnhancedPDFExport()
1858 const SwRect& rDestRect = mrSh.GetCharRect(); in EnhancedPDFExport()
1963 const SwRect& rDestRect = mrSh.GetCharRect(); in EnhancedPDFExport()
2016 const SwRect& rDestRect = mrSh.GetCharRect(); in EnhancedPDFExport()
2061 const SwRect& rDestRect = mrSh.GetCharRect(); in EnhancedPDFExport()
2092 const SwRect& rDestRect = mrSh.GetCharRect(); in EnhancedPDFExport()
H A Dfrmcrsr.cxx197 sal_Bool SwTxtFrm::GetCharRect( SwRect& rOrig, const SwPosition &rPos, in GetCharRect() function in SwTxtFrm
299 : aLine.GetCharRect( &rOrig, nOffset, pCMS, nMaxY ); in GetCharRect()
441 if( aLine.GetCharRect( &rOrig, nOffset, &aTmpState, nMaxY ) ) in GetAutoPos()
852 aLine.GetCharRect( &aCharBox, nPos ); in _UnitUp()
909 aLine.GetCharRect( &aCharBox, nPos ); in _UnitUp()
1246 aLine.GetCharRect( &aCharBox, nPos ); in _UnitDown()
1295 aLine.GetCharRect( &aCharBox, nPos ); in _UnitDown()
H A Ditrcrsr.cxx453 const sal_Bool bRet = GetCharRect( pOrig, nOfst, pCMS, nMax ); in GetEndCharRect()
459 return GetCharRect( pOrig, nOfst, pCMS, nMax ); in GetEndCharRect()
1197 sal_Bool SwTxtCursor::GetCharRect( SwRect* pOrig, const xub_StrLen nOfst, in GetCharRect() function in SwTxtCursor
H A Ditrtxt.hxx266 sal_Bool GetCharRect(SwRect *, const xub_StrLen, SwCrsrMoveState* = 0,
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx94 pFrm->GetCharRect( aCharRect, *pCurCrsr->GetPoint() ); in GotoNextNum()
134 pFrm->GetCharRect( aCharRect, *pCurCrsr->GetPoint() ); in GotoPrevNum()
1240 pFrm->GetCharRect( *pFldRect, aPos, &aTmpState ); in GetContentAtPos()
1262 pFrm->GetCharRect( *pFldRect, aPos, &aTmpState ); in GetContentAtPos()
1360 pFrm->GetCharRect( *pFldRect, aPos, &aTmpState ); in GetContentAtPos()
1426 pFrm->GetCharRect( *pFldRect, aPos, &aTmpState ); in GetContentAtPos()
1464 pFrm->GetCharRect( *pFldRect, aPos, &aTmpState ); in GetContentAtPos()
1480 pFrm->GetCharRect( *pFldRect, aPos, &aTmpState ); in GetContentAtPos()
H A Dcrsrsh.cxx1240 return pFrm ? pFrm->GetCharRect( rOrig, rPos, pCMS ) : sal_False; in GetCharRectAt()
1540 if( !pTblFrm->GetCharRect( aCharRect, *pTblCrsr->GetPoint(), &aTmpState ) ) in UpdateCrsr()
1546 pTblFrm->GetCharRect( aCharRect, *pTblCrsr->GetPoint() ); in UpdateCrsr()
1548 if ( !pTblFrm->GetCharRect( aCharRect, *pTblCrsr->GetPoint() ) ) in UpdateCrsr()
1773 if( !pFrm->GetCharRect( aCharRect, *pShellCrsr->GetPoint(), &aTmpState ) ) in UpdateCrsr()
2403 pFrm->GetCharRect( aCharRect, aPos, &aTmpState ); in SetVisCrsr()
3559 pCntntFrame->GetCharRect( aStartRect, *pCrsr->GetPoint(), &aState ); in GetSmartTagTerm()
3562 pCntntFrame->GetCharRect( aEndRect, *pCrsr->GetPoint(),&aState ); in GetSmartTagTerm()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx582 const Point aCrsrPos( pMySh->GetCharRect().Pos() ); in Continue()
1096 pCntntFrame->GetCharRect( aStartRect, *pCrsr->GetPoint(), &aState ); in GetCorrection()
1099 pCntntFrame->GetCharRect( aEndRect, *pCrsr->GetPoint(),&aState ); in GetCorrection()
1240 pCntntFrame->GetCharRect( aStartRect, *pCrsr->GetPoint(), &aState ); in GetGrammarCorrection()
1243 pCntntFrame->GetCharRect( aEndRect, *pCrsr->GetPoint(),&aState ); in GetGrammarCorrection()
/trunk/main/sw/source/ui/dbui/
H A Dmmlayoutpage.cxx475 long nYPos = rShell.GetCharRect().Top(); in InsertGreeting()
480 nYPos = rShell.GetCharRect().Top(); in InsertGreeting()
487 nYPos = rShell.GetCharRect().Top(); in InsertGreeting()
/trunk/main/sw/source/ui/wrtsh/
H A Dmove.cxx461 SwRect aOldRect( GetCharRect() ), aTmpArea( VisArea() ); in PushCrsr()
518 bDiff = aOldRect != GetCharRect(); in PushCrsr()
H A Dwrtundo.cxx97 SelectObj( GetCharRect().Pos() ); in Do()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx754 SwRect& rChrRect = (SwRect&)GetCharRect(); in SelFlyGrabCrsr()
1205 if ( pTxtFrm->GetCharRect( aCursorCharRect, *pPos ) ) in ShouldObjectBeSelected()
1345 aPos = GetCharRect().Center(); in GetBestObject()
1656 pAnch->GetCharRect( aTmp, aPos ); in ImpEndCreate()
2439 SwRect& rChrRect = (SwRect&)GetCharRect(); in GotoFly()
2649 ((SwRect&)GetCharRect()).Pos() = aPt; in CheckUnboundObjects()
/trunk/main/sw/source/ui/uiview/
H A Dviewsrch.cxx214 Scroll(pWrtShell->GetCharRect().SVRect()); in ExecSearch()
301 Scroll( pWrtShell->GetCharRect().SVRect()); in ExecSearch()
H A Dview.cxx1112 const SwRect& rRect = pWrtShell->GetCharRect(); in WriteUserData()
1285 const SwRect& rRect = pWrtShell->GetCharRect(); in ReadUserDataSequence()
1480 const SwRect& rRect = pWrtShell->GetCharRect(); in WriteUserDataSequence()
H A Dviewport.cxx569 else if( GetWrtShell().GetCharRect().Top() < (aVisArea.Top() + nYScrl)) in GetPageScrollUpOffset()
585 else if( GetWrtShell().GetCharRect().Bottom() > in GetPageScrollDownOffset()
H A Dviewmdi.cxx208 const SwRect &rCharRect = pWrtShell->GetCharRect(); in _SetZoom()
/trunk/main/sw/source/core/layout/
H A Dunusedf.cxx80 sal_Bool SwFrm::GetCharRect( SwRect&, const SwPosition&, in GetCharRect() function in SwFrm
H A Dtrvlfrm.cxx661 pStart->GetCharRect( aRect, *pPam->GetPoint() ); in lcl_UpDown()
2120 pStartFrm->GetCharRect( aStRect, *pStartPos, &aTmpState ); in CalcFrmRects()
2125 pEndFrm->GetCharRect( aEndRect, *pEndPos, &aTmpState ); in CalcFrmRects()
/trunk/main/sw/source/core/inc/
H A Dnotxtfrm.hxx57 virtual sal_Bool GetCharRect( SwRect &, const SwPosition&,
H A Dtxtfrm.hxx252 virtual sal_Bool GetCharRect( SwRect& rRect, const SwPosition& rPos,
/trunk/main/sw/inc/
H A Dcrsrsh.hxx552 const SwRect &GetCharRect() const { return aCharRect; } in GetCharRect() function in SwCrsrShell
562 sal_Bool IsCrsrVisible() const { return VisArea().IsOver( GetCharRect() ); } in IsCrsrVisible()
/trunk/main/sw/source/ui/shells/
H A Dtextdrw.cxx72 Point aStartPos(rSh.GetCharRect().Pos() + Point(0, 1)); in InsertURLButton()
/trunk/main/sw/source/core/fields/
H A Dpostithelper.cxx107 pTxtFrm->GetCharRect( o_rInfo.mPosition, rAnchorPos, 0 ); in getLayoutInfos()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1594 GetFrm()->GetCharRect( aCoreRect, aPosition, &aMoveState ); in GetCurrentTabStop()
2692 GetFrm()->GetCharRect( aCoreRect, aPosition, &aMoveState ); in getCharacterBounds()
2773 pFrm->GetCharRect( aResultRect, aPos ); in getIndexAtPoint()
2784 pFrm->GetCharRect( aResultRectPrev, aPosPrev ); in getIndexAtPoint()
4038 const SwRect& aCursorCoreRect = pCrsrShell->GetCharRect(); in getNumberOfLineWithCaret()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx410 pCntntFrm->GetCharRect( aCharRect, *pShellTblCrsr->Start(), &aTmpState ); in FillPrtDoc()

Completed in 180 milliseconds

12