Lines Matching refs:pSrchBox
2376 const SwTableBox* pSrchBox, sal_Bool bOvrTblLns ) const in FindNextBox() argument
2381 if( GetTabBoxes().Count() && pSrchBox && in FindNextBox()
2382 USHRT_MAX != ( nFndPos = GetTabBoxes().GetPos( pSrchBox )) && in FindNextBox()
2424 const SwTableBox* pSrchBox, sal_Bool bOvrTblLns ) const in FindPreviousBox() argument
2429 if( GetTabBoxes().Count() && pSrchBox && in FindPreviousBox()
2430 USHRT_MAX != ( nFndPos = GetTabBoxes().GetPos( pSrchBox )) && in FindPreviousBox()
2478 const SwTableBox* pSrchBox, sal_Bool bOvrTblLns ) const in FindNextBox() argument
2480 if( !pSrchBox && !GetTabLines().Count() ) in FindNextBox()
2482 return GetUpper()->FindNextBox( rTbl, pSrchBox ? pSrchBox : this, in FindNextBox()
2489 const SwTableBox* pSrchBox, sal_Bool bOvrTblLns ) const in FindPreviousBox() argument
2491 if( !pSrchBox && !GetTabLines().Count() ) in FindPreviousBox()
2493 return GetUpper()->FindPreviousBox( rTbl, pSrchBox ? pSrchBox : this, in FindPreviousBox()