Lines Matching refs:pEndBox

332     SwTableBox* pSttBox, *pEndBox = 0;  in _MakeFormel()  local
338pEndBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in _MakeFormel()
341 if( !rTbl.GetTabSortBoxes().Seek_Entry( pEndBox )) in _MakeFormel()
342 pEndBox = 0; in _MakeFormel()
351 if( pEndBox && pSttBox ) // Bereich ? in _MakeFormel()
356 GetBoxes( *pSttBox, *pEndBox, aBoxes ); in _MakeFormel()
898 SwTableBox* pSttBox, *pEndBox = 0; in _GetFmlBoxes() local
904pEndBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in _GetFmlBoxes()
907 if( !rTbl.GetTabSortBoxes().Seek_Entry( pEndBox )) in _GetFmlBoxes()
908 pEndBox = 0; in _GetFmlBoxes()
917 if( pEndBox && pSttBox ) // Bereich ? in _GetFmlBoxes()
922 GetBoxes( *pSttBox, *pEndBox, aBoxes ); in _GetFmlBoxes()
991 SwTableBox* pSttBox = 0, *pEndBox = 0; in _HasValidBoxes() local
1002pEndBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in _HasValidBoxes()
1013 pEndBox = (SwTableBox*)lcl_RelToBox( rTbl, pBox, *pLastBox ); in _HasValidBoxes()
1020 pEndBox = (SwTableBox*)rTbl.GetTblBox( *pLastBox ); in _HasValidBoxes()
1027 ( !pEndBox || !rTbl.GetTabSortBoxes().Seek_Entry( pEndBox ) ) ) || in _HasValidBoxes()
1108 SwTableBox* pSttBox = 0, *pEndBox = 0; in _SplitMergeBoxNm() local
1113pEndBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in _SplitMergeBoxNm()
1123 pEndBox = (SwTableBox*)lcl_RelToBox( *pTbl, pBox, *pLastBox ); in _SplitMergeBoxNm()
1130 pEndBox = (SwTableBox*)pTbl->GetTblBox( *pLastBox ); in _SplitMergeBoxNm()
1135 if( pLastBox && !pTbl->GetTabSortBoxes().Seek_Entry( pEndBox )) in _SplitMergeBoxNm()
1136 pEndBox = 0; in _SplitMergeBoxNm()
1148 sal_uInt16 nEndLnPos = SwTableFormula::GetLnPosInTbl( *pTbl, pEndBox ), in _SplitMergeBoxNm()
1164 if( pEndBox ) in _SplitMergeBoxNm()
1200 ( rNewStr += String::CreateFromInt64((sal_PtrDiff)pEndBox)) += ':'; in _SplitMergeBoxNm()