Lines Matching refs:rNd

389 bool MSWordExportBase::SetAktPageDescFromNode(const SwNode &rNd)  in SetAktPageDescFromNode()  argument
392 const SwPageDesc* pCurrent = SwPageDesc::GetPageDescOfNode(rNd); in SetAktPageDescFromNode()
426 void MSWordExportBase::OutputSectionBreaks( const SfxItemSet *pSet, const SwNode& rNd ) in OutputSectionBreaks() argument
443 const SwPageDesc * pPageDesc = rNd.FindPageDesc(sal_False); in OutputSectionBreaks()
468 const SwTableNode* pTableNode = rNd.FindTableNode(); in OutputSectionBreaks()
471 const SwTableBox* pBox = rNd.GetTblBox(); in OutputSectionBreaks()
507 bNewPageDesc = SetAktPageDescFromNode( rNd ); in OutputSectionBreaks()
527 if ( const SwCntntNode *pNd = rNd.GetCntntNode() ) in OutputSectionBreaks()
548 bNewPageDesc = SetAktPageDescFromNode( rNd ); in OutputSectionBreaks()
553 PrepareNewPageDesc( pSet, rNd, pPgDesc, pAktPageDesc ); in OutputSectionBreaks()
574 const SwSectionFmt* MSWordExportBase::GetSectionFormat( const SwNode& rNd ) const in GetSectionFormat()
577 const SwSectionNode* pSect = rNd.FindSectionNode(); in GetSectionFormat()
587 sal_uLong MSWordExportBase::GetSectionLineNo( const SfxItemSet* pSet, const SwNode& rNd ) const in GetSectionLineNo()
594 else if ( const SwCntntNode *pNd = rNd.GetCntntNode() ) in GetSectionLineNo()
603 const SwNode& rNd, in PrepareNewPageDesc() argument
619 const SwSectionFmt* pFmt = GetSectionFormat( rNd ); in PrepareNewPageDesc()
620 const sal_uLong nLnNm = GetSectionLineNo( pSet, rNd ); in PrepareNewPageDesc()
626 pSepx->AppendSep( Fc2Cp( nFcPos ), *pNewPgDescFmt, rNd, pFmt, nLnNm ); in PrepareNewPageDesc()
630 pSepx->AppendSep( Fc2Cp( nFcPos ), pNewPgDesc, rNd, pFmt, nLnNm ); in PrepareNewPageDesc()