Searched refs:nRstLnNum (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | docxexport.cxx | 335 sal_uLong nRstLnNum; in OutputEndNode() local 337 …nRstLnNum = 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 D | wrtw8sty.cxx | 920 … 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 D | wrtw8nds.cxx | 2588 sal_uLong nRstLnNum = 0; in OutputSectionNode() local 2595 nRstLnNum = ((SwFmtLineNumber&)pSet->Get( in OutputSectionNode() 2618 AppendSection( pCurrent, &rFmt, nRstLnNum ); in OutputSectionNode()
|
H A D | wrtww8.cxx | 2701 sal_uLong nRstLnNum; in WriteText() local 2703 nRstLnNum = ((SwCntntNode&)aIdx.GetNode()).GetSwAttrSet(). in WriteText() 2706 nRstLnNum = 0; in WriteText() 2708 AppendSection( pAktPageDesc, pParentFmt, nRstLnNum ); in WriteText()
|
Completed in 54 milliseconds