/aoo4110/main/sw/source/core/docnode/ |
H A D | node2lay.cxx | 89 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 D | nodes.cxx | 425 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 D | node.cxx | 410 if( IsTableNode() ) in FindTableNode() 413 while( !pTmp->IsTableNode() && pTmp->GetIndex() ) in FindTableNode() 751 else if( pNd->IsTableNode() ) in FindPageDesc()
|
H A D | ndsect.cxx | 955 if( pNd->IsTableNode() ) in InsertTextSection() 1358 if( aTmp.GetNode().IsCntntNode() || aTmp.GetNode().IsTableNode() ) in IsCntntHidden()
|
H A D | ndtbl.cxx | 1693 else if( pFrmNd->IsTableNode() ) in TableToText() 3217 if( !pTNd || pNd->IsTableNode() ) in SplitTable() 3461 if( !pTNd || pNd->IsTableNode() ) in SplitTable()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edglbldc.cxx | 108 || pNd->IsSectionNode() || pNd->IsTableNode() ) in GetGlobalDocContent() 129 || pNd->IsSectionNode() || pNd->IsTableNode() ) in GetGlobalDocContent()
|
H A D | edsect.cxx | 359 DBG_ASSERT( pInnermostNode->IsTableNode() || in lcl_SpecialInsertNode()
|
/aoo4110/main/sw/inc/ |
H A D | node.hxx | 171 inline sal_Bool IsTableNode() const; 671 inline sal_Bool SwNode::IsTableNode() const in IsTableNode() function in SwNode
|
/aoo4110/main/sw/source/filter/html/ |
H A D | wrthtml.cxx | 768 else if( pNd->IsTableNode() ) in Out_SwDoc() 974 else if( pNd->IsTableNode() ) in MakeHeader() 1372 if( pNd->IsTableNode() || pNd->IsSectionNode() ) in HTMLSaveData()
|
H A D | htmlnum.cxx | 743 else if( pNd->IsTableNode() ) in FillNextNumInfo() 821 else if( pNd->IsTableNode() ) in OutHTML_NumBulListStart()
|
H A D | htmlfly.cxx | 237 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 D | htmlsect.cxx | 843 else if( pSrcNd->IsTableNode() ) in MovePageDescAttrs()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 157 else if ( pNode->IsTableNode() ) in SetInDoc() 204 else if ( pNode->IsTableNode() ) in SetInDoc() 805 else if ( pNode->IsTableNode() ) in SetInDoc()
|
H A D | undel.cxx | 675 if( pInsNd->IsTableNode() ) in UndoImpl() 851 else if( pNode->IsTableNode() ) in UndoImpl()
|
H A D | unattr.cxx | 273 if ( pNd->IsTableNode() ) in IsFmtInDoc()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | dbgoutsw.cxx | 577 if (rNode.IsTableNode()) in lcl_dbg_out() 750 if (pNode->IsTableNode()) in lcl_dbg_nodes_inner()
|
H A D | docredln.cxx | 261 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 D | doccomp.cxx | 1267 if( pNd->IsTableNode() || in NextIdx() 1281 if( pNd->StartOfSectionNode()->IsTableNode() || in PrevIdx()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | pagedesc.cxx | 307 else if( rNd.IsTableNode() ) in lcl_GetFrmOfNode()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 2035 if ( aContentIdx.GetNode().IsTableNode() ) in WriteGenericTxt() 2041 if ( !aContentIdx.GetNode().IsTableNode() && in WriteGenericTxt() 2046 } while ( aContentIdx.GetNode().IsTableNode() ); in WriteGenericTxt()
|
H A D | writerhelper.cxx | 695 if (rNd.IsTableNode() && rNd.GetTableNode()) in HasPageBreak()
|
H A D | wrtww8.cxx | 1790 pDoc->GetNodes()[ nStart ]->IsTableNode() ) in WriteSpecialText() 1896 pDoc->GetNodes()[ nStt ]->IsTableNode() ) in SaveData() 2655 else if ( pNd->IsTableNode() ) in WriteText()
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtftbl.cxx | 928 !(pNd = pNd->StartOfSectionNode())->IsTableNode() ) in NewTblLine()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 665 else if( pNd->IsTableNode() && IDX++ ) in IsInProtectTable() 725 else if( pNd->StartOfSectionNode()->IsTableNode() && IDX-- ) in IsInProtectTable()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmlexp.cxx | 1005 else if( pNd->IsTableNode() ) in ExportCurPaM()
|