Searched refs:rLnNumInfo (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 1297 …W8AttributeOutput::SectionLineNumbering( sal_uLong nRestartNo, const SwLineNumberInfo& rLnNumInfo ) in SectionLineNumbering() argument 1304 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, (sal_uInt16)rLnNumInfo.GetCountBy() ); in SectionLineNumbering() 1311 SwWW8Writer::InsUInt16( *m_rWW8Export.pO, (sal_uInt16)rLnNumInfo.GetPosFromLeft() ); in SectionLineNumbering() 1314 if ( nRestartNo || !rLnNumInfo.IsRestartEachPage() ) in SectionLineNumbering() 1513 const SwLineNumberInfo& rLnNumInfo = pDoc->GetLineNumberInfo(); in SectionProperties() local 1514 if ( rLnNumInfo.IsPaintLineNumbers() ) in SectionProperties() 1515 AttrOutput().SectionLineNumbering( rSepInfo.nLnNumRestartNo, rLnNumInfo ); in SectionProperties()
|
H A D | rtfexport.cxx | 653 const SwLineNumberInfo& rLnNumInfo = pDoc->GetLineNumberInfo(); in ExportDocument_Impl() local 654 if ( rLnNumInfo.IsPaintLineNumbers() ) in ExportDocument_Impl() 655 AttrOutput().SectionLineNumbering( 0, rLnNumInfo ); in ExportDocument_Impl()
|
H A D | ww8attributeoutput.hxx | 174 virtual void SectionLineNumbering( sal_uLong nRestartNo, const SwLineNumberInfo& rLnNumInfo );
|
H A D | attributeoutputbase.hxx | 286 … virtual void SectionLineNumbering( sal_uLong nRestartNo, const SwLineNumberInfo& rLnNumInfo ) = 0;
|
H A D | rtfattributeoutput.hxx | 209 virtual void SectionLineNumbering( sal_uLong nRestartNo, const SwLineNumberInfo& rLnNumInfo );
|
H A D | docxattributeoutput.hxx | 208 virtual void SectionLineNumbering( sal_uLong nRestartNo, const SwLineNumberInfo& rLnNumInfo );
|
H A D | rtfattributeoutput.cxx | 1363 …tributeOutput::SectionLineNumbering( sal_uLong /*nRestartNo*/, const SwLineNumberInfo& rLnNumInfo ) in SectionLineNumbering() argument 1368 m_rExport.OutLong(rLnNumInfo.GetCountBy()); in SectionLineNumbering() 1370 m_rExport.OutLong(rLnNumInfo.GetPosFromLeft()); in SectionLineNumbering() 1371 if (!rLnNumInfo.IsRestartEachPage()) in SectionLineNumbering()
|
Completed in 54 milliseconds