Searched refs:pCMS (Results 1 – 10 of 10) sorted by relevance
| /AOO42X/main/sw/source/core/text/ |
| H A D | itrcrsr.cxx | 441 SwCrsrMoveState* pCMS, const long nMax ) in GetEndCharRect() argument 453 const sal_Bool bRet = GetCharRect( pOrig, nOfst, pCMS, nMax ); in GetEndCharRect() 459 return GetCharRect( pOrig, nOfst, pCMS, nMax ); in GetEndCharRect() 495 if ( pCMS && pCMS->bRealHeight ) in GetEndCharRect() 498 pCMS->aRealHeight.X() = nTmpAscent - nPorAscent; in GetEndCharRect() 500 pCMS->aRealHeight.X() = 0; in GetEndCharRect() 502 pCMS->aRealHeight.Y() = nPorHeight; in GetEndCharRect() 519 SwCrsrMoveState* pCMS ) in _GetCharRect() argument 535 const sal_Bool bInsideFirstField = pCMS && pCMS->pSpecialPos && in _GetCharRect() 536 ( pCMS->pSpecialPos->nLineOfst || in _GetCharRect() [all …]
|
| H A D | frmcrsr.cxx | 198 SwCrsrMoveState *pCMS ) const in GetCharRect() 212 const sal_Bool bRightMargin = pCMS && ( MV_RIGHTMARGIN == pCMS->eState ); in GetCharRect() 213 const sal_Bool bNoScroll = pCMS && pCMS->bNoScroll; in GetCharRect() 266 if ( pCMS ) in GetCharRect() 268 pCMS->aRealHeight.X() = 0; in GetCharRect() 269 pCMS->aRealHeight.Y() = bVert ? -rOrig.Width() : rOrig.Height(); in GetCharRect() 298 bRet = bRightMargin ? aLine.GetEndCharRect( &rOrig, nOffset, pCMS, nMaxY ) in GetCharRect() 299 : aLine.GetCharRect( &rOrig, nOffset, pCMS, nMaxY ); in GetCharRect() 308 if( pFrm->IsUndersized() && pCMS && !pFrm->GetNext() && in GetCharRect() 318 if ( pCMS ) in GetCharRect() [all …]
|
| H A D | porfly.cxx | 429 const Point &rPoint, SwPosition *pPos, SwCrsrMoveState* pCMS ) const in GetFlyCrsrOfst() 436 if( !pPos || bDraw || !( GetFlyFrm()->GetCrsrOfst( pPos, aPoint, pCMS ) ) ) in GetFlyCrsrOfst()
|
| H A D | porfly.hxx | 94 SwPosition *pPos, SwCrsrMoveState* pCMS ) const;
|
| /AOO42X/main/sw/source/core/layout/ |
| H A D | trvlfrm.cxx | 112 SwCrsrMoveState* pCMS ) const in GetCrsrOfst() 121 const bool bCntntCheck = pFrm->IsTxtFrm() && pCMS && pCMS->bCntntCheck; in GetCrsrOfst() 128 ( bCntntCheck || pFrm->GetCrsrOfst( pPos, rPoint, pCMS ) ) ) in GetCrsrOfst() 132 if ( pCMS && pCMS->bStop ) in GetCrsrOfst() 150 SwCrsrMoveState* pCMS ) const in GetCrsrOfst() 177 ( ( pCMS ? pCMS->bSetInReadOnly : sal_False ) || in GetCrsrOfst() 179 pFly->GetCrsrOfst( pPos, aPoint, pCMS ) ) in GetCrsrOfst() 185 if ( pCMS && pCMS->bStop ) in GetCrsrOfst() 196 if ( SwLayoutFrm::GetCrsrOfst( pPos, aPoint, pCMS ) ) in GetCrsrOfst() 200 if ( pCMS && (pCMS->bStop || pCMS->bExactOnly) ) in GetCrsrOfst() [all …]
|
| /AOO42X/main/sw/source/core/doc/ |
| H A D | notxtfrm.cxx | 621 SwCrsrMoveState *pCMS ) const in GetCharRect() 644 if ( pCMS ) in GetCharRect() 646 if ( pCMS->bRealHeight ) in GetCharRect() 648 pCMS->aRealHeight.Y() = rRect.Height(); in GetCharRect() 649 pCMS->aRealHeight.X() = 0; in GetCharRect()
|
| /AOO42X/main/sw/source/core/inc/ |
| H A D | layfrm.hxx | 98 const SwCrsrMoveState *pCMS = 0,
|
| H A D | txtfrm.hxx | 253 SwCrsrMoveState* pCMS = 0 ) const;
|
| /AOO42X/main/sw/inc/ |
| H A D | crsrsh.hxx | 556 SwCrsrMoveState *pCMS = 0 ) const;
|
| /AOO42X/main/sw/source/core/crsr/ |
| H A D | crsrsh.cxx | 1237 SwCrsrMoveState* pCMS ) const in GetCharRectAt() 1240 return pFrm ? pFrm->GetCharRect( rOrig, rPos, pCMS ) : sal_False; in GetCharRectAt()
|