Home
last modified time | relevance | path

Searched refs:IsTableNode (Results 1 – 25 of 43) sorted by relevance

12

/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx425 if( pFrmNd->IsTableNode() ) in ChgNode()
534 if ( ! pStartNode->IsTableNode()) in _MoveNodes()
562 if( pSttNd->IsTableNode() ) in _MoveNodes()
1308 !pAktNode->pStartOfSection->IsTableNode() )) in Delete()
1354 pNd->pStartOfSection->IsTableNode() ) in Delete()
2374 SwTableNode* pTableNd = pSttNd->IsTableNode() in FindPrvNxtFrmNode()
2429 if( pSttNd->IsTableNode() && in FindPrvNxtFrmNode()
2440 else if( pNd->IsEndNode() && pNd->StartOfSectionNode()->IsTableNode() ) in FindPrvNxtFrmNode()
2452 if( (pFrmNd = &aIdx.GetNode())->IsTableNode() ) in FindPrvNxtFrmNode()
2468 if( aIdx.GetNode().IsTableNode() ) in FindPrvNxtFrmNode()
H A Dnode2lay.cxx89 else if ( pNd->IsTableNode() ) in GoNextWithFrm()
121 else if ( pNd->IsTableNode() ) in GoPreviousWithFrm()
177 ASSERT( pNd->IsTableNode(), "For Tablenodes only" ); in SwNode2LayImpl()
370 else if( pNd->IsTableNode() ) in RestoreUpperFrms()
H A Dnode.cxx410 if( IsTableNode() ) in FindTableNode()
413 while( !pTmp->IsTableNode() && pTmp->GetIndex() ) in FindTableNode()
751 else if( pNd->IsTableNode() ) in FindPageDesc()
H A Dndsect.cxx955 if( pNd->IsTableNode() ) in InsertTextSection()
1358 if( aTmp.GetNode().IsCntntNode() || aTmp.GetNode().IsTableNode() ) in IsCntntHidden()
H A Dndtbl.cxx1693 else if( pFrmNd->IsTableNode() ) in TableToText()
3217 if( !pTNd || pNd->IsTableNode() ) in SplitTable()
3461 if( !pTNd || pNd->IsTableNode() ) in SplitTable()
/trunk/main/sw/source/core/edit/
H A Dedglbldc.cxx108 || pNd->IsSectionNode() || pNd->IsTableNode() ) in GetGlobalDocContent()
129 || pNd->IsSectionNode() || pNd->IsTableNode() ) in GetGlobalDocContent()
H A Dedsect.cxx359 DBG_ASSERT( pInnermostNode->IsTableNode() || in lcl_SpecialInsertNode()
/trunk/main/sw/inc/
H A Dnode.hxx177 inline sal_Bool IsTableNode() const;
680 inline sal_Bool SwNode::IsTableNode() const in IsTableNode() function in SwNode
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx768 else if( pNd->IsTableNode() ) in Out_SwDoc()
974 else if( pNd->IsTableNode() ) in MakeHeader()
1372 if( pNd->IsTableNode() || pNd->IsSectionNode() ) in HTMLSaveData()
H A Dhtmlnum.cxx743 else if( pNd->IsTableNode() ) in FillNextNumInfo()
821 else if( pNd->IsTableNode() ) in OutHTML_NumBulListStart()
H A Dhtmlfly.cxx237 else if( pNd->IsTableNode() ) in SV_IMPL_OP_PTRARR_SORT()
290 else if( pDoc->GetNodes()[nStt+1]->IsTableNode() ) in SV_IMPL_OP_PTRARR_SORT()
H A Dhtmlsect.cxx843 else if( pSrcNd->IsTableNode() ) in MovePageDescAttrs()
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx157 else if ( pNode->IsTableNode() ) in SetInDoc()
204 else if ( pNode->IsTableNode() ) in SetInDoc()
805 else if ( pNode->IsTableNode() ) in SetInDoc()
H A Dundel.cxx675 if( pInsNd->IsTableNode() ) in UndoImpl()
851 else if( pNode->IsTableNode() ) in UndoImpl()
H A Dunattr.cxx267 if ( pNd->IsTableNode() ) in IsFmtInDoc()
/trunk/main/sw/source/core/doc/
H A Ddbgoutsw.cxx577 if (rNode.IsTableNode()) in lcl_dbg_out()
750 if (pNode->IsTableNode()) in lcl_dbg_nodes_inner()
H A Ddocredln.cxx261 pSttStart->IsTableNode() ) ) in CheckPosition()
265 pEndStart->IsTableNode() ) ) in CheckPosition()
1311 !pCurEnd->nNode.GetNode().StartOfSectionNode()->IsTableNode() ) in CompressRedlines()
3127 !pPtNd->StartOfSectionNode()->IsTableNode() && in HasValidRange()
H A Ddoccomp.cxx1267 if( pNd->IsTableNode() || in NextIdx()
1281 if( pNd->StartOfSectionNode()->IsTableNode() || in PrevIdx()
/trunk/main/sw/source/core/layout/
H A Dpagedesc.cxx307 else if( rNd.IsTableNode() ) in lcl_GetFrmOfNode()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx2035 if ( aContentIdx.GetNode().IsTableNode() ) in WriteGenericTxt()
2041 if ( !aContentIdx.GetNode().IsTableNode() && in WriteGenericTxt()
2046 } while ( aContentIdx.GetNode().IsTableNode() ); in WriteGenericTxt()
H A Dwriterhelper.cxx695 if (rNd.IsTableNode() && rNd.GetTableNode()) in HasPageBreak()
H A Dwrtww8.cxx1776 pDoc->GetNodes()[ nStart ]->IsTableNode() ) in WriteSpecialText()
1882 pDoc->GetNodes()[ nStt ]->IsTableNode() ) in SaveData()
2641 else if ( pNd->IsTableNode() ) in WriteText()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx677 else if( pNd->IsTableNode() && IDX++ ) in IsInProtectTable()
737 else if( pNd->StartOfSectionNode()->IsTableNode() && IDX-- ) in IsInProtectTable()
/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx928 !(pNd = pNd->StartOfSectionNode())->IsTableNode() ) in NewTblLine()
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx1001 else if( pNd->IsTableNode() ) in ExportCurPaM()

Completed in 163 milliseconds

12