Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmlfly.cxx240 sal_uLong nTblEnd = pTblNd->EndOfSectionIndex(); in SV_IMPL_OP_PTRARR_SORT() local
242 if( nTblEnd+1 == nEnd ) in SV_IMPL_OP_PTRARR_SORT()
247 else if( nTblEnd+2 == nEnd ) in SV_IMPL_OP_PTRARR_SORT()
1340 sal_uLong nTblEnd = pTblNd->EndOfSectionIndex(); in OutHTML_FrmFmtTableNode() local
1341 ASSERT( nTblEnd == nEnd - 1 || in OutHTML_FrmFmtTableNode()
1342 (nTblEnd == nEnd - 2 && !bTopCaption), in OutHTML_FrmFmtTableNode()
1345 if( nTblEnd == nEnd - 2 ) in OutHTML_FrmFmtTableNode()
1346 pTxtNd = rHTMLWrt.pDoc->GetNodes()[nTblEnd+1]->GetTxtNode(); in OutHTML_FrmFmtTableNode()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx444 sal_uLong nTblStt = pTblNd->GetIndex(), nTblEnd = pTblNd->EndOfSectionIndex(); in SwUndoTblToTxt() local
456 pAPos->nNode.GetIndex() < nTblEnd ) in SwUndoTblToTxt()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2055 const sal_uLong nTblEnd = pTblNd->EndOfSectionIndex() + 1; in DeleteRowCol() local
2057 if( nTblEnd == nSectEnd ) in DeleteRowCol()

Completed in 64 milliseconds