Home
last modified time | relevance | path

Searched refs:nRstLnNum (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Ddocxexport.cxx335 sal_uLong nRstLnNum; in OutputEndNode() local
337nRstLnNum = const_cast< SwCntntNode* >( rNd.GetCntntNode() )->GetSwAttrSet().GetLineNumber().GetSt… in OutputEndNode()
339 nRstLnNum = 0; in OutputEndNode()
342 m_pSections->AppendSection( pAktPageDesc, pParentFmt, nRstLnNum ); in OutputEndNode()
H A Dwrtw8sty.cxx920 … sal_uLong nRstLnNum = pSet ? ((SwFmtLineNumber&)pSet->Get( RES_LINENUMBER )).GetStartValue() : 0; in MSWordSections() local
952 AppendSection( *(SwFmtPageDesc*)pI, *pNd, pFmt, nRstLnNum ); in MSWordSections()
955 AppendSection( rExport.pAktPageDesc, pFmt, nRstLnNum ); in MSWordSections()
H A Dwrtw8nds.cxx2588 sal_uLong nRstLnNum = 0; in OutputSectionNode() local
2595 nRstLnNum = ((SwFmtLineNumber&)pSet->Get( in OutputSectionNode()
2618 AppendSection( pCurrent, &rFmt, nRstLnNum ); in OutputSectionNode()
H A Dwrtww8.cxx2687 sal_uLong nRstLnNum; in WriteText() local
2689 nRstLnNum = ((SwCntntNode&)aIdx.GetNode()).GetSwAttrSet(). in WriteText()
2692 nRstLnNum = 0; in WriteText()
2694 AppendSection( pAktPageDesc, pParentFmt, nRstLnNum ); in WriteText()

Completed in 60 milliseconds