Lines Matching refs:pNd

148 SwTOXSortTabBase::SwTOXSortTabBase( TOXSortType nTyp, const SwCntntNode* pNd,  in SwTOXSortTabBase()  argument
158 if( pNd ) in SwTOXSortTabBase()
163 SwTOXSource aTmp( pNd, n, in SwTOXSortTabBase()
167 nPos = pNd->GetIndex(); in SwTOXSortTabBase()
176 if( nPos < pNd->GetNodes().GetEndOfExtras().GetIndex() ) in SwTOXSortTabBase()
180 …const SwCntntFrm* pFrm = pNd->getLayoutFrm( pNd->GetDoc()->GetCurrentLayout(), &aPt, 0, sal_False … in SwTOXSortTabBase()
183 SwPosition aPos( *pNd ); in SwTOXSortTabBase()
184 const SwDoc& rDoc = *pNd->GetDoc(); in SwTOXSortTabBase()
223 (!aTOXSources[0].pNd || !rCmp.aTOXSources[0].pNd || in operator ==()
224 aTOXSources[0].pNd == rCmp.aTOXSources[0].pNd ); in operator ==()
266 const SwNode* pFirst = aTOXSources[0].pNd; in operator <()
267 const SwNode* pNext = rCmp.aTOXSources[0].pNd; in operator <()
441 sTmp = ((SwTxtNode*)aTOXSources[0].pNd)->GetExpandTxt( in FillText()
555 rTxt = ((SwTxtNode*)aTOXSources[0].pNd)->GetExpandTxt( in GetText_Impl()
569 ((SwTxtNode*)aTOXSources[0].pNd)->GetExpandTxt( rNd, &rInsPos, in FillText()
611 const SwCntntNode* pNd = aTOXSources[0].pNd; in GetText_Impl() local
626 rTxt = ((SwTxtNode*)pNd)->GetExpandTxt( in GetText_Impl()
637 SwFrmFmt* pFly = pNd->GetFlyFmt(); in GetText_Impl()
660 SwTxtNode* pSrc = (SwTxtNode*)aTOXSources[0].pNd; in FillText()
686 const SwCntntNode* pNd = aTOXSources[0].pNd; in GetLevel() local
688 if( nsSwTOXElement::TOX_OUTLINELEVEL == eType && pNd->GetTxtNode() ) in GetLevel()
693 const int nTmp = ((SwTxtNode*)pNd)->GetAttrOutlineLevel();//#outline level,zhaojianwei???? in GetLevel()
704 const SwCntntNode* pNd = aTOXSources[0].pNd; in GetURL() local
710 const SwTxtNode * pTxtNd = static_cast<const SwTxtNode *>(pNd); in GetURL()
763 SwFrmFmt* pFly = pNd->GetFlyFmt(); in GetURL()
800 const SwNode* pNd = aTOXSources[0].pNd; in GetText_Impl() local
801 if( pNd && 0 != ( pNd = pNd->FindTableNode() ) ) in GetText_Impl()
803 rTxt = ((SwTableNode*)pNd)->GetTable().GetFrmFmt()->GetName(); in GetText_Impl()
821 const SwNode* pNd = aTOXSources[0].pNd; in GetURL() local
822 if( pNd && 0 != ( pNd = pNd->FindTableNode() ) ) in GetURL()
824 aTxt = ((SwTableNode*)pNd)->GetTable().GetFrmFmt()->GetName(); in GetURL()