Lines Matching refs:pBoxIdx
799 if( !pBoxIdx || !pBoxPtr || IsSelTblCells() || !IsAutoUpdateCells() ) in CheckTblBoxCntnt()
809 if( pBoxIdx && pBoxPtr && in CheckTblBoxCntnt()
810 0 != ( pSttNd = pBoxIdx->GetNode().GetStartNode() ) && in CheckTblBoxCntnt()
813 GetTblBox( pBoxIdx->GetIndex() ) ) in CheckTblBoxCntnt()
877 if( pSttNd && pBoxIdx ) in SaveTblBoxCntnt()
879 if( pSttNd == &pBoxIdx->GetNode() ) in SaveTblBoxCntnt()
885 bCheckBox = 0 != pBoxIdx; in SaveTblBoxCntnt()
890 SwPosition aPos( *pBoxIdx ); in SaveTblBoxCntnt()
898 if( pBoxIdx ) in SaveTblBoxCntnt()
899 *pBoxIdx = *pSttNd; in SaveTblBoxCntnt()
901 pBoxIdx = new SwNodeIndex( *pSttNd ); in SaveTblBoxCntnt()
908 delete pBoxIdx, pBoxIdx = 0; in ClearTblBoxCntnt()