Home
last modified time | relevance | path

Searched refs:pFBox (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocdde.cxx143 SwTableBox* pFBox; in lcl_FindTable() local
145 0 != ( pFBox = pTmpTbl->GetTabSortBoxes()[0] ) && in lcl_FindTable()
146 pFBox->GetSttNd() && in lcl_FindTable()
147 &rpTableFmt->GetDoc()->GetNodes() == &pFBox->GetSttNd()->GetNodes() ) in lcl_FindTable()
151 pFBox->GetSttNd()->FindTableNode(); in lcl_FindTable()
H A Ddoctxm.cxx1580 SwTableBox* pFBox; in UpdateTable() local
1581 if( pTmpTbl && 0 != (pFBox = pTmpTbl->GetTabSortBoxes()[0] ) && in UpdateTable()
1582 pFBox->GetSttNd() && pFBox->GetSttNd()->GetNodes().IsDocNodes() ) in UpdateTable()
1584 const SwTableNode* pTblNd = pFBox->GetSttNd()->FindTableNode(); in UpdateTable()
H A Dtblrwcl.cxx494 _FndBox* pFBox; in lcl_InsCol() local
496 !( pFBox = pFndLn->GetBoxes()[ 0 ] )->GetBox()->GetSttNd() ) in lcl_InsCol()
499 for( sal_uInt16 n = 0; n < pFBox->GetLines().Count(); ++n ) in lcl_InsCol()
500 lcl_InsCol( pFBox->GetLines()[ n ], rCpyPara, nCpyCnt, bBehind ); in lcl_InsCol()
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx711 SwTableBox* pFBox; in FindTable() local
715 0 != (pFBox = pTmpTbl->GetTabSortBoxes()[0] ) && in FindTable()
716 pFBox->GetSttNd() && in FindTable()
717 pFBox->GetSttNd()->GetNodes().IsDocNodes() ) in FindTable()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3948 SwTableBox* pFBox = rLine.GetBoxes()[ aBoxArr[ nBox ] ]->GetBox(); in GetTableAutoFmt() local
3950 while( !pFBox->GetSttNd() ) in GetTableAutoFmt()
3951 pFBox = pFBox->GetTabLines()[0]->GetTabBoxes()[0]; in GetTableAutoFmt()
3954 SwNodeIndex aIdx( *pFBox->GetSttNd(), 1 ); in GetTableAutoFmt()
3962 rGet.UpdateFromSet( nPos, pFBox->GetFrmFmt()->GetAttrSet(), in GetTableAutoFmt()

Completed in 63 milliseconds