Home
last modified time | relevance | path

Searched refs:pTBox (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx469 const SwTableBox* pTBox = pSttNd->FindTableNode()->GetTable(). in GotoNxtPrvTblFormula() local
471 if( pTBox ) in GotoNxtPrvTblFormula()
472 aCurGEF = _SetGetExpFld( *pTBox ); in GotoNxtPrvTblFormula()
482 const SwTableBox* pTBox; in GotoNxtPrvTblFormula() local
488 0 != (pTBox = ((SwTblBoxFormula*)pItem)->GetTableBox() ) && in GotoNxtPrvTblFormula()
489 pTBox->GetSttNd() && in GotoNxtPrvTblFormula()
490 pTBox->GetSttNd()->GetNodes().IsDocNodes() && in GotoNxtPrvTblFormula()
495 SwNodeIndex aIdx( *pTBox->GetSttNd() ); in GotoNxtPrvTblFormula()
500 _SetGetExpFld aCmp( *pTBox ); in GotoNxtPrvTblFormula()
/trunk/main/sw/source/core/inc/
H A Ddocfld.hxx53 const SwTableBox* pTBox; member
93 { return TABLEBOX == eSetGetExpFldType ? CNTNT.pTBox : 0; } in GetTableBox()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx810 CNTNT.pTBox = &rTBox; in _SetGetExpFld()
997 if( CNTNT.pTBox->GetSttNd() ) in GetNodeFromCntnt()
999 SwNodeIndex aIdx( *CNTNT.pTBox->GetSttNd() ); in GetNodeFromCntnt()

Completed in 29 milliseconds