Lines Matching refs:rNd

181     const SwTxtNode& rNd;  member in WW8SwAttrIter
212 WW8SwAttrIter( MSWordExportBase& rWr, const SwTxtNode& rNd );
258 rNd(rTxtNd), in WW8SwAttrIter()
279 maFlyFrms = GetFramesInNode(rWr.maFrames, rNd); in WW8SwAttrIter()
298 SwPosition aPosition( rNd, SwIndex( (SwTxtNode*)&rNd ) ); in WW8SwAttrIter()
329 const String aTxt = rNd.GetTxt(); in SearchNext()
344 if (pEnd->nNode == rNd && ((i = pEnd->nContent.GetIndex()) >= nStartPos) && i < nMinPos ) in SearchNext()
364 if( pStt->nNode == rNd ) in SearchNext()
373 if( pEnd->nNode == rNd && in SearchNext()
381 if (mrSwFmtDrop.GetWholeWord() && nStartPos <= rNd.GetDropLen(0)) in SearchNext()
382 nMinPos = rNd.GetDropLen(0); in SearchNext()
386 if(const SwpHints* pTxtAttrs = rNd.GetpSwpHints()) in SearchNext()
468 (const SwTxtFmtColl&)rNd.GetAnyFmtColl(), nFontId); in OutAttr()
471 SfxItemSet aExportSet(*rNd.GetSwAttrSet().GetPool(), in OutAttr()
475 if (rNd.HasSwAttrSet()) in OutAttr()
479 aExportSet.Set(rNd.GetSwAttrSet(), bDeep); in OutAttr()
481 const SvxFontItem &rNdFont = ItemGet<SvxFontItem>(rNd.GetSwAttrSet(), nFontId); in OutAttr()
489 if (const SwpHints* pTxtAttrs = rNd.GetpSwpHints()) in OutAttr()
547 m_rExport.pOutFmtNode = &rNd; in OutAttr()
605 if (const SwpHints* pTxtAttrs = rNd.GetpSwpHints()) in IsTxtAttr()
628 short nWordLen = rNd.GetDropLen(0); in IsDropCap()
647 if ( sample == rNd.GetIndex() ) in RequiresImplicitBookmark()
662 const SwpHints* pTxtAttrs = rNd.GetpSwpHints(); in HasTextItem()
696 return pRet ? *pRet : rNd.SwCntntNode::GetAttr(nWhich); in GetItem()
1177 if ( const SwpHints* pTxtAttrs = rNd.GetpSwpHints() ) in OutAttrWithRange()
1214 … m_rExport.AttrOutput().TOXMark( rNd, *static_cast< const SwTOXMark* >( pItem ) ); in OutAttrWithRange()
1219 … m_rExport.AttrOutput().StartRuby( rNd, *static_cast< const SwFmtRuby* >( pItem ) ); in OutAttrWithRange()
1243 if( pEnd->nNode == rNd ) in IsRedlineAtEnd()
1262 if( pEnd->nNode == rNd && in GetRedline()
1288 if( pStt->nNode == rNd ) in GetRedline()
1304 if( pEnd->nNode == rNd && in GetRedline()
1673 const SwTxtNode& rNd, in GetBookmarks() argument
1679 sal_uLong nNd = rNd.GetIndex( ); in GetBookmarks()
2581 const SwNode& rNd = aIdx.GetNode(); in OutputSectionNode() local
2582 if ( !rNd.IsSectionNode() && !IsInTable() in OutputSectionNode()
2590 if ( rNd.IsTableNode() ) in OutputSectionNode()
2591 pSet = &rNd.GetTableNode()->GetTable().GetFrmFmt()->GetAttrSet(); in OutputSectionNode()
2592 else if ( rNd.IsCntntNode() ) in OutputSectionNode()
2594 pSet = &rNd.GetCntntNode()->GetSwAttrSet(); in OutputSectionNode()
2637 void WW8Export::OutWW6FlyFrmsInCntnt( const SwTxtNode& rNd ) in OutWW6FlyFrmsInCntnt() argument
2643 if (const SwpHints* pTxtAttrs = rNd.GetpSwpHints()) in OutWW6FlyFrmsInCntnt()
2664 SwRect aParentRect(rNd.FindLayoutRect(false, &aOffset)), in OutWW6FlyFrmsInCntnt()
2675 sw::Frame aFrm(rFlyFrmFmt, SwPosition(rNd)); in OutWW6FlyFrmsInCntnt()