Home
last modified time | relevance | path

Searched refs:bCnt (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/core/layout/ !
H A Dpaintfrm.cxx3224 sal_Bool bCnt; in Paint() local
3225 if ( sal_True == (bCnt = pFrm->IsCntntFrm()) ) in Paint()
3242 if ( bCnt && pProgress ) in Paint()
3260 if ( bCnt && pFrm->IsCompletePaint() && in Paint()
3288 if ( pFrm && (sal_True == (bCnt = pFrm->IsCntntFrm())) ) in Paint()
3315 if ( !bCnt && pFrm->GetNext() && pFrm->GetNext()->IsFtnContFrm() ) in Paint()
3319 if ( pFrm && (sal_True == (bCnt = pFrm->IsCntntFrm())) ) in Paint()
3836 const sal_Bool bCnt = IsCntntFrm(); in PaintShadow() local
3837 const sal_Bool bTop = !bCnt || rAttrs.GetTopLine ( *(this) ) ? sal_True : sal_False; in PaintShadow()
3838 const sal_Bool bBottom = !bCnt || rAttrs.GetBottomLine( *(this) ) ? sal_True : sal_False; in PaintShadow()
[all …]
H A Dcalcmove.cxx294 const sal_Bool bCnt = IsCntntFrm(); in PrepareMake() local
298 SwFlowFrm* pThis = bCnt ? (SwCntntFrm*)this : NULL; in PrepareMake()
313 else if ( bCnt && sal_True == (bFoll = pThis->IsFollow()) && in PrepareMake()
426 const sal_Bool bCnt = IsCntntFrm(); in PrepareCrsr() local
431 SwFlowFrm* pThis = bCnt ? (SwCntntFrm*)this : NULL; in PrepareCrsr()