Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxexport.cxx580 sal_uLong nRstLnNum; in OutputEndNode() local
582 nRstLnNum = rNd.GetContentNode()->GetSwAttrSet().GetLineNumber().GetStartValue(); in OutputEndNode()
584 nRstLnNum = 0; in OutputEndNode()
586 AppendSection( m_pCurrentPageDesc, pParentFormat, nRstLnNum ); in OutputEndNode()
H A Dwrtw8sty.cxx988 sal_uLong nRstLnNum = pSet ? pSet->Get( RES_LINENUMBER ).GetStartValue() : 0; in MSWordSections() local
1025 AppendSection( *static_cast<const SwFormatPageDesc*>(pI), *pNd, pFormat, nRstLnNum ); in MSWordSections()
1028 AppendSection( rExport.m_pCurrentPageDesc, pFormat, nRstLnNum, /*bIsFirstParagraph=*/true ); in MSWordSections()
H A Dwrtw8nds.cxx3193 sal_uLong nRstLnNum = 0; in OutputSectionNode() local
3198 nRstLnNum = pSet->Get( RES_LINENUMBER ).GetStartValue(); in OutputSectionNode()
3221 AppendSection( pCurrent, pFormat, nRstLnNum ); in OutputSectionNode()
H A Dwrtww8.cxx2807 sal_uLong nRstLnNum; in WriteText() local
2809 nRstLnNum = static_cast<SwContentNode&>(aIdx.GetNode()).GetSwAttrSet(). in WriteText()
2812 nRstLnNum = 0; in WriteText()
2814 AppendSection( m_pCurrentPageDesc, pParentFormat, nRstLnNum ); in WriteText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxexport.cxx581 sal_uLong nRstLnNum; in OutputEndNode() local
583 nRstLnNum = rNd.GetContentNode()->GetSwAttrSet().GetLineNumber().GetStartValue(); in OutputEndNode()
585 nRstLnNum = 0; in OutputEndNode()
587 AppendSection( m_pCurrentPageDesc, pParentFormat, nRstLnNum ); in OutputEndNode()
H A Dwrtw8sty.cxx990 sal_uLong nRstLnNum = pSet ? pSet->Get( RES_LINENUMBER ).GetStartValue() : 0; in MSWordSections() local
1027 AppendSection( *static_cast<const SwFormatPageDesc*>(pI), *pNd, pFormat, nRstLnNum ); in MSWordSections()
1030 AppendSection( rExport.m_pCurrentPageDesc, pFormat, nRstLnNum, /*bIsFirstParagraph=*/true ); in MSWordSections()
H A Dwrtw8nds.cxx3255 sal_uLong nRstLnNum = 0; in OutputSectionNode() local
3260 nRstLnNum = pSet->Get( RES_LINENUMBER ).GetStartValue(); in OutputSectionNode()
3283 AppendSection( pCurrent, pFormat, nRstLnNum ); in OutputSectionNode()
H A Dwrtww8.cxx2878 sal_uLong nRstLnNum; in WriteText() local
2880 nRstLnNum = static_cast<SwContentNode&>(aIdx.GetNode()).GetSwAttrSet(). in WriteText()
2883 nRstLnNum = 0; in WriteText()
2885 AppendSection( m_pCurrentPageDesc, pParentFormat, nRstLnNum ); in WriteText()