Home
last modified time | relevance | path

Searched refs:FindTableNode (Results 26 – 50 of 83) sorted by relevance

1234

/aoo42x/main/sw/source/core/unocore/
H A Dunoobj.cxx1201 SwTableNode * pTblNode = rUnoCursor.GetNode()->FindTableNode(); in gotoStart()
1207 pTblNode = (pCNode) ? pCNode->FindTableNode() : 0; in gotoStart()
1354 if ( pOwnStartNode->FindTableNode() != pTmp->FindTableNode() ) in gotoRange()
3209 ? rUnoCursor.GetPoint()->nNode.GetNode().FindTableNode() in createEnumeration()
/aoo42x/main/sw/source/filter/rtf/
H A Dswparrtf.cxx323 mbReadNoTbl = 0 != pSttNd->FindTableNode() || in Continue()
441 if( pTmp->IsCntntNode() && !pTmp->FindTableNode() ) in Continue()
1007 const SwTableNode* pTableNd = pSttNd ? pSttNd->FindTableNode() : 0; in InsertSegments()
1790 const SwTableNode* pTblNd = rIdx.GetNode().FindTableNode(); in NextToken()
1823 if( !pPam->GetNode()->FindTableNode() ) in NextToken()
4200 if( !pPam->GetNode()->FindTableNode() && _do ) in UnknownAttrToken()
/aoo42x/main/sw/source/core/doc/
H A Ddocfmt.cxx732 0 != ( pTblNd = pNode->FindTableNode() ) ) in lcl_InsAttr()
735 while ( 0 != ( pCurTblNd = pCurTblNd->StartOfSectionNode()->FindTableNode() ) ) in lcl_InsAttr()
768 0 != (pTblNd = pNode->FindTableNode() ) && in lcl_InsAttr()
773 while ( 0 != ( pCurTblNd = pCurTblNd->StartOfSectionNode()->FindTableNode() ) ) in lcl_InsAttr()
H A Ddocredln.cxx257 SwNode* pSttTab = pSttNode->StartOfSectionNode()->FindTableNode(); in CheckPosition()
258 SwNode* pEndTab = pEndNode->StartOfSectionNode()->FindTableNode(); in CheckPosition()
2689 SwNode* pTab = pNew->GetPoint()->nNode.GetNode().StartOfSectionNode()->FindTableNode(); in InsertWithValidRanges()
2691 if( pTab && !pNew->GetMark()->nNode.GetNode().StartOfSectionNode()->FindTableNode() ) in InsertWithValidRanges()
2700 pTab = pNew->GetPoint()->nNode.GetNode().StartOfSectionNode()->FindTableNode(); in InsertWithValidRanges()
H A Ddocglos.cxx150 const SwTableNode* pTblNd = pCntntNd->FindTableNode(); in InsertGlossary()
H A Ddocdde.cxx151 pFBox->GetSttNd()->FindTableNode(); in lcl_FindTable()
/aoo42x/main/sw/source/filter/html/
H A Dhtmltab.cxx2752 ->nNode.GetNode().FindTableNode() ) in MakeTable()
2933 SwTableNode *pTblNd = pNd->FindTableNode(); in InsertTableSection()
2940 pOutTbl = pOutTbl->StartOfSectionNode()->FindTableNode(); in InsertTableSection()
3890 pTCntxt->SetTableNode( (SwTableNode *)pNd->FindTableNode() ); in BuildTableCell()
3923 const SwStartNode *pStNd = (pTable->bFirstCell ? pNd->FindTableNode() in BuildTableCell()
4027 pPam->GetPoint()->nNode.GetNode().FindTableNode()); in BuildTableCell()
5465 ASSERT( pTblStNd==pPam->GetNode()->FindTableNode(), in BuildTable()
/aoo42x/main/sw/source/core/attr/
H A Dcellatr.cxx145 0 != ( pTblNd = pNd->FindTableNode() )) in ChangeState()
/aoo42x/main/sw/source/core/fields/
H A Dddetbl.cxx172 SwTableNode* pTblNd = pNd->FindTableNode(); in NoDDETable()
H A Dtblcalc.cxx114 SwTableNode const*const pTblNd = (pNd) ? pNd->FindTableNode() : 0; in GetCommand()
H A Dddefld.cxx220 GetSttNd()->FindTableNode(); in IsInRange()
/aoo42x/main/sw/source/core/undo/
H A Dunattr.cxx167 ->FindTableNode()->GetIndex(); in Init()
284 SwTableNode* pTblNode = pNd->FindTableNode(); in IsFmtInDoc()
H A Dunspnd.cxx91 SwTableNode* pTblNd = pCurrNd->FindTableNode(); in UndoImpl()
/aoo42x/main/sw/source/core/frmedt/
H A Dtblsel.cxx224 const SwTableNode* pTblNd = pContentNd ? pContentNd->FindTableNode() : 0; in GetTblSel()
486 const SwTableNode* pTNd = rSttNd.FindTableNode(); in ChkChartSel()
1031 GetSttNd()->FindTableNode(); in GetMergeSel()
1553 const SwTableNode* pTblNd = aPara.rBoxes[0]->GetSttNd()->FindTableNode(); in CheckMergeSel()
/aoo42x/main/sw/source/core/edit/
H A Deddel.cxx61 if( rPam.GetNode()->FindTableNode() && in DeleteSel()
H A Dedsect.cxx335 const SwNode* pTableNode = rCurrentNode.FindTableNode(); in lcl_SpecialInsertNode()
H A Dacorrect.cxx383 const SwTableNode* pTblNd = pCntntNd->FindTableNode(); in ChgAutoCorrWord()
/aoo42x/main/sw/source/core/docnode/
H A Dndsect.cxx73 const SwTableNode* pTblNd = _rNd.FindTableNode(); in lcl_IsInSameTblBox()
1123 SwTableNode* pTableNode = rIdx.GetNode().FindTableNode(); in MakeFrms()
H A Dswbaslnk.cxx356 0 != (pTblNd = pANd->FindTableNode()) ) in SetGrfFlySize()
/aoo42x/main/sw/source/core/crsr/
H A Dcrstrvl.cxx469 const SwTableBox* pTBox = pSttNd->FindTableNode()->GetTable(). in GotoNxtPrvTblFormula()
1286 const SwTableNode* pTblNd = pTxtNd->FindTableNode(); in GetContentAtPos()
1496 if( pSttNd && 0 != ( pTblNd = pTxtNd->FindTableNode()) && in GetContentAtPos()
H A Dcrsrsh.cxx2625 SwNode* pTblNd = pTCrsr->GetPoint()->nNode.GetNode().FindTableNode(); in ParkCrsr()
2887 const SwTableNode* pTableNode = rNdIdx.GetNode().FindTableNode(); in FindValidCntntNode()
2938 if( pCNd->FindTableNode() ) in FindValidCntntNode()
/aoo42x/main/sw/source/core/txtnode/
H A Datrfld.cxx446 const SwTableNode* pTblNd = m_pTxtNode->FindTableNode(); in CopyTxtFld()
/aoo42x/main/sw/source/core/layout/
H A Dnewfrm.cxx538 SwTableNode *pTblNd= pNode ? pNode->FindTableNode() : 0; in Init()
/aoo42x/main/sw/source/core/view/
H A Dvprint.cxx449 SwTableNode* pTNd = pCNd->FindTableNode(); in FillPrtDoc()
/aoo42x/main/sw/source/filter/ww1/
H A Dfltshell.cxx1056 sal_Bool bReadNoTbl = 0 != pSttNd->FindTableNode() || in SwFltShell()
1715 pTable = &pAktBox->GetSttNd()->FindTableNode()->GetTable(); in SplitTable()

Completed in 333 milliseconds

1234