Lines Matching refs:pLastBox

326                     String& rFirstBox, String* pLastBox, void* pPara ) const  in _MakeFormel()  argument
336 if( pLastBox ) in _MakeFormel()
338 … pEndBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in _MakeFormel()
343 rFirstBox.Erase( 0, pLastBox->Len()+1 ); in _MakeFormel()
375 else if( pSttBox && !pLastBox ) // nur die StartBox ? in _MakeFormel()
391 String& rFirstBox, String* pLastBox, void* pPara ) const in RelNmsToBoxNms() argument
401 if( pLastBox ) in RelNmsToBoxNms()
403 if( 0 != ( pRelBox = lcl_RelToBox( rTbl, pBox, *pLastBox )) ) in RelNmsToBoxNms()
408 rFirstBox.Erase( 0, pLastBox->Len()+1 ); in RelNmsToBoxNms()
421 String& rFirstBox, String* pLastBox, void* pPara ) const in RelBoxNmsToPtr() argument
431 if( pLastBox ) in RelBoxNmsToPtr()
433 if( 0 != ( pRelBox = lcl_RelToBox( rTbl, pBox, *pLastBox )) ) in RelBoxNmsToPtr()
438 rFirstBox.Erase( 0, pLastBox->Len()+1 ); in RelBoxNmsToPtr()
452 String& rFirstBox, String* pLastBox, void* pPara ) const in BoxNmsToRelNm() argument
470 if( pLastBox ) in BoxNmsToRelNm()
472 rNewStr += lcl_BoxNmToRel( rTbl, *pTblNd, sRefBoxNm, *pLastBox, in BoxNmsToRelNm()
475 rFirstBox.Erase( 0, pLastBox->Len()+1 ); in BoxNmsToRelNm()
487 String& rFirstBox, String* pLastBox, void* ) const in PtrToBoxNms() argument
494 if( pLastBox ) in PtrToBoxNms()
496 pBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in PtrToBoxNms()
504 rFirstBox.Erase( 0, pLastBox->Len()+1 ); in PtrToBoxNms()
519 String& rFirstBox, String* pLastBox, void* ) const in BoxNmsToPtr() argument
526 if( pLastBox ) in BoxNmsToPtr()
528 pBox = rTbl.GetTblBox( *pLastBox ); in BoxNmsToPtr()
531 rFirstBox.Erase( 0, pLastBox->Len()+1 ); in BoxNmsToPtr()
895 String& rFirstBox, String* pLastBox, void* pPara ) const in _GetFmlBoxes() argument
902 if( pLastBox ) in _GetFmlBoxes()
904 … pEndBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in _GetFmlBoxes()
909 rFirstBox.Erase( 0, pLastBox->Len()+1 ); in _GetFmlBoxes()
986 String& rFirstBox, String* pLastBox, void* pPara ) const in _HasValidBoxes() argument
995 if( pLastBox ) in _HasValidBoxes()
996 rFirstBox.Erase( 0, pLastBox->Len()+1 ); in _HasValidBoxes()
1001 if( pLastBox ) in _HasValidBoxes()
1002 … pEndBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in _HasValidBoxes()
1012 if( pLastBox ) in _HasValidBoxes()
1013 pEndBox = (SwTableBox*)lcl_RelToBox( rTbl, pBox, *pLastBox ); in _HasValidBoxes()
1019 if( pLastBox ) in _HasValidBoxes()
1020 pEndBox = (SwTableBox*)rTbl.GetTblBox( *pLastBox ); in _HasValidBoxes()
1026 if( ( pLastBox && in _HasValidBoxes()
1058 String& rFirstBox, String* pLastBox, void* pPara ) const in _SplitMergeBoxNm() argument
1068 String* pTblNmBox = pLastBox ? pLastBox : &rFirstBox; in _SplitMergeBoxNm()
1105 if( pTblNmBox == pLastBox ) in _SplitMergeBoxNm()
1112 if( pLastBox ) in _SplitMergeBoxNm()
1113 … pEndBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(pLastBox->ToInt64())); in _SplitMergeBoxNm()
1122 if( pLastBox ) in _SplitMergeBoxNm()
1123 pEndBox = (SwTableBox*)lcl_RelToBox( *pTbl, pBox, *pLastBox ); in _SplitMergeBoxNm()
1129 if( pLastBox ) in _SplitMergeBoxNm()
1130 pEndBox = (SwTableBox*)pTbl->GetTblBox( *pLastBox ); in _SplitMergeBoxNm()
1135 if( pLastBox && !pTbl->GetTabSortBoxes().Seek_Entry( pEndBox )) in _SplitMergeBoxNm()
1144 if( pLastBox ) in _SplitMergeBoxNm()
1199 if( pLastBox ) in _SplitMergeBoxNm()