Home
last modified time | relevance | path

Searched refs:pCMS (Results 1 – 10 of 10) sorted by relevance

/AOO42X/main/sw/source/core/text/
H A Ditrcrsr.cxx441 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 Dfrmcrsr.cxx198 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 Dporfly.cxx429 const Point &rPoint, SwPosition *pPos, SwCrsrMoveState* pCMS ) const in GetFlyCrsrOfst()
436 if( !pPos || bDraw || !( GetFlyFrm()->GetCrsrOfst( pPos, aPoint, pCMS ) ) ) in GetFlyCrsrOfst()
H A Dporfly.hxx94 SwPosition *pPos, SwCrsrMoveState* pCMS ) const;
/AOO42X/main/sw/source/core/layout/
H A Dtrvlfrm.cxx112 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 Dnotxtfrm.cxx621 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 Dlayfrm.hxx98 const SwCrsrMoveState *pCMS = 0,
H A Dtxtfrm.hxx253 SwCrsrMoveState* pCMS = 0 ) const;
/AOO42X/main/sw/inc/
H A Dcrsrsh.hxx556 SwCrsrMoveState *pCMS = 0 ) const;
/AOO42X/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1237 SwCrsrMoveState* pCMS ) const in GetCharRectAt()
1240 return pFrm ? pFrm->GetCharRect( rOrig, rPos, pCMS ) : sal_False; in GetCharRectAt()