Lines Matching refs:pEnd2Pos

2126     Sw2LinesPos *pEnd2Pos = aTmpState.p2Lines;  in CalcFrmRects()  local
2142 if ( pSt2Pos != pEnd2Pos in CalcFrmRects()
2143 && ( !pSt2Pos || !pEnd2Pos || pSt2Pos->aPortion != pEnd2Pos->aPortion ) ) in CalcFrmRects()
2168 if ( !pEnd2Pos || pEnd2Pos->aPortion != pSt2Pos->aPortion ) in CalcFrmRects()
2222 if ( pEnd2Pos ) in CalcFrmRects()
2228 const sal_Bool bPorR2L = ( MT_BIDI == pEnd2Pos->nMultiType ) ? in CalcFrmRects()
2232 if ( MT_BIDI == pEnd2Pos->nMultiType in CalcFrmRects()
2233 && ( pEnd2Pos->aPortion2.*fnRectX->fnGetWidth )() ) in CalcFrmRects()
2236 long nRightAbs = ( pEnd2Pos->aPortion.*fnRectX->fnGetRight )(); in CalcFrmRects()
2237 nRightAbs = nRightAbs - ( pEnd2Pos->aPortion2.*fnRectX->fnGetLeft )(); in CalcFrmRects()
2238 long nLeftAbs = nRightAbs - ( pEnd2Pos->aPortion2.*fnRectX->fnGetWidth )(); in CalcFrmRects()
2242 if ( !pSt2Pos || pSt2Pos->aPortion != pEnd2Pos->aPortion ) in CalcFrmRects()
2244 SwRect aTmp2( pEnd2Pos->aPortion ); in CalcFrmRects()
2254 ( pEnd2Pos->aPortion.*fnRectX->fnGetRight )() ); in CalcFrmRects()
2257 ( pEnd2Pos->aPortion.*fnRectX->fnGetLeft )() ); in CalcFrmRects()
2260 if ( MT_ROT_90 == pEnd2Pos->nMultiType in CalcFrmRects()
2261 … || ( pEnd2Pos->aPortion.*fnRectX->fnGetBottom )() == ( aEndRect.*fnRectX->fnGetBottom )() ) in CalcFrmRects()
2264 ( pEnd2Pos->aLine.*fnRectX->fnGetBottom )() ); in CalcFrmRects()
2271 if ( !( MT_RUBY & pEnd2Pos->nMultiType ) ) in CalcFrmRects()
2273 SwTwips nTmp = ( pEnd2Pos->aLine.*fnRectX->fnGetTop )(); in CalcFrmRects()
2280 ( pEnd2Pos->aPortion.*fnRectX->fnGetTop )() ) in CalcFrmRects()
2284 ( pEnd2Pos->aPortion.*fnRectX->fnGetLeft )() ); in CalcFrmRects()
2287 ( pEnd2Pos->aPortion.*fnRectX->fnGetRight )() ); in CalcFrmRects()
2294 aEndRect = pEnd2Pos->aLine; in CalcFrmRects()
2296 … ( pEnd2Pos->aPortion.*fnRectX->fnGetRight )() : in CalcFrmRects()
2297 … ( pEnd2Pos->aPortion.*fnRectX->fnGetLeft )() ); in CalcFrmRects()
2301 else if ( pSt2Pos && pEnd2Pos in CalcFrmRects()
2303 && MT_BIDI == pEnd2Pos->nMultiType in CalcFrmRects()
2304 && pSt2Pos->aPortion == pEnd2Pos->aPortion in CalcFrmRects()
2305 && pSt2Pos->aPortion2 != pEnd2Pos->aPortion2 ) in CalcFrmRects()
2328 if ( ( pEnd2Pos->aPortion2.*fnRectX->fnGetWidth )() ) in CalcFrmRects()
2331 long nRightAbs = ( pEnd2Pos->aPortion.*fnRectX->fnGetRight )(); in CalcFrmRects()
2332 nRightAbs -= ( pEnd2Pos->aPortion2.*fnRectX->fnGetLeft )(); in CalcFrmRects()
2333 long nLeftAbs = nRightAbs - ( pEnd2Pos->aPortion2.*fnRectX->fnGetWidth )(); in CalcFrmRects()
2339 aEndRect = pEnd2Pos->aLine; in CalcFrmRects()
2368 sal_Bool bSameRotatedOrBidi = pSt2Pos && pEnd2Pos in CalcFrmRects()
2370 && pSt2Pos->aPortion == pEnd2Pos->aPortion; in CalcFrmRects()
2414 if ( pSt2Pos && pEnd2Pos && pSt2Pos->aPortion == pEnd2Pos->aPortion ) in CalcFrmRects()
2555 delete pEnd2Pos; in CalcFrmRects()