Lines Matching refs:pSttBox

332 	SwTableBox* pSttBox, *pEndBox = 0;  in _MakeFormel()  local
345 pSttBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(rFirstBox.ToInt64())); in _MakeFormel()
347 if( !rTbl.GetTabSortBoxes().Seek_Entry( pSttBox )) in _MakeFormel()
348 pSttBox = 0; in _MakeFormel()
351 if( pEndBox && pSttBox ) // Bereich ? in _MakeFormel()
356 GetBoxes( *pSttBox, *pEndBox, aBoxes ); in _MakeFormel()
375 else if( pSttBox && !pLastBox ) // nur die StartBox ? in _MakeFormel()
379 if ( pSttBox->getRowSpan() >= 1 ) in _MakeFormel()
382 pSttBox->GetValue( *pCalcPara ), sal_False ); in _MakeFormel()
898 SwTableBox* pSttBox, *pEndBox = 0; in _GetFmlBoxes() local
912 pSttBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(rFirstBox.ToInt64())); in _GetFmlBoxes()
914 if( !rTbl.GetTabSortBoxes().Seek_Entry( pSttBox )) in _GetFmlBoxes()
915 pSttBox = 0; in _GetFmlBoxes()
917 if( pEndBox && pSttBox ) // Bereich ? in _GetFmlBoxes()
922 GetBoxes( *pSttBox, *pEndBox, aBoxes ); in _GetFmlBoxes()
925 else if( pSttBox ) // nur die StartBox ? in _GetFmlBoxes()
926 pBoxes->Insert( pSttBox ); in _GetFmlBoxes()
991 SwTableBox* pSttBox = 0, *pEndBox = 0; in _HasValidBoxes() local
1003 pSttBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(rFirstBox.ToInt64())); in _HasValidBoxes()
1014 pSttBox = (SwTableBox*)lcl_RelToBox( rTbl, pBox, rFirstBox ); in _HasValidBoxes()
1021 pSttBox = (SwTableBox*)rTbl.GetTblBox( rFirstBox ); in _HasValidBoxes()
1028 ( !pSttBox || !rTbl.GetTabSortBoxes().Seek_Entry( pSttBox ) ) ) in _HasValidBoxes()
1108 SwTableBox* pSttBox = 0, *pEndBox = 0; in _SplitMergeBoxNm() local
1114 pSttBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(rFirstBox.ToInt64())); in _SplitMergeBoxNm()
1124 pSttBox = (SwTableBox*)lcl_RelToBox( *pTbl, pBox, rFirstBox ); in _SplitMergeBoxNm()
1131 pSttBox = (SwTableBox*)pTbl->GetTblBox( rFirstBox ); in _SplitMergeBoxNm()
1137 if( !pTbl->GetTabSortBoxes().Seek_Entry( pSttBox )) in _SplitMergeBoxNm()
1138 pSttBox = 0; in _SplitMergeBoxNm()
1149 nSttLnPos = SwTableFormula::GetLnPosInTbl( *pTbl, pSttBox ); in _SplitMergeBoxNm()
1172 sal_uInt16 nSttLnPos = SwTableFormula::GetLnPosInTbl( *pTbl, pSttBox ); in _SplitMergeBoxNm()
1201 ( rNewStr += String::CreateFromInt64((sal_PtrDiff)pSttBox)) in _SplitMergeBoxNm()